Magellan Linux

Diff of /alx-src/tags/alx-web-0_7_0_20170802_2/openclose.php

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

alx-src/branches/alx-web-050/openclose.php revision 1600 by niro, Thu Dec 2 19:56:40 2010 UTC alx-src/branches/alx-web-060/openclose.php revision 2017 by niro, Mon May 9 16:31:38 2011 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.1600  
changed lines
  Added in v.2017