1<?php 2$conf['groups'] = 'ANY'; 3$conf['guest_toolbar']= 1; 4$conf['guest_media']= 1; 5$conf['open_upload']=0; 6$conf['allow_ckg_filebrowser'] = 'all'; 7$conf['default_ckg_filebrowser'] = 'ckgedit'; 8$conf['default_fb'] = 'acl'; 9$conf['openfb'] = 0; 10$conf['dw_edit_display'] = 'all'; 11$conf['smiley_as_text'] = 0; 12$conf['editor_bak'] = 0; 13$conf['create_folder'] ='n'; 14$conf['dwedit_ns'] = 'NONE'; 15$conf['acl_del'] = 0; 16$conf['auth_ci'] = 0; 17$conf['nix_style'] = 0; 18$conf['no_symlinks'] = 0; 19$conf['direction'] = 'nocheck'; 20$conf['scayt_auto']= 'off'; 21$conf['scayt_lang'] = "American English/en_US"; 22$conf['smiley_hack'] = 0; 23$conf['complex_tables'] = 1; 24$conf['duplicate_notes'] = 0; 25$conf['winstyle'] = 0; 26$conf['other_lang'] = 'default'; 27$conf['dw_priority'] = 0; 28$conf['dw_users'] =""; 29$conf['color_options'] = 0; 30$conf['font_options'] = 0; 31$conf['nofont_styling'] = 0; 32$conf['alt_toolbar'] = 'Paste,PasteText,PasteFromWord'; 33$conf['mfiles'] = 0; 34$conf['extra_plugins'] ="Geshi,Msword"; 35$conf['htmlblock_ok'] = 0; 36$conf['dblclk'] ='on'; 37$conf['preserve_enc'] = 0; 38$conf['gui'] = 'moono'; 39$conf['rel_links'] = 0; 40$conf['style_sheet'] = 0; 41$conf['imgpaste'] = 1; 42 43 44 45 46