]> source.dussan.org Git - nextcloud-server.git/commitdiff
Update index.php
authorThomas Müller <thomas.mueller@tmit.eu>
Tue, 4 Sep 2012 09:09:39 +0000 (12:09 +0300)
committerThomas Müller <thomas.mueller@tmit.eu>
Tue, 4 Sep 2012 09:09:39 +0000 (12:09 +0300)
index.php

index a972993c19ca85e782d00f3979d382f93b3edee2..12b2d8f406d1d9b7504e036ca3ba72d60e7ff12b 100755 (executable)
--- 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();