diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2012-09-04 12:09:39 +0300 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2012-09-04 12:09:39 +0300 |
commit | 08edb5dc58e9384aab704d36d8c16d452d56db58 (patch) | |
tree | c379dca7e3d5de31bfa0565f1ce60ad0e5248999 /index.php | |
parent | a1bd1ae484f2a1436deed129c18ffd47d78967dc (diff) | |
download | nextcloud-server-08edb5dc58e9384aab704d36d8c16d452d56db58.tar.gz nextcloud-server-08edb5dc58e9384aab704d36d8c16d452d56db58.zip |
Update index.php
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(); |