Code

49b29f67228507b6cd0db9a70502c64a2ae99109
[gosa.git] / 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    2010-02-02 14:02:18.000000000 +0100
3 +++ gosa-core/include/functions.inc     2010-02-02 14:01:25.000000000 +0100
4 @@ -40,7 +40,7 @@
5      e.g.  SetEnv CONFIG_FILE gosa.conf.2.6
6   */
7  if(!isset($_SERVER['CONFIG_FILE'])){
8 -  define ("CONFIG_FILE", "gosa.conf");
9 +  define ("CONFIG_FILE", "/usr/share/doc/gosa");
10  }else{
11    define ("CONFIG_FILE",$_SERVER['CONFIG_FILE']);
12  }