Revision 577
Added by doc almost 18 years ago
| trunk/CHANGELOG | ||
|---|---|---|
| 13 | 13 |
------------------------------------- 2.7.0 ------------------------------------- |
| 14 | 14 |
|
| 15 | 15 |
20-Jan-2008 Christian Sommer |
| 16 |
# fixed E_NOTICE-warning in save.php when input data was wrong |
|
| 16 | 17 |
+ added the new admin tool email output filter which allows to transform |
| 17 | 18 |
emails before displaying them on the frontend |
| 18 | 19 |
20-Jan-2008 Thomas Hornik |
| trunk/wb/install/save.php | ||
|---|---|---|
| 37 | 37 |
// Copy values entered into session so user doesn't have to re-enter everything |
| 38 | 38 |
if(isset($_POST['website_title'])) {
|
| 39 | 39 |
$_SESSION['wb_url'] = $_POST['wb_url']; |
| 40 |
$_SESSION['wb_path'] = $_POST['wb_path']; |
|
| 41 | 40 |
$_SESSION['default_timezone'] = $_POST['default_timezone']; |
| 42 | 41 |
if(!isset($_POST['operating_system'])) {
|
| 43 | 42 |
$_SESSION['operating_system'] = 'linux'; |
Also available in: Unified diff
Fixed E_NOTICE error in save.php (onl if input data from WB Installer was wrong).