Code

Revert commit 13946
[gosa.git] / trunk / gosa-core / redhat / 01_fix_template_location.patch
1 diff -urNad gosa-core~/include/functions.inc gosa-core/include/functions.inc
2 --- gosa-core~/include/functions.inc    2008-05-30 10:39:33.000000000 +0200
3 +++ gosa-core/include/functions.inc     2008-06-03 09:16:19.000000000 +0200
4 @@ -40,7 +40,7 @@
5    define ("CONFIG_FILE",$_SERVER['CONFIG_FILE']);
6  }
7  
8 -define ("CONFIG_TEMPLATE_DIR", "../contrib");
9 +define ("CONFIG_TEMPLATE_DIR", "/usr/share/doc/gosa");
10  define ("TEMP_DIR","/var/cache/gosa/tmp");
11  
12  /* Define get_list flags */