- removed old configuration variables

This commit is contained in:
steinm 2010-12-14 12:18:18 +00:00
parent 8a856e9db3
commit fda33a7e2d

View File

@ -32,9 +32,10 @@ class Settings
// Default page on login. Defaults to out/out.ViewFolder.php
var $_siteDefaultPage = "";
// IDs of admin-user, guest-user and root-folder (no need to change)
var $_adminID = 1;
// ID of guest-user used when logged in as guest (mostly no need to change)
var $_guestID = 2;
// ID of root-folder (mostly no need to change)
var $_rootFolderID = 1;
// If you want anybody to login as guest, set the following line to true
@ -141,8 +142,8 @@ class Settings
// -------------------------------- Database-Setup --------------------------------------------
//Path to adodb
var $_ADOdbPath = "/var/www/letoDMS-1.10/adodb/";
//Path to adodb. This is the directory containing the adodb directory
var $_ADOdbPath = "/var/www/letoDMS-1.10/";
//DB-Driver used by adodb (see adodb-readme)
var $_dbDriver = "mysql";