summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-08-16 08:37:30 +0100
committerAndrew Dolgov <[email protected]>2006-08-16 08:37:30 +0100
commit9e7bb2041f9b206494f32feacb06d7e078e0a68f (patch)
tree11bda94347f687bdc4f58f4ad2b2635ec742a985 /backend.php
parentf531499b2506bca709a5528b96dce3f7a415d74d (diff)
change handling of GLOBAL_ENABLE_LABELS when disabled
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/backend.php b/backend.php
index 72b563d05..dff780b1f 100644
--- a/backend.php
+++ b/backend.php
@@ -2252,6 +2252,8 @@
if ($op == "pref-labels") {
if (!GLOBAL_ENABLE_LABELS) {
+
+ print "<p>Sorry, labels have been administratively disabled for this installation. Please contact instance owner or edit configuration file to enable this functionality.</p>";
return;
}