Subversion Repositories DevTools

Rev

Rev 5512 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5512 Rev 6657
Line 13... Line 13...
13
gMdbExtension      = ".mdb"
13
gMdbExtension      = ".mdb"
14
gBlackListedIpsRE  =  "^89\.149\.195.*"
14
gBlackListedIpsRE  =  "^89\.149\.195.*"
15
gDisableSave       =  false                           ' Set to true if you have to fully disable save.
15
gDisableSave       =  false                           ' Set to true if you have to fully disable save.
16
gRemoveHtml        =  false                           ' Set to true if  HTML input in wiki will be enabled.
16
gRemoveHtml        =  false                           ' Set to true if  HTML input in wiki will be enabled.
17
gLoginFlag         =  "log"                           ' The default enable login flag ( must be overriden by config.asp).
17
gLoginFlag         =  "log"                           ' The default enable login flag ( must be overriden by config.asp).
18
gHideWikiSource    =  false                           ' Allow viewing of unformatted wiki text when loggin in.
18
gHideWikiSource    =  true                            ' Allow viewing of unformatted wiki text when loggin in.
19
gHideWikiFooter    =  true                            ' Show or Hide the whole wiki footer
19
gHideWikiFooter    =  true                            ' Show or Hide the whole wiki footer
20
gHideLogin         =  false                           ' Enable/Disable double-click or Edit. This can be overriden by &log
20
gHideLogin         =  false                           ' Enable/Disable double-click or Edit. This can be overriden by &log
21
gHideLastEditor    =  false                           ' Show/Hide in  the footer the info about last edit
21
gHideLastEditor    =  false                           ' Show/Hide in  the footer the info about last edit
22
gHttpDomain        = "auto"                           ' URL for RSS links to work. default is AUTO Override in config.asp . Set to "" to remove rss footer links
22
gHttpDomain        = "auto"                           ' URL for RSS links to work. default is AUTO Override in config.asp . Set to "" to remove rss footer links
23
gDefaultIcon       = "gear"                           ' This default. Maybe overridden if your site has icon.gif, icon.jpg or xxxx.gif and if FSO is working.
23
gDefaultIcon       = "gear"                           ' This default. Maybe overridden if your site has icon.gif, icon.jpg or xxxx.gif and if FSO is working.