Remove all the require_once : use autoloader

This commit is contained in:
2021-05-07 11:45:26 +02:00
parent b1e513126e
commit 79c6d2fe50
36 changed files with 3 additions and 97 deletions
-3
View File
@@ -7,9 +7,6 @@
namespace Domframework;
require_once ("domframework/fork.php");
require_once ("domframework/file.php");
/** Manage a daemon.
* Allow to start, stop, get status of a callable method
*/