📄 osdate_save_cache.php
字号:
<?php
/* This is the program which checks for cache and takes necessary action.
* Vijay Nair
*
* This works only for the index.php
*
*/
/* Now we are ready to process */
if ($config['disable_cache'] == '' || $config['disable_cache'] == 'N' || $config['disable_cache'] == '0') {
include_once(FULL_PATH.'includes/internal/osdate_cache.php');
saveCache('page_' . $_SERVER['REQUEST_URI'] , $cached_data);
}
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -