Welcome Guest, Not a member yet? Register   Sign In
[Closed] Auto Session Check
#1

[eluser]riwakawd[/eluser]
Hi I am making a auto session check. So far it works but would like to know if code is correct. Not sure on how to test the off part to make sure working.

Code:
<table class="table table-bordered">
<tbody>
<td>Session Auto Start</td>
<td>&lt;?php echo (ini_get('session_auto_start')) ? 'On' : 'Off'; ?&gt;</td>
<td>On</td>
<td>&lt;?php echo (ini_get('session_auto_start')) ? '<span class="text-success"><i class="fa fa-check-circle"></i></span>' : '<span class="text-danger"><i class="fa fa-minus-circle"></i></span>'; ?&gt;</td>
</tbody>
</table>

And also my Register Globals: should have show green tick becase it is ok but shows danger - for some reason

Code:
<tr>
<td>Register Globals:</td>
<td class="align_center">&lt;?php echo (ini_get('register_globals')) ? 'On' : 'Off'; ?&gt;</td>
<td class="align_center">Off</td>
<td>&lt;?php echo (ini_get('register_globals')) ? '<span class="text-success"><i class="fa fa-check-circle"></i></span>' : '<span class="text-danger"><i class="fa fa-minus-circle"></i></span>'; ?&gt;</td>
</tr>


Messages In This Thread
[Closed] Auto Session Check - by El Forum - 05-13-2014, 09:59 PM
[Closed] Auto Session Check - by El Forum - 05-13-2014, 11:25 PM
[Closed] Auto Session Check - by El Forum - 05-13-2014, 11:52 PM
[Closed] Auto Session Check - by El Forum - 05-14-2014, 12:06 AM
[Closed] Auto Session Check - by El Forum - 05-16-2014, 06:34 AM



Theme © iAndrew 2016 - Forum software by © MyBB