Revision 357
Added by ryan over 18 years ago
trunk/CHANGELOG | ||
---|---|---|
16 | 16 |
# Fixed typo in news save comment page (#282) |
17 | 17 |
# Fixed typo in news delete post page (#283) |
18 | 18 |
! Added multi-submission protection to form module (#119) |
19 |
# Added notice for when PHP Session Support appears to be disabled in installer, |
|
20 |
even if it is enabled and the problem actually lies in the users browser (#154) |
|
19 | 21 |
19-May-2006 Ryan Djurovich |
20 | 22 |
# Fixed problem in forgotten login form where email field is too short (#207) |
21 | 23 |
# Fixed typo in forgotten login details email (#190) |
trunk/wb/install/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