summaryrefslogtreecommitdiffstats
path: root/templates/show_debug.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_debug.inc.php')
-rw-r--r--templates/show_debug.inc.php24
1 files changed, 12 insertions, 12 deletions
diff --git a/templates/show_debug.inc.php b/templates/show_debug.inc.php
index aa762f73..f575850f 100644
--- a/templates/show_debug.inc.php
+++ b/templates/show_debug.inc.php
@@ -94,18 +94,18 @@
<th class="cel_configuration"><?php echo _('Preference'); ?></th>
<th class="cel_value"><?php echo _('Value'); ?></th>
</tr>
-<?php foreach ($configuration as $key=>$value) {
- if ($key == 'database_password' || $key == 'mysql_password') { $value = '*********'; }
- if (is_array($value)) {
- $string = '';
- foreach ($value as $setting) {
- $string .= $setting . '<br />';
- }
- $value = $string;
- }
- if (Preference::is_boolean($key)) {
- $value = print_boolean($value);
- }
+<?php foreach ($configuration as $key=>$value) {
+ if ($key == 'database_password' || $key == 'mysql_password') { $value = '*********'; }
+ if (is_array($value)) {
+ $string = '';
+ foreach ($value as $setting) {
+ $string .= $setting . '<br />';
+ }
+ $value = $string;
+ }
+ if (Preference::is_boolean($key)) {
+ $value = print_boolean($value);
+ }
?>
<tr class="<?php echo flip_class(); ?>">
<td valign="top"><strong><?php echo $key; ?></strong></td>