From 2f74cf27ad6fbb852df78bcccca1fb645c8a57e0 Mon Sep 17 00:00:00 2001
From: Marius Burkard <m.burkard@pixcept.de>
Date: Wed, 02 Mar 2016 07:19:30 -0500
Subject: [PATCH] Merge branch 'stable-3.1'

---
 interface/web/nav.php |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/interface/web/nav.php b/interface/web/nav.php
index 773f7d1..8a49edd 100644
--- a/interface/web/nav.php
+++ b/interface/web/nav.php
@@ -83,12 +83,16 @@
 		}
 	} else {
 		//*  Loading Login Module
+		/*
 		include_once 'login/lib/module.conf.php';
 		$_SESSION['s']['module'] = $module;
 		$topnav[] = array( 'title'  => 'Login',
 			'active'  => 1);
 		$module = null;
 		unset($module);
+		*/
+		header('Location: /login/');
+		die();
 	}
 
 	//* Topnavigation

--
Gitblit v1.9.1