Moved constants out of misuzu.php.
This commit is contained in:
parent
1d54d41f6b
commit
4110cd5190
16 changed files with 77 additions and 50 deletions
public-legacy
|
@ -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');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue