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>2014-02-06 12:44:13 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2014-02-06 12:44:13 +0400
commitafbe50d09c7d9e5cbed2a09bc915ba4eaa8ced27 (patch)
treec98d572903f96aff1adba8e8859fcf74bc58da5b /index.php
parente2a28e5d1d1e7956ab37884da7439ef56836655c (diff)
remove global variable $RUNTIME_NOAPPS - it's just superfluous
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/index.php b/index.php
index 0a2f15f9f5e..bd94d0e908d 100755
--- a/index.php
+++ b/index.php
@@ -21,8 +21,6 @@
*
*/
-$RUNTIME_NOAPPS = true; //no apps, yet
-
try {
require_once 'lib/base.php';