- Bugfix beim Login aus Unterordner

- XML Export für Bestellungen
This commit is contained in:
Andreas Österreicher
2011-01-25 13:38:44 +00:00
parent 8cb4400795
commit 542fb3d85b
4 changed files with 183 additions and 4 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
<?php
session_start();
$path = dirname($_SERVER['PHP_SELF']);
$path = dirname(__FILE__);
$path = mb_substr($path, mb_strlen($_SERVER['DOCUMENT_ROOT']));
if (!isset($_SESSION['user']) || $_SESSION['user']=='')
{