Magellan Linux

Contents of /alx-src/trunk/alx-web/openclose.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2804 - (show annotations) (download)
Mon Aug 29 20:22:21 2011 UTC (12 years, 8 months ago) by niro
File size: 248 byte(s)
-merged branch alx-web-0_6_0 into trunk
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 ?>

Properties

Name Value
svn:executable *