Magellan Linux

Contents of /alx-src/tags/alx-web-0_7_0_20170406_1/openclose.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9467 - (show annotations) (download)
Thu Apr 6 13:00:20 2017 UTC (7 years, 1 month ago) by niro
File size: 247 byte(s)
tagged 'alx-web-0_7_0_20170406_1'
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 ?>