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/tags/alx-web-0_7_0_20170802_2/openclose.php revision 9681 by niro, Wed Aug 2 15:09:41 2017 UTC
# Line 1  Line 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';  
 ?>  
1    <?
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.1600  
changed lines
  Added in v.9681