mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 14:22:54 +09:00
#64 서버 내 경로를 절대경로로 변경
This commit is contained in:
parent
bf0dd35f0a
commit
932862be1f
42 changed files with 807 additions and 133 deletions
|
|
@ -76,12 +76,13 @@ class DisplayHandler extends Handler
|
|||
$called_position = 'before_display_content';
|
||||
$oAddonController = &getController('addon');
|
||||
$addon_file = $oAddonController->getCacheFilePath(Mobile::isFromMobilePhone() ? "mobile" : "pc");
|
||||
@include($addon_file);
|
||||
if(file_exists($addon_file)) include($addon_file);
|
||||
|
||||
if(method_exists($handler, "prepareToPrint"))
|
||||
{
|
||||
$handler->prepareToPrint($output);
|
||||
}
|
||||
|
||||
// header output
|
||||
if($this->gz_enabled)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue