update pac after import

This commit is contained in:
mercury
2023-06-05 03:17:31 +04:00
parent 01afe5b23c
commit d351288330
2 changed files with 8 additions and 5 deletions
+5 -3
View File
@@ -269,9 +269,11 @@ function start()
function endScript($text)
{
global $bot;
update($text);
sleep(2);
$bot->menu('pac');
if (empty($_SERVER['argv'][5])) {
update($text);
sleep(2);
$bot->menu('pac');
}
die();
}