Magellan Linux

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

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

alx-src/branches/alx-web-060/openclose.php revision 2191 by niro, Tue Jun 7 13:05:58 2011 UTC alx-src/branches/alx-web-070/openclose.php revision 7137 by niro, Tue Sep 15 08:26:02 2015 UTC
# Line 2  Line 2 
2    
3  chdir('include');  chdir('include');
4  include_once('config.inc.php');  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.2191  
changed lines
  Added in v.7137