mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
#64 서버 내 경로를 절대경로로 변경
This commit is contained in:
parent
bf0dd35f0a
commit
932862be1f
42 changed files with 807 additions and 133 deletions
|
|
@ -17,7 +17,7 @@ if($called_position != "before_display_content" || Context::getResponseMethod()
|
|||
return;
|
||||
}
|
||||
|
||||
require_once('./addons/point_level_icon/point_level_icon.lib.php');
|
||||
require_once(_XE_PATH_ . 'addons/point_level_icon/point_level_icon.lib.php');
|
||||
|
||||
$temp_output = preg_replace_callback('!<(div|span|a)([^\>]*)member_([0-9\-]+)([^\>]*)>(.*?)\<\/(div|span|a)\>!is', 'pointLevelIconTrans', $output);
|
||||
if($temp_output)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue