streams/Zotlabs/Update/_1181.php

16 lines
240 B
PHP
Raw Normal View History

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