Замена short_tags.

This commit is contained in:
2023-03-31 21:42:06 +03:00
parent 01b504e677
commit c41f36644c
712 changed files with 1204 additions and 1227 deletions
+5 -5
View File
@@ -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>