Замена short_tags.
This commit is contained in:
+5
-5
@@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
|
||||
$sd4 = 'admin';
|
||||
$psw = md5('tip:'.$_SERVER['REMOTE_ADDR'].'t'.date('dh',time()).'t'.$sd4);
|
||||
@@ -106,7 +106,7 @@ if($u->info['admin']=0){
|
||||
<tr>
|
||||
<td valign="top">
|
||||
<div align="center">
|
||||
<?
|
||||
<?php
|
||||
if(!isset($_COOKIE['pass3']) || $_COOKIE['pass3']!=$psw){
|
||||
?>
|
||||
<form action="../adminion/index.php" method="post"><center><br><br>
|
||||
@@ -119,7 +119,7 @@ if($u->info['admin']=0){
|
||||
</span>
|
||||
</form>
|
||||
</div>
|
||||
<?
|
||||
<?php
|
||||
}else{
|
||||
?>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
@@ -256,7 +256,7 @@ if($u->info['admin']=0){
|
||||
</tr>
|
||||
</table></td>
|
||||
<td valign="top" style="padding:10px;">
|
||||
<?
|
||||
<?php
|
||||
if(isset($_GET['mod'])){
|
||||
if(file_exists('../adminion/mod/'.htmlspecialchars($_GET['mod'],NULL).'.php')){
|
||||
include('../adminion/mod/'.htmlspecialchars($_GET['mod'],NULL).'.php');
|
||||
@@ -269,7 +269,7 @@ if($u->info['admin']=0){
|
||||
?></td>
|
||||
</tr>
|
||||
</table>
|
||||
<?
|
||||
<?php
|
||||
}
|
||||
?></td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user