Dateien hochladen nach „“
This commit is contained in:
8
autoload.php
Normal file
8
autoload.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
function eSMAutoload($class)
|
||||
{
|
||||
include __DIR__.'/libs/Utils/'.$class.'.php';
|
||||
}
|
||||
|
||||
spl_autoload_register('eSMAutoload');
|
Reference in New Issue
Block a user