mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 09:35:00 +00:00
rename letodms_webdav.php to webdav.php and fixed include
This commit is contained in:
parent
a40753f50d
commit
0487b37b51
|
@ -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 . "\"");
|
||||
|
|
Loading…
Reference in New Issue
Block a user