Magellan Linux

Contents of /alx-src/tags/alx-web-20080607-r1/alx-web/openclose.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 481 - (show annotations) (download)
Sat Jun 7 10:20:36 2008 UTC (16 years ago) by (unknown author)
File size: 251 byte(s)
This commit was manufactured by cvs2svn to create tag
'alx-web-20080607-r1'.
1 <?
2 chdir('include');
3 include_once('config.inc.php');
4
5 $_SESSION['openclose'][ $_GET['section'] ] = (integer) (1-$_GET['opened']/2);
6 // Mail('ewerlin@augusta-bochum.de', 'ALX-Web OpenClose', $_GET['section'].' = '.$_GET['opened']);
7 echo 'ok';
8 ?>

Properties

Name Value
svn:executable *