Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7070 - (hide annotations) (download)
Mon Sep 7 10:50:48 2015 UTC (8 years, 8 months ago) by niro
Original Path: alx-src/branches/alx-web-070/openclose.php
File size: 248 byte(s)
created branch 'alx-web-070'
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 *