mirror of
https://github.com/Xkeeper0/jul.git
synced 2025-08-01 04:32:03 -07:00
First (re-)commit
This commit is contained in:
9
ext/mmdoom.php
Normal file
9
ext/mmdoom.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
$x_hacks['mmdeath'] = (1277820000 + 3600) - time();
|
||||
if (!$getdoom) {
|
||||
$x_hacks['mmdeath'] = max(0, $x_hacks['mmdeath']);
|
||||
print $x_hacks['mmdeath'];
|
||||
exit;
|
||||
}
|
||||
|
Reference in New Issue
Block a user