27 |
} |
} |
28 |
|
|
29 |
//------------------------------------------------------------------------------ |
//------------------------------------------------------------------------------ |
|
//- Web authorisation: |
|
|
|
|
|
if(isset($_POST['un']) && isset($_POST['pw'])) { |
|
|
|
|
|
common_authorise($_POST['un'], $_POST['pw']); |
|
|
|
|
|
common_benchmark_addstep('authorisation test'); |
|
|
|
|
|
} |
|
|
|
|
|
//------------------------------------------------------------------------------ |
|
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'] : ''); |