Magellan Linux

Annotation of /alx-src/tags/alx-web-0_7_0_20171218_1/openclose.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1610 - (hide annotations) (download)
Thu Dec 2 23:02:19 2010 UTC (13 years, 5 months ago) by niro
Original Path: alx-src/branches/alx-web-050/openclose.php
File size: 251 byte(s)
-converted to unix cr/lf
1 niro 1610 <?
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 niro 1600 ?>

Properties

Name Value
svn:executable *