Files
resourcespace/pages/tools/resign_all_code.php
2025-07-18 16:20:14 +07:00

11 lines
182 B
PHP

<?php
if ('cli' != PHP_SAPI) {
header('HTTP/1.1 401 Unauthorized');
exit('Command line execution only');
}
include __DIR__ . "/../../include/boot.php";
resign_all_code();