Dateien hochladen nach „“

This commit is contained in:
2023-02-25 02:03:55 +01:00
parent d9331fc6df
commit 7ff5319c69
3 changed files with 358 additions and 0 deletions

8
autoload.php Normal file
View File

@ -0,0 +1,8 @@
<?php
function eSMAutoload($class)
{
include __DIR__.'/libs/Utils/'.$class.'.php';
}
spl_autoload_register('eSMAutoload');