Revision 357
Added by ryan over 18 years ago
index.php | ||
---|---|---|
109 | 109 |
<tr> |
110 | 110 |
<td colspan="8"><h1>Step 1</h1>Please check the following requirements are met before continuing...</td> |
111 | 111 |
</tr> |
112 |
<?php if($session_support != '<font class="good">Enabled</font>') { ?> |
|
112 | 113 |
<tr> |
114 |
<td colspan="8" style="font-size: 10px;" class="bad">Please note: PHP Session Support may appear disabled if your browser does not support cookies.</td> |
|
115 |
</tr> |
|
116 |
<?php } ?> |
|
117 |
<tr> |
|
113 | 118 |
<td width="140" style="color: #666666;">PHP Version > 4.1.0</td> |
114 | 119 |
<td width="35"> |
115 | 120 |
<?php |
Also available in: Unified diff
Added notice for when PHP Session Support appears to be disabled in installer, even if it is enabled and the problem actually lies in the users browser #154