mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Fix missing Context::init() in common script
This commit is contained in:
parent
47996cb294
commit
911772393a
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ if (PHP_SAPI !== 'cli')
|
|||
// Load Rhymix.
|
||||
chdir(dirname(dirname(__DIR__)));
|
||||
require_once dirname(__DIR__) . '/autoload.php';
|
||||
Context::init();
|
||||
|
||||
// Abort if the UID does not match.
|
||||
$uid = Rhymix\Framework\Storage::getServerUID();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue