Magellan Linux

Contents of /alx-src/branches/alx-web-070/openclose.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8531 - (show annotations) (download)
Mon Feb 8 10:37:04 2016 UTC (8 years, 2 months ago) by niro
File size: 247 byte(s)
-fixed file permissions via propset
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 ?>