Moved constants out of misuzu.php.

This commit is contained in:
flash 2025-02-09 20:44:10 +00:00
parent 1d54d41f6b
commit 4110cd5190
16 changed files with 77 additions and 50 deletions

View file

@ -46,7 +46,7 @@ header('Content-Type: text/plain; charset=utf-8');
if($_SERVER['REQUEST_METHOD'] !== 'POST')
die('no');
$config = MSZ_CONFIG . '/github.ini';
$config = Misuzu::PATH_CONFIG . '/github.ini';
if(!is_file($config))
die('config missing');