aboutsummaryrefslogtreecommitdiff
path: root/conf.php
diff options
context:
space:
mode:
Diffstat (limited to 'conf.php')
-rw-r--r--conf.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.php b/conf.php
index 22249c8..9c1cffc 100644
--- a/conf.php
+++ b/conf.php
@@ -57,7 +57,7 @@ $db_port = '3306';
* @param string $pClass The name of the class to load
*/
function __autoload($pClass) {
- require_once("classes/$pClass.class.php");
+ require_once("classes/$pClass.php");
}
set_include_path(get_include_path() . PATH_SEPARATOR . dirname(__FILE__));