From 08edb5dc58e9384aab704d36d8c16d452d56db58 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20M=C3=BCller?= Date: Tue, 4 Sep 2012 12:09:39 +0300 Subject: [PATCH] Update index.php --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.5