Magellan Linux

Diff of /alx-src/trunk/alx-web/openclose.php

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

revision 424 by niro, Wed Jun 4 21:54:04 2008 UTC revision 425 by niro, Wed Jun 4 22:35:14 2008 UTC
# Line 1  Line 1 
1  <?  <?
2   chdir('include');   chdir('include');
3   include_once('config.inc.php');   include_once('config.inc.php');
4    
5   $_SESSION['openclose'][ $_GET['section'] ] = (integer) (1-$_GET['opened']/2);   $_SESSION['openclose'][ $_GET['section'] ] = (integer) (1-$_GET['opened']/2);
6   // Mail('ewerlin@augusta-bochum.de', 'ALX-Web OpenClose', $_GET['section'].' = '.$_GET['opened']);   // Mail('ewerlin@augusta-bochum.de', 'ALX-Web OpenClose', $_GET['section'].' = '.$_GET['opened']);
7   echo 'ok';   echo 'ok';
8  ?>  ?>

Legend:
Removed from v.424  
changed lines
  Added in v.425