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

revision 7070 by niro, Mon Sep 7 10:50:48 2015 UTC 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.7070  
changed lines
  Added in v.7137