mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-02-01 01:29:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1557 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a244b81a6d
commit
80aa357a97
1 changed files with 0 additions and 26 deletions
|
|
@ -217,33 +217,7 @@
|
||||||
$filename = array_pop($tmp_arr);
|
$filename = array_pop($tmp_arr);
|
||||||
$path = implode('/', $tmp_arr).'/';
|
$path = implode('/', $tmp_arr).'/';
|
||||||
|
|
||||||
// 원본 파일을 읽음
|
|
||||||
$include_buff = FileHandler::readFile($source_filename);
|
|
||||||
|
|
||||||
// include 시도
|
// include 시도
|
||||||
/*
|
|
||||||
$output = sprintf(
|
|
||||||
'<?php%s'.
|
|
||||||
'if(filectime("%s")<%d) { %s ?>'.
|
|
||||||
'%s%s'.
|
|
||||||
'<?php } else { '.
|
|
||||||
'$oTemplate = &TemplateHandler::getInstance();%s'.
|
|
||||||
'print $oTemplate->compile(\'%s\',\'%s\');%s'.
|
|
||||||
' } ?>%s',
|
|
||||||
|
|
||||||
"\n",
|
|
||||||
|
|
||||||
$source_filename, time(), "\n",
|
|
||||||
|
|
||||||
$include_buff, "\n",
|
|
||||||
|
|
||||||
"\n",
|
|
||||||
|
|
||||||
$path, $filename, "\n",
|
|
||||||
|
|
||||||
"\n"
|
|
||||||
);
|
|
||||||
*/
|
|
||||||
$output = sprintf(
|
$output = sprintf(
|
||||||
'<?php%s'.
|
'<?php%s'.
|
||||||
'$oTemplate = &TemplateHandler::getInstance();%s'.
|
'$oTemplate = &TemplateHandler::getInstance();%s'.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue