diff options
author | thomascube <thomas@roundcube.net> | 2008-09-19 18:26:34 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-09-19 18:26:34 +0000 |
commit | bba657e64ff3334ba2f64e88e977a6dc107d682d (patch) | |
tree | c09b64f5a585914a43748ee19167f7b4bf0134a5 /program/include/rcmail.php | |
parent | ddd894dbe86c678076b51fc10a9ef8a655f29d68 (diff) |
Made config files location configurable (#1485215)
Diffstat (limited to 'program/include/rcmail.php')
-rw-r--r-- | program/include/rcmail.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/rcmail.php b/program/include/rcmail.php index ac328ebb7..12270f077 100644 --- a/program/include/rcmail.php +++ b/program/include/rcmail.php @@ -460,7 +460,7 @@ class rcmail raise_error(array( 'code' => 600, 'type' => 'php', - 'file' => "config/main.inc.php", + 'file' => RCMAIL_CONFIG_DIR."/main.inc.php", 'message' => "Acces denied for new user $username. 'auto_create_user' is disabled" ), true, false); } |