First (re-)commit

This commit is contained in:
Xkeeper
2015-08-08 22:45:34 -07:00
commit b22c0a1df8
1064 changed files with 18752 additions and 0 deletions

9
ext/mmdoom.php Normal file
View 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;
}