403Webshell
Server IP : 217.160.0.154  /  Your IP : 216.73.216.60
Web Server : Apache
System : Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
User : u97626428 ( 1555483)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /homepages/13/d787277790/htdocs/clickandbuilds/URP/wp-content/themes/Divi/core/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /homepages/13/d787277790/htdocs/clickandbuilds/URP/wp-content/themes/Divi/core//php_functions.php
<?php

if ( ! function_exists( 'array_replace' ) ) :
function array_replace( array $array, array $array1 ) {
	$args  = func_get_args();
	$count = func_num_args();

	for ( $i = 0; $i < $count; ++$i ) {
		if ( is_array( $args[ $i ] ) ) {
			foreach ( $args[ $i ] as $key => $val ) {
				$array[ $key ] = $val;
			}
		} else {
			trigger_error( __FUNCTION__ . '(): Argument #' . ( $i + 1 ) . ' is not an array', E_USER_WARNING );
			return null;
		}
	}

	return $array;
}
endif;

Youez - 2016 - github.com/yon3zu
LinuXploit