Magellan Linux

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

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

alx-src/branches/alx-web-050/openclose.php revision 1610 by niro, Thu Dec 2 23:02:19 2010 UTC alx-src/branches/alx-web-070/openclose.php revision 7137 by niro, Tue Sep 15 08:26:02 2015 UTC
# Line 1  Line 1 
1  <?  <?
  chdir('include');  
  include_once('config.inc.php');  
   
  $_SESSION['openclose'][ $_GET['section'] ] = (integer) (1-$_GET['opened']/2);  
  // Mail('ewerlin@augusta-bochum.de', 'ALX-Web OpenClose', $_GET['section'].' = '.$_GET['opened']);  
  echo 'ok';  
 ?>  
2    
3    chdir('include');
4    include_once('config.inc.php');
5    
6    $_SESSION['openclose'][ $_GET['section'] ] = (integer) (1-$_GET['opened']/2);
7    // Mail('ewerlin@augusta-bochum.de', 'ALX-Web OpenClose', $_GET['section'].' = '.$_GET['opened']);
8    echo 'ok';
9    
10    ?>

Legend:
Removed from v.1610  
changed lines
  Added in v.7137