streams/Code/Update/_1247.php

22 lines
438 B
PHP
Raw Normal View History

2020-12-07 02:42:28 +00:00
<?php
2022-02-16 04:08:28 +00:00
namespace Code\Update;
2020-12-07 02:42:28 +00:00
2021-12-02 23:02:31 +00:00
class _1247
{
2020-12-07 02:42:28 +00:00
2021-12-02 23:02:31 +00:00
public function run()
{
// remove deprecated apps from system list
$access = 'a2e9cee1a71e8b82f662d131a7cda1606b84b9be283715c967544e19cb34dd0821b65580c942ca38d7620638a44f26034536597a2c3a5c969e2dbaedfcd1d282';
2020-12-07 02:42:28 +00:00
2021-12-02 23:02:31 +00:00
q("delete from app where app_id = '$access' ");
return UPDATE_SUCCESS;
}
2020-12-07 02:42:28 +00:00
2021-12-02 23:02:31 +00:00
public function verify()
{
return true;
}
2020-12-07 02:42:28 +00:00
}