diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/index.php b/index.php index dfd75492709..6e580a508c8 100644 --- a/index.php +++ b/index.php @@ -23,9 +23,7 @@ $RUNTIME_NOAPPS = TRUE; //no apps, yet -require_once(dirname(__FILE__).'/lib/base.php'); -require_once('appconfig.php'); -require_once('template.php'); +require_once('lib/base.php'); OC_UTIL::addScript('setup'); |