fix about layout, add mysql auth type to defaults.inc.php delete a space or some shit in adduser.php

git-svn-id: http://www.observium.org/svn/observer/trunk@1279 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2010-06-29 12:47:50 +00:00
parent 23d3ee43ba
commit 55fee97d58
3 changed files with 12 additions and 9 deletions

View File

@@ -5,6 +5,8 @@ include("includes/defaults.inc.php");
include("config.php");
include("includes/functions.php");
print_r($config);
if (file_exists('html/includes/authentication/' . $config['auth_mechanism'] . '.inc.php'))
{
include('html/includes/authentication/' . $config['auth_mechanism'] . '.inc.php');