From: Gunnar Wrobel
Date: Wed, 29 Apr 2009 07:58:01 +0000 (+0200) Subject: Clean up the configuration directory for packaging. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=1cd7a8f13b401ecbfb1c6cdc565e516a91f7aaca;p=horde.git Clean up the configuration directory for packaging. --- diff --git a/koward/www/Koward/config/.gitignore b/koward/www/Koward/config/.gitignore index 77eba8a5e..8713fdaa9 100644 --- a/koward/www/Koward/config/.gitignore +++ b/koward/www/Koward/config/.gitignore @@ -1 +1,2 @@ +*.php *.local.php diff --git a/koward/www/Koward/config/conf.php.dist b/koward/www/Koward/config/conf.php.dist new file mode 100644 index 000000000..da94aad16 --- /dev/null +++ b/koward/www/Koward/config/conf.php.dist @@ -0,0 +1,33 @@ +applications['horde'] = array( + 'fileroot' => dirname(__FILE__) . '/..', + 'webroot' => '/', + 'initial_page' => 'login.php', + 'name' => _("Horde"), + 'status' => 'active', + 'templates' => dirname(__FILE__) . '/../templates', + 'provides' => 'horde', + 'themesuri' => '/app/themes', + 'themesfs' => dirname(__FILE__) . '/../app/themes', +); + +$this->applications['koward'] = array( + 'fileroot' => dirname(__FILE__) . '/..', + 'webroot' => $this->applications['horde']['webroot'] . '/app', + 'name' => _("Koward"), + 'status' => 'active', + 'initial_page' => 'index.php', + 'themesuri' => '/app/themes', + 'themesfs' => dirname(__FILE__) . '/../app/themes', +); diff --git a/koward/www/Koward/config/visible.php b/koward/www/Koward/config/visible.php deleted file mode 100644 index d8699092f..000000000 --- a/koward/www/Koward/config/visible.php +++ /dev/null @@ -1,59 +0,0 @@ -