Wobjects are now added/removed through the config file rather than the filesystem.
This commit is contained in:
parent
deedf4f8eb
commit
3d50eeb7db
3 changed files with 19 additions and 32 deletions
|
|
@ -1,8 +1,16 @@
|
|||
dsn = DBI:mysql:WebGUI
|
||||
dbuser = webgui
|
||||
dbpass = password
|
||||
|
||||
logfile = /data/webgui.log
|
||||
|
||||
extrasURL = /extras
|
||||
extrasPath = /data/WebGUI/www/extras
|
||||
|
||||
uploadsURL = /uploads
|
||||
uploadsPath = /data/WebGUI/www/uploads
|
||||
|
||||
wobjects = Article, EventsCalendar, ExtraColumn, FAQ, FileManager, HttpProxy, \
|
||||
Item, LinkList, MailForm, MessageBoard, Poll, Product, SiteMap, \
|
||||
SQLReport, Survey, SyndicatedContent, USS, WobjectProxy
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue