aboutsummaryrefslogtreecommitdiffstats
path: root/App.php
diff options
context:
space:
mode:
Diffstat (limited to 'App.php')
-rw-r--r--App.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/App.php b/App.php
index 89dda01..d7ae2e9 100644
--- a/App.php
+++ b/App.php
@@ -18,8 +18,6 @@ class App
if (empty($param)) {
$action = "index";
}
-
-// $conf['basedir'] = dirname(dirname(__FILE__) . "/system");
if (!$controller) {
$controller = "user";