Annotation of /alx-src/branches/alx-web-060/openclose.php
Parent Directory | Revision Log
Revision 2191 -
(hide annotations)
(download)
Tue Jun 7 13:05:58 2011 UTC (13 years, 4 months ago) by niro
File size: 248 byte(s)
Tue Jun 7 13:05:58 2011 UTC (13 years, 4 months ago) by niro
File size: 248 byte(s)
-fixed whitepaces
1 | niro | 1610 | <? |
2 | niro | 2191 | |
3 | chdir('include'); | ||
4 | include_once('config.inc.php'); | ||
5 | niro | 1610 | |
6 | niro | 2191 | $_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 | niro | 1600 | ?> |
Properties
Name | Value |
---|---|
svn:executable | * |