--- alx-src/branches/alx-web-050/openclose.php 2010/12/02 23:02:19 1610 +++ alx-src/tags/alx-web-0_7_0_20171218_1/openclose.php 2017/12/18 12:03:27 11135 @@ -1,8 +1,10 @@ \ No newline at end of file + +chdir('include'); +include_once('config.inc.php'); + +$_SESSION['openclose'][ $_GET['section'] ] = (integer) (1-$_GET['opened']/2); +// Mail('ewerlin@augusta-bochum.de', 'ALX-Web OpenClose', $_GET['section'].' = '.$_GET['opened']); +echo 'ok'; + +?>