From 0a563bc5c5dde3183d71d0aba934c2c3e2d9e4ba Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 24 Jan 2013 15:49:10 +0100 Subject: php-horde-horde: define Alias for JavaScript Libraries --- horde.conf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'horde.conf') diff --git a/horde.conf b/horde.conf index 0d32d14..3e653c1 100644 --- a/horde.conf +++ b/horde.conf @@ -1,4 +1,11 @@ -Alias /horde /usr/share/horde +# Link to system Javascript Libraries +Alias /horde/js/scriptaculous /usr/share/scriptaculous +Alias /horde/js/prototype.js /usr/share/prototype/prototype.js +Alias /horde/js/ckeditor /usr/share/ckeditor +Alias /horde/js/syntaxhighlighter /usr/share/syntaxhighlighter + +# Link to horde +Alias /horde /usr/share/horde # **IMPORTANT** By default, everyone accessing Horde is automatically logged -- cgit