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