Example #1
0
function clearCache()
{
    DeleteFile($GLOBALS['WEB_CACHEFile']);
    deleteFolder('./../cache/html');
    CreateFolder('./../cache/html');
    Rw(getMsg1(setL('清除缓冲完成,正在进入后台界面...'), '?act=displayAdminLogin'));
}
Example #2
0
function replaceL($content, $str)
{
    $replaceL = replace($content, $str, setL($str));
    return @$replaceL;
}