mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-17 17:32:15 +09:00
parent
f4c19a3e0f
commit
d7beeb783c
2 changed files with 6 additions and 0 deletions
|
|
@ -30,7 +30,9 @@ class Config
|
|||
{
|
||||
if (file_exists(\RX_BASEDIR . self::$config_filename))
|
||||
{
|
||||
ob_start();
|
||||
self::$_config = (include \RX_BASEDIR . self::$config_filename);
|
||||
ob_end_clean();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue