aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2012-09-04 12:09:39 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2012-09-04 12:09:39 +0300
commit08edb5dc58e9384aab704d36d8c16d452d56db58 (patch)
treec379dca7e3d5de31bfa0565f1ce60ad0e5248999 /index.php
parenta1bd1ae484f2a1436deed129c18ffd47d78967dc (diff)
downloadnextcloud-server-08edb5dc58e9384aab704d36d8c16d452d56db58.tar.gz
nextcloud-server-08edb5dc58e9384aab704d36d8c16d452d56db58.zip
Update index.php
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php2
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();