openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit accde255196f038a301bb3164060f972f76f5512
parent af8e3d289d93c0eb7f210aaaff5caa9d6320afa4
Author: Jan Dankert <devnull@localhost>
Date:   Wed, 24 Oct 2012 19:41:45 +0200

Fix: Den richtigen Dateinamen des Dispatchers angeben.

Diffstat:
webdav.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webdav.php b/webdav.php @@ -5,6 +5,6 @@ $_GET['action' ] = 'webdav'; $_GET['subaction'] = strtolower($_SERVER['REQUEST_METHOD']); -require( 'do.php' ); +require( 'dispatcher.php' ); ?> \ No newline at end of file