DTux
/
dtux__moha
Archived
1
0
Fork 0
This repository has been archived on 2023-11-30. You can view files and clone it, but cannot push or open issues or pull requests.
dtux__moha/utils.php

15 lines
109 B
PHP

<?php
function now()
{
return new DateTime("now");
}
function signalHandler($signal)
{
endMoha();
}
?>