/[cvs]/nfo/site/htdocs/index.php
ViewVC logotype

Diff of /nfo/site/htdocs/index.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by rabit, Mon Aug 30 11:51:15 2004 UTC revision 1.6 by rabit, Tue Aug 31 02:27:53 2004 UTC
# Line 10  Line 10 
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'] : '');

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed