aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Update/_1181.php
diff options
context:
space:
mode:
Diffstat (limited to 'Zotlabs/Update/_1181.php')
-rw-r--r--Zotlabs/Update/_1181.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/Zotlabs/Update/_1181.php b/Zotlabs/Update/_1181.php
new file mode 100644
index 000000000..fc2d94b6b
--- /dev/null
+++ b/Zotlabs/Update/_1181.php
@@ -0,0 +1,14 @@
+<?php
+
+namespace Zotlabs\Update;
+
+class _1181 {
+function run() {
+ if(\Zotlabs\Lib\System::get_server_role() == 'pro') {
+ q("update account set account_level = 5 where true");
+ }
+ return UPDATE_SUCCESS;
+}
+
+
+} \ No newline at end of file