Changeset 1722 for trunk/lib/init.php
- Timestamp:
- 08/30/08 17:50:26 (4 months ago)
- Files:
-
- 1 modified
-
trunk/lib/init.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/init.php
r1702 r1722 86 86 87 87 /** This is the version.... fluf nothing more... **/ 88 $results['version'] = '3.5-Alpha1 (Build 00 2)';88 $results['version'] = '3.5-Alpha1 (Build 003)'; 89 89 $results['int_config_version'] = '7'; 90 90 … … 207 207 $auth['access'] = '100'; 208 208 $auth['offset_limit'] = 50; 209 if (!vauth:: check_session()) {209 if (!vauth::session_exists('interface',$_COOKIE[Config::get('session_name')])) { 210 210 vauth::create_cookie(); 211 211 vauth::session_create($auth); 212 212 } 213 vauth::check_session(); 213 214 $GLOBALS['user'] = new User(-1); 214 215 $GLOBALS['user']->fullname = 'Ampache User';
