mirror of
https://github.com/Xkeeper0/jul.git
synced 2025-05-19 08:40:21 -07:00
9 lines
173 B
PHP
9 lines
173 B
PHP
<?php
|
|
|
|
$x_hacks['mmdeath'] = (1277820000 + 3600) - time();
|
|
if (!$getdoom) {
|
|
$x_hacks['mmdeath'] = max(0, $x_hacks['mmdeath']);
|
|
print $x_hacks['mmdeath'];
|
|
exit;
|
|
}
|
|
|