diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2012-04-09 11:48:01 -0400 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2012-04-09 11:48:01 -0400 |
commit | fe7d4080d223798a7d48015ee38e745bb97d0b7d (patch) | |
tree | eb60a5d6b0c69018a2acc5aaddec2b9087b5c921 /templates | |
parent | da5992d6791052af0b798c2880c4146c2fc9ccaf (diff) | |
download | ampache-fe7d4080d223798a7d48015ee38e745bb97d0b7d.tar.gz ampache-fe7d4080d223798a7d48015ee38e745bb97d0b7d.tar.bz2 ampache-fe7d4080d223798a7d48015ee38e745bb97d0b7d.zip |
Add missing <td> tag to show_install_check
Diffstat (limited to 'templates')
-rw-r--r-- | templates/show_install_check.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/show_install_check.inc.php b/templates/show_install_check.inc.php index d34d12bd..95334f57 100644 --- a/templates/show_install_check.inc.php +++ b/templates/show_install_check.inc.php @@ -159,6 +159,7 @@ </td> </tr><tr> <td><?php echo _('PHP Safe Mode'); ?>:</td> +<td> <?php if (!check_safemode()) { echo debug_result(_('Safe mode enabled'), false); |