From: Chuck Hagenbuch Date: Wed, 14 Jan 2009 05:58:37 +0000 (-0500) Subject: controller stub X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=5f21bf9f52028f400639557e267efaa5b79b5b95;p=horde.git controller stub --- diff --git a/hippo/app/controllers/ApplicationController.php b/hippo/app/controllers/ApplicationController.php index e69de29bb..51b036cba 100644 --- a/hippo/app/controllers/ApplicationController.php +++ b/hippo/app/controllers/ApplicationController.php @@ -0,0 +1,14 @@ +db = Horde_Db_Adapter::factory($GLOBALS['conf']['sql']); + } + +}