mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-03 00:47:19 +00:00
Merge branch 'master' of https://github.com/Shadowss/TravianZ
Conflicts: Admin/Templates/config.tpl Admin/Templates/editServerSet.tpl
This commit is contained in:
@@ -155,12 +155,18 @@ if($_SESSION['access'] < 9) die(ACCESS_DENIED_ADMIN);
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Error Reporting</td>
|
||||
<<<<<<< HEAD
|
||||
<td><b>
|
||||
<?php
|
||||
echo (ERROR_REPORT=="error_reporting (0);")? "No": (ERROR_REPORT=="error_reporting (E_ALL);")? "Yes (E_ALL)":"Yes (E_ALL ^ E_NOTICE)";
|
||||
?>
|
||||
</b></td>
|
||||
</tr>
|
||||
=======
|
||||
<td><b><?php echo (ERROR_REPORT=="error_reporting (0);")? "No": "Yes";?></b></td>
|
||||
</tr>
|
||||
|
||||
>>>>>>> 743a19326cddff179e325da92167a5362a94a6a2
|
||||
</table>
|
||||
|
||||
<table id="member">
|
||||
@@ -350,4 +356,4 @@ function define_array( $array, $keys = NULL )
|
||||
}
|
||||
}
|
||||
//define_array($array);
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user