Skip to content
Snippets Groups Projects
Commit 3433f2a7 authored by Jared Hancock's avatar Jared Hancock
Browse files

oops: Fix missing warning on cgi.fix_pathinfo

parent 5c491ecb
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ $commit = GIT_VERSION != '$git' ? GIT_VERSION : ( ...@@ -59,7 +59,7 @@ $commit = GIT_VERSION != '$git' ? GIT_VERSION : (
<tr><td>PHP Settings</td> <tr><td>PHP Settings</td>
<td><table><tbody> <td><table><tbody>
<tr><td><i class="icon icon-<?php <tr><td><i class="icon icon-<?php
echo extension_loaded('mbstring')?'check':'warning-sign'; ?>"></i> echo ini_get('cgi.fix_pathinfo') == 1 ?'check':'warning-sign'; ?>"></i>
</td><td> </td><td>
<code>cgi.fix_pathinfo</code> = <code>cgi.fix_pathinfo</code> =
<?php echo ini_get('cgi.fix_pathinfo'); ?> <?php echo ini_get('cgi.fix_pathinfo'); ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment