Magellan Linux

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

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

revision 2190 by niro, Mon May 9 16:31:38 2011 UTC revision 2191 by niro, Tue Jun 7 13:05:58 2011 UTC
# Line 1  Line 1 
1  <?  <?
2   chdir('include');  
3   include_once('config.inc.php');  chdir('include');
4    include_once('config.inc.php');
5    
6   $_SESSION['openclose'][ $_GET['section'] ] = (integer) (1-$_GET['opened']/2);  $_SESSION['openclose'][ $_GET['section'] ] = (integer) (1-$_GET['opened']/2);
7   // Mail('ewerlin@augusta-bochum.de', 'ALX-Web OpenClose', $_GET['section'].' = '.$_GET['opened']);  // Mail('ewerlin@augusta-bochum.de', 'ALX-Web OpenClose', $_GET['section'].' = '.$_GET['opened']);
8   echo 'ok';  echo 'ok';
9    
10  ?>  ?>

Legend:
Removed from v.2190  
changed lines
  Added in v.2191