Revision 1684
Added by Dietmar over 12 years ago
index.php | ||
---|---|---|
4 | 4 |
* @category modules |
5 | 5 |
* @package JsAdmin |
6 | 6 |
* @author WebsiteBaker Project, modified by Swen Uth for Website Baker 2.7 |
7 |
* @copyright (C) 2006, Stepan Riha |
|
8 |
* @copyright 2009-2011, Website Baker Org. e.V. |
|
7 |
* @copyright (C) 2006, Stepan Riha, 2009-2012, Website Baker Org. e.V. |
|
9 | 8 |
* @link http://www.websitebaker2.org/ |
10 | 9 |
* @license http://www.gnu.org/licenses/gpl.html |
11 | 10 |
* @platform WebsiteBaker 2.8.x |
... | ... | |
17 | 16 |
*/ |
18 | 17 |
|
19 | 18 |
header('Location: ../index.php'); |
20 |
|
|
21 |
?> |
Also available in: Unified diff
! update upgrade-script, now don't overwrite existings values in settings
+ add field tooltip to table pages in installer
! change some module tool_icon.png (Tks to Stefek)
! add date_time string to backup_droplets.zip
- search and comment out founded require_once(WB_PATH."/framework/class.database.php");
- this will be never needed anymore and produce errors
! rename class.msg_queue.php in msgQueue.php to work with autokoader
+ add function format_message to class.wb.php