cache.inc.php

来自「phpcms2007很好的cms内容管理系统,操作方便」· PHP 代码 · 共 15 行

PHP
15
字号
<?php
defined('IN_PHPCMS') or exit('Access Denied');

require_once PHPCMS_ROOT."/include/template.func.php";

$action = $action ? $action : "update";
switch($action)
{
	case 'update':
		cache_all();
        template_cache();
		showmessage($LANG['all_cache_update_success']);
		break;
}
?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?