中国专业的PHP网站内容管理系统-织梦内容管理系统
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <?php
- require_once(dirname(__FILE__).'/../../include/common.inc.php');
- //成功返回信息
- $dsql->ExecuteNoneQuery("Update `#@__sys_task` set sta='成功' where dourl='dede-optimize-table.php' ");
- echo "Welcome to DedeCMS!";
- exit();
- ?>
|