streams/Zotlabs/Update/_1181.php
2021-12-03 10:02:31 +11:00

16 lines
No EOL
240 B
PHP

<?php
namespace Zotlabs\Update;
class _1181
{
public function run()
{
// if(\Zotlabs\Lib\System::get_server_role() == 'pro') {
// q("update account set account_level = 5 where true");
// }
return UPDATE_SUCCESS;
}
}