Rename all common/framework source files to be case-sensitive

This commit is contained in:
Kijin Sung 2022-12-26 16:13:09 +09:00
parent 60fd7d7cf2
commit 0029d1a1ec
73 changed files with 5 additions and 5 deletions

View file

@ -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.