相关软件: ·帝国网站管理系统(Ecms) v3.5 繁体版 ·搜索更多与"帝国网站管理系统(Ecms) "相关的软件 注意事项: ·注意:本站软件一律只用鼠标左键打开

源代码在线查看: checkrehtml.php

软件大小: 1412 K
上传用户: sy361
关键词: Ecms 软件 3.5 国网
下载地址: 免注册下载 普通下载 VIP

相关代码

								exit();
				require("../../class/connect.php");
				include("../../class/db_sql.php");
				include("../../class/config.php");
				include("../../class/functions.php");
				$link=db_connect();
				$empire=new mysqlquery();
				$logininid=$_COOKIE['enewsloginuserid'];
				$loginin=$_COOKIE['enewsloginusername'];
				$loginrnd=$_COOKIE['enewsloginrnd'];
				$loginlevel=$_COOKIE['enewsloginlevel'];
				$editor=1;
				is_login($logininid,$loginin,$loginrnd);
				//初使化
				$from=$_GET['from'];
				if($_GET['first']==1)
				{
					$rechecktablenum=0;
				}
				else
				{
					$rechecktablenum=$_COOKIE['rechecktablenum'];
					$rechecktablenum+=1;
				}
				if($rechecktablenum>=$_COOKIE['retablenum'])
				{
					$enews="ReNewsHtml";
					//操作日志
					        insert_dolog("");
					echo"alert('刷新信息页面成功!');parent.location.href='$from';";
				}
				else
				{
					//setcookie("rechecktablenum",$rechecktablenum,0,"/","");
				}
				db_close();
				$empire=null;
				?>			

相关资源