Update config.tpl

This commit is contained in:
sempoi
2014-03-08 16:04:34 +08:00
parent 9c4ffbf024
commit d731218b33
+6 -1
View File
@@ -153,6 +153,11 @@ if($_SESSION['access'] < 9) die(ACCESS_DENIED_ADMIN);
<td>Graphic Pack</td>
<td><?php if(GP_ENABLE == true) { echo "<b><font color='Green'>Enabled</font></b>"; } else { echo "<b><font color='Red'>Disabled</font></b>"; } ?></td>
</tr>
<tr>
<td>Error Reporting</td>
<td><b><?php echo (ERROR_REPORT=="error_reporting (0);")? "No": "Yes";?></b></td>
</tr>
</table>
<table id="member">
@@ -342,4 +347,4 @@ function define_array( $array, $keys = NULL )
}
}
//define_array($array);
?>
?>