/[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.12 by rabit, Sat Sep 4 14:06:52 2004 UTC revision 1.13 by rabit, Sun Sep 5 03:09:47 2004 UTC
# Line 1  Line 1 
1  <?php  <?php $ID = substr(
2  /*------------------------------------------------------------------------------  /*------------------------------------------------------------------------------
3  --- www.netfrag.org  --- www.netfrag.org
4  --- Main index and content access page.  --- Main index and content access page.
5  --------------------------------------------------------------------------------  --------------------------------------------------------------------------------
6  --- rabit, 01:28 24.08.2004  --- rabit, 01:28 24.08.2004
 --- $Id$  
7  ------------------------------------------------------------------------------*/  ------------------------------------------------------------------------------*/
8       '$Id$'
9    //------------------------------------------------------------------------------
10    , 5, -2);
11    //------------------------------------------------------------------------------
12    
13  include('inc/common/common.php.inc');  include('inc/common/common.php.inc');
14    
# Line 45  if(isset($_GET['li'])) Line 48  if(isset($_GET['li']))
48  if(isset($_GET['ot']))  if(isset($_GET['ot']))
49   $common_sessiondata['user_prefs']['outputtype'] = $_GET['ot'];   $common_sessiondata['user_prefs']['outputtype'] = $_GET['ot'];
50    
 if(isset($_GET['debug']))  
  $common_sessiondata['user_prefs']['debug'] = $_GET['debug'];  
   
 if(isset($_GET['benchlist']))  
  $common_sessiondata['user_prefs']['benchlist'] = $_GET['benchlist'];  
   
51  //----------------------------------------------------------  //----------------------------------------------------------
52  //- Variable defaults:  //- Variable defaults:
53    

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

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