Version 0.3.5 beta

This commit is contained in:
Stephan Kasdorf
2018-03-14 16:37:09 +01:00
parent f7f7550833
commit c9f29ce086
152 changed files with 14954 additions and 1124 deletions

View File

@@ -9,8 +9,22 @@ config_dir = "/../../application/view/configs/"
class_file = "core/l/Smarty/Smarty.class.php"
debugbar = false
[EMAIL]
register.smtp = 1
register.smtp[password] = "YOURPASSWORD"
register.smtp[username] = "YOUREMAILUSERNAME"
register.smtp[host] = "YOURSMTP"
register.smtp[port] = "25"
register.from = "YOURFROMMAIL"
register.sender = "YOURSENDER"
register.subject = "YOURSUBJECTLINE"
register.text = "PATHTOYOURHTMLTEMPLATE"
[SETTINGS]
pageurl = "YOURPAGEURLWITHPROTOCOL"
navigation = "navigation.json"
dbmodel = "/../../application/model/"
modul = "/../../application/modul/"
background.img[] = "public/img/nibiru3.jpg"
smarty.css[] = "public/css/v3/roboto.css"
smarty.css[] = "public/css/v3/toolkit-inverse.css"