Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2012-09-04 13:09:39 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2012-09-04 13:09:39 +0400
commit08edb5dc58e9384aab704d36d8c16d452d56db58 (patch)
treec379dca7e3d5de31bfa0565f1ce60ad0e5248999 /index.php
parenta1bd1ae484f2a1436deed129c18ffd47d78967dc (diff)
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();