summaryrefslogtreecommitdiff
path: root/autoload.php
diff options
context:
space:
mode:
Diffstat (limited to 'autoload.php')
-rw-r--r--autoload.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/autoload.php b/autoload.php
new file mode 100644
index 0000000..6487133
--- /dev/null
+++ b/autoload.php
@@ -0,0 +1,8 @@
+<?php
+
+function eSMAutoload($class)
+{
+ include __DIR__.'/libs/Utils/'.$class.'.php';
+}
+
+spl_autoload_register('eSMAutoload'); \ No newline at end of file