diff options
Diffstat (limited to 'templates/show_debug.inc.php')
-rw-r--r-- | templates/show_debug.inc.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/show_debug.inc.php b/templates/show_debug.inc.php index 62362908..a3b0490a 100644 --- a/templates/show_debug.inc.php +++ b/templates/show_debug.inc.php @@ -45,6 +45,10 @@ <td><?php echo ini_get('max_execution_time'); ?></td> </tr> <tr class="<?php echo flip_class(); ?>"> + <td><?php echo _('Override Execution Time'); ?></td> + <td><?php set_time_limit(0); echo ini_get('max_execution_time') ? _('Failed') : _('Succeeded'); ?></td> +</tr> +<tr class="<?php echo flip_class(); ?>"> <td><?php echo _('Safe Mode'); ?></td> <td><?php echo print_boolean(ini_get('safe_mode')); ?></td> </tr> |