rename letodms_webdav.php to webdav.php and fixed include

This commit is contained in:
Uwe Steinmann 2013-02-13 21:06:47 +01:00
parent a40753f50d
commit 0487b37b51
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?php
include("../inc/inc.Settings.php");
include("Log.php");
include("letodms_webdav.php");
include("webdav.php");
$db = new LetoDMS_Core_DatabaseAccess($settings->_dbDriver, $settings->_dbHostname, $settings->_dbUser, $settings->_dbPass, $settings->_dbDatabase);
$db->connect() or die ("Could not connect to db-server \"" . $settings->_dbHostname . "\"");