Do not set the webroot.
authorGunnar Wrobel <p@rdus.de>
Sun, 10 May 2009 20:28:16 +0000 (22:28 +0200)
committerGunnar Wrobel <p@rdus.de>
Sun, 10 May 2009 20:28:16 +0000 (22:28 +0200)
koward/script/Koward/koward.php

index f85634c..e73ed96 100644 (file)
@@ -54,7 +54,7 @@ Horde_Autoloader::addClassPattern('/^Koward_/', 'Koward/');
 
 /** Dispatch the request. */
 try {
-  Koward::dispatch($opts->base . '/htdocs/koward/koward.php', 'Koward_Cli', '/koward');
+  Koward::dispatch($opts->base . '/htdocs/koward/koward.php', 'Koward_Cli');
 } catch (Exception $e) {
     // @TODO Make nicer
     echo '<h1>' . $e->getMessage() . '</h1>';