Imporeved debug 🐛 (#822)

This commit is contained in:
Roman Kelesidis 2023-06-30 13:46:26 +07:00 committed by GitHub
commit 69f2509910
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 77 additions and 60 deletions

View file

@ -9,7 +9,7 @@
if (!empty($setmodules)) {
if (IS_SUPER_ADMIN) {
$module['TorrentPier']['CRON'] = basename(__FILE__) . '?mode=list';
$module[APP_NAME]['CRON'] = basename(__FILE__) . '?mode=list';
}
return;
}