mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 00:24:35 +00:00
- Bugfix beim Login aus Unterordner
- XML Export für Bestellungen
This commit is contained in:
+2
-1
@@ -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']=='')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user