Magellan Linux

Diff of /alx-src/branches/alx-web-050/openclose.php

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

revision 1609 by niro, Thu Dec 2 19:56:40 2010 UTC revision 1610 by niro, Thu Dec 2 23:02:19 2010 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.1609  
changed lines
  Added in v.1610