mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Convert all instances of _XE_PATH_, __XE_VERSION__, etc. to Rhymix constants
_XE_PATH_ -> RX_BASEDIR __XE_VERSION__ -> RX_VERSION
This commit is contained in:
parent
4fdb51d689
commit
b0f66a36c5
43 changed files with 104 additions and 105 deletions
|
|
@ -269,7 +269,7 @@ class pageAdminController extends page
|
|||
|
||||
if($module_info->page_type == 'WIDGET')
|
||||
{
|
||||
$path = _XE_PATH_ . 'files/cache/page/';
|
||||
$path = RX_BASEDIR . 'files/cache/page/';
|
||||
$cache_files = FileHandler::readDir($path, '/^' . $module_info->module_srl . '\./');
|
||||
foreach($cache_files as $file_name)
|
||||
{
|
||||
|
|
@ -278,7 +278,7 @@ class pageAdminController extends page
|
|||
}
|
||||
else if($module_info->page_type == 'OUTSIDE')
|
||||
{
|
||||
$path = _XE_PATH_ . 'files/cache/page/';
|
||||
$path = RX_BASEDIR . 'files/cache/page/';
|
||||
$cache_files = FileHandler::readDir($path, '/^' . $module_info->module_srl . './');
|
||||
foreach($cache_files as $file_name)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue