mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 08:41:39 +09:00
Rename all common/framework source files to be case-sensitive
This commit is contained in:
parent
60fd7d7cf2
commit
0029d1a1ec
73 changed files with 5 additions and 5 deletions
|
|
@ -164,11 +164,11 @@ require_once RX_BASEDIR . 'vendor/autoload.php';
|
|||
*/
|
||||
require_once RX_BASEDIR . 'classes/context/Context.class.php';
|
||||
require_once RX_BASEDIR . 'classes/object/Object.class.php';
|
||||
require_once RX_BASEDIR . 'common/framework/cache.php';
|
||||
require_once RX_BASEDIR . 'common/framework/config.php';
|
||||
require_once RX_BASEDIR . 'common/framework/datetime.php';
|
||||
require_once RX_BASEDIR . 'common/framework/debug.php';
|
||||
require_once RX_BASEDIR . 'common/framework/lang.php';
|
||||
require_once RX_BASEDIR . 'common/framework/Cache.php';
|
||||
require_once RX_BASEDIR . 'common/framework/Config.php';
|
||||
require_once RX_BASEDIR . 'common/framework/DateTime.php';
|
||||
require_once RX_BASEDIR . 'common/framework/Debug.php';
|
||||
require_once RX_BASEDIR . 'common/framework/Lang.php';
|
||||
|
||||
/**
|
||||
* Load user configuration.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue