10 |
include('inc/common/common.php.inc'); |
include('inc/common/common.php.inc'); |
11 |
|
|
12 |
//------------------------------------------------------------------------------ |
//------------------------------------------------------------------------------ |
13 |
|
//- Web authorisation: |
14 |
|
|
15 |
|
if(isset($_POST['un'])) { |
16 |
|
|
17 |
|
$common_sessiondata['userdata']['name'] = $_POST['un']; |
18 |
|
|
19 |
|
if(isset($_POST['pw'])) { |
20 |
|
|
21 |
|
$common_sessiondata['userdata']['password'] = $_POST['pw']; |
22 |
|
|
23 |
|
common_checkauthorisation(); |
24 |
|
|
25 |
|
} |
26 |
|
|
27 |
|
} |
28 |
|
|
29 |
|
//------------------------------------------------------------------------------ |
30 |
//- GET/POST variable encapsulation: |
//- GET/POST variable encapsulation: |
31 |
|
|
32 |
$request_contentkey = (isset($_GET['ck']) ? $_GET['ck'] : ''); |
$request_contentkey = (isset($_GET['ck']) ? $_GET['ck'] : ''); |