1
0

first commit

This commit is contained in:
2021-12-30 16:18:32 +01:00
parent 04d44022f0
commit 5162731a16
8 changed files with 665 additions and 0 deletions

14
utils.php Normal file
View File

@ -0,0 +1,14 @@
<?php
function now()
{
return new DateTime("now");
}
function signalHandler($signal)
{
endMoha();
}
?>