Initial revision
This commit is contained in:
parent
1ba4e8011b
commit
bbfcb3d4f4
104 changed files with 3100 additions and 0 deletions
14
code/app.properties
Normal file
14
code/app.properties
Normal file
|
@ -0,0 +1,14 @@
|
|||
baseURI = /antville
|
||||
|
||||
# used for FROM in sending emails
|
||||
adminEmail = robert.gaggl@orf.at
|
||||
|
||||
# path where uploaded images will be stored ..
|
||||
# don't forget the trailing slash!!!!!
|
||||
# if you're using antville on a Windows-machine, don't forget
|
||||
# to mask backslashes with backslashes, i.e.
|
||||
# imgPath = D:\\htdocs\\img\\antville\\
|
||||
imgPath = /usr/local/httpd/htdocs/img/antville/
|
||||
|
||||
# url of weblog-images
|
||||
imgUrl = /images/antville/
|
Loading…
Add table
Add a link
Reference in a new issue