Project

General

Profile

« Previous | Next » 

Revision 1283

Added by Dietmar over 14 years ago

Ticket #931 bug in admin/access/index.php

View differences:

branches/2.8.x/CHANGELOG
12 12
 
13 13
------------------------------------- 2.8.1 -------------------------------------
14 14
30-Jan-2010 Dietmar Woellbrink (Luisehahne)
15
#	Ticket #931 bug in admin/access/index.php
16
30-Jan-2010 Dietmar Woellbrink (Luisehahne)
15 17
!	continue update headertext
16 18
!	fixed tpyo Website Baker to WebsiteBaker in main language files
17 19
30-Jan-2010 Dietmar Woellbrink (Luisehahne)
branches/2.8.x/wb/admin/interface/version.php
52 52

  
53 53
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
54 54
if(!defined('VERSION')) define('VERSION', '2.8.1');
55
if(!defined('REVISION')) define('REVISION', '1282');
55
if(!defined('REVISION')) define('REVISION', '1283');
56 56

  
57 57
?>
branches/2.8.x/wb/admin/access/index.php
15 15
 * @lastmodified    $Date:  $
16 16
 *
17 17
 *
18

  
18
 */
19
 
19 20
require('../../config.php');
20 21
require_once(WB_PATH.'/framework/class.admin.php');
21 22
$admin = new admin('Access', 'access');

Also available in: Unified diff