/[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.13 by rabit, Sun Sep 5 03:09:47 2004 UTC revision 1.14 by rabit, Sun Sep 5 05:52:55 2004 UTC
# Line 27  if($_SERVER['HTTP_USER_AGENT'] == 'M3Gat Line 27  if($_SERVER['HTTP_USER_AGENT'] == 'M3Gat
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'] : '');

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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