Revision 632
Added by doc almost 18 years ago
| trunk/CHANGELOG | ||
|---|---|---|
| 12 | 12 |
|
| 13 | 13 |
------------------------------------- 2.7.0 ------------------------------------- |
| 14 | 14 |
28-Jan-2008 Christian Sommer |
| 15 |
! added missing session cookie forgotten in Changeset 593 |
|
| 15 | 16 |
! added possibility to select the default backend language during installation process |
| 16 | 17 |
! Re-introduced Changeset 593 (filename in pages/ from page_title instead of menu_title) |
| 17 | 18 |
# Fixed some bugs in the Javascript Admin modul |
| 18 |
28-Jan-2008 Thomas Hornik |
|
| 19 |
28-Jan-2008 Thomas Hornik
|
|
| 19 | 20 |
! changeset 627: menu_link and search/search.php needs some minor changes, too. |
| 20 | 21 |
+ Added Text-CAPTCHA on request. The captcha-text will be stored in temp/.captcha_text.txt |
| 21 | 22 |
27-Jan-2008 Christian Sommer |
| trunk/wb/install/save.php | ||
|---|---|---|
| 42 | 42 |
if(isset($_POST['website_title'])) {
|
| 43 | 43 |
$_SESSION['wb_url'] = $_POST['wb_url']; |
| 44 | 44 |
$_SESSION['default_timezone'] = $_POST['default_timezone']; |
| 45 |
$_SESSION['default_language'] = $_POST['default_language']; |
|
| 45 | 46 |
if(!isset($_POST['operating_system'])) {
|
| 46 | 47 |
$_SESSION['operating_system'] = 'linux'; |
| 47 | 48 |
} else {
|
Also available in: Unified diff
added missing session cookie forgotten in Changeset 593