diff options
Diffstat (limited to 'index.php')
-rwxr-xr-x | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php index a972993c19c..12b2d8f406d 100755 --- a/index.php +++ b/index.php @@ -23,6 +23,6 @@ $RUNTIME_NOAPPS = TRUE; //no apps, yet -require_once('lib/base.php'); +require_once 'lib/base.php'; OC::handleRequest(); |