Revision 1734
Added by Dietmar about 12 years ago
- typofix in /install/save.php and /admin/settings_page.php
branches/2.8.x/CHANGELOG | ||
---|---|---|
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
31 Aug-2012 Build 1734 Dietmar Woellbrink (Luisehahne) |
|
17 |
# typofix in /install/save.php and /admin/settings_page.php |
|
16 | 18 |
31 Aug-2012 Build 1733 Dietmar Woellbrink (Luisehahne) |
17 | 19 |
+ forgot the jquery version.txt |
18 | 20 |
31 Aug-2012 Build 1732 Dietmar Woellbrink (Luisehahne) |
branches/2.8.x/wb/admin/pages/settings_save.php | ||
---|---|---|
24 | 24 |
$admin = new admin('Pages', 'pages_settings',false); |
25 | 25 |
|
26 | 26 |
// Get page id |
27 |
if(!isset($_POST['page_id']) || (isset($_POST['page_id'])&& !preg_match('/[^0-9a-f]/i',$_POST['page_id'])) )
|
|
27 |
if(!isset($_POST['page_id']) || (isset($_POST['page_id']) && preg_match('/[^0-9a-f]/i',$_POST['page_id'])) )
|
|
28 | 28 |
{ |
29 | 29 |
header("Location: index.php"); |
30 | 30 |
exit(0); |
branches/2.8.x/wb/admin/interface/version.php | ||
---|---|---|
51 | 51 |
|
52 | 52 |
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled) |
53 | 53 |
if(!defined('VERSION')) define('VERSION', '2.8.3'); |
54 |
if(!defined('REVISION')) define('REVISION', '1733');
|
|
54 |
if(!defined('REVISION')) define('REVISION', '1734');
|
|
55 | 55 |
if(!defined('SP')) define('SP', ''); |
branches/2.8.x/wb/install/save.php | ||
---|---|---|
479 | 479 |
." ('wbmailer_smtp_password', '')," |
480 | 480 |
." ('fingerprint_with_ip_octets', '2')," |
481 | 481 |
." ('secure_form_module', '')," |
482 |
." ('groups_updated', time(),"
|
|
482 |
." ('groups_updated', 'time()' ),"
|
|
483 | 483 |
." ('page_extended', 'true')," |
484 | 484 |
." ('mediasettings', '')"; |
485 | 485 |
$database->query($settings_rows); |
... | ... | |
650 | 650 |
if(file_exists(WB_PATH.'/install/languages')) { |
651 | 651 |
// Unpack pre-packaged languages |
652 | 652 |
} |
653 |
|
|
653 | 654 |
$admin=new admin_dummy('Start','',false,false); |
654 | 655 |
// Load addons into DB |
655 | 656 |
$dirs['modules'] = WB_PATH.'/modules/'; |
Also available in: Unified diff