summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/main.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/main.php b/include/main.php
index 5b66836..8134307 100644
--- a/include/main.php
+++ b/include/main.php
@@ -60,10 +60,10 @@ if (!defined('CLIONLY')) {
*
* @return void
*/
-function my_autoload($classname)
+function myAutoload($classname)
{
include dirname(__FILE__).'/../class/'.$classname.'.php';
}
-spl_autoload_register("my_autoload");
-?> \ No newline at end of file
+spl_autoload_register("myAutoload");
+?>