Intial revision.
This commit is contained in:
commit
f87492d73e
19 changed files with 607 additions and 0 deletions
19
config.xml
Normal file
19
config.xml
Normal file
|
@ -0,0 +1,19 @@
|
|||
<config>
|
||||
<database>
|
||||
<hostname>localhost</hostname>
|
||||
<username>**********</username>
|
||||
<password>**********</password>
|
||||
<database>parkmuch</database>
|
||||
</database>
|
||||
<modules>
|
||||
<display>Smarty</display>
|
||||
</modules>
|
||||
<templates>
|
||||
<main>index.tpl</main>
|
||||
</templates>
|
||||
<admin>
|
||||
<username>**********</username>
|
||||
<password>********************************</password>
|
||||
<salt>**********</salt>
|
||||
</admin>
|
||||
</config>
|
Loading…
Add table
Add a link
Reference in a new issue