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 13:04:18 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2014-02-06 13:04:18 +0400
commit0db5fead8e9d4cfe410841ab4c4562987f2844a6 (patch)
tree1d9c7b5fd0b2e1a1eb4d86de7da5e7e63bb016bc /status.php
parent21207c6a73bbaf43c6afaceda51690e77fad06f0 (diff)
remove some more global variable $RUNTIME_NOAPPS
Diffstat (limited to 'status.php')
-rw-r--r--status.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/status.php b/status.php
index 88422100f14..861eaed9cd2 100644
--- a/status.php
+++ b/status.php
@@ -21,8 +21,6 @@
*
*/
-$RUNTIME_NOAPPS = true; //no apps, yet
-
try {
require_once 'lib/base.php';