openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 9efbcbc73a802e6372b2ba82418418dd6a98f8fa
parent 20df550b8884d45f13a5cac58c2d2139b4b89a74
Author: Jan Dankert <devnull@localhost>
Date:   Thu, 18 Oct 2012 23:30:40 +0200

Fix: Default-Hilfe-URL

Diffstat:
config/config-default.php | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/config/config-default.php b/config/config-default.php @@ -281,10 +281,8 @@ $conf['ftp'] = array(); $conf['ftp']['ascii']= "html,htm,php "; $conf['help'] = array(); $conf['help']['enabled']=true; -$conf['help']['url']="help/html/"; $conf['help']['url']="http://help.openrat.de/"; -$conf['help']['suffix']="html"; -$conf['help']['only_question_mark']=false; +$conf['help']['suffix']=".html"; $conf['html'] = array(); $conf['html']['tag_teletype']='tt'; $conf['html']['tag_emphatic']='em';