aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index 1628dd0fd..1f214c400 100755
--- a/boot.php
+++ b/boot.php
@@ -2394,3 +2394,9 @@ function get_site_icon() {
return z_root() . '/images/hz-32.png';
}
+
+function get_server_role() {
+ if(UNO)
+ return 'basic';
+ return 'advanced';
+}