39 |
if(isset($_GET['li'])) |
if(isset($_GET['li'])) |
40 |
$common_sessiondata['userdata']['language_id'] = intval($_GET['li']); |
$common_sessiondata['userdata']['language_id'] = intval($_GET['li']); |
41 |
|
|
42 |
|
|
43 |
|
//------------------------------------------------------------------------------ |
44 |
|
//- User Agent <-> Output Type: |
45 |
|
$common['client']['session_enabled'] = 1; |
46 |
|
if ($_SERVER['HTTP_USER_AGENT'] == 'M3Gate/1.2') { |
47 |
|
$common['client']['session_enabled'] = 0; |
48 |
|
$request_outputtype = 'wml'; |
49 |
|
} |
50 |
|
|
51 |
|
//------------------------------------------------------------------------------ |
52 |
//- Variable defaults: |
//- Variable defaults: |
53 |
|
|
54 |
if(!$request_contentkey) $request_contentkey = 'Home'; |
if(!$request_contentkey) $request_contentkey = 'Home'; |