Merge from lnApp

This commit is contained in:
Deon George
2011-05-09 17:40:50 +10:00
parent 8814447096
commit 8b658b497a
46 changed files with 466 additions and 200 deletions

View File

@@ -55,7 +55,7 @@ class Database_TSM extends Database {
// Get user login details from user session - these are set by login
if (! $username)
$username = Session::instance()->get_once('admin_name');
$username = Session::instance()->get_once('username');
if (! $password)
$password = Session::instance()->get_once('password');