Initial init.
commit3feb9f84459a7d0c7261fb291e486feec0667779
authorJonas Häggqvist <rasher@gaia.localdomain>
Sun, 8 Mar 2009 22:08:06 +0000 (8 23:08 +0100)
committerJonas Häggqvist <rasher@gaia.localdomain>
Sun, 8 Mar 2009 22:08:06 +0000 (8 23:08 +0100)
tree7ebb3f844ce8a76d119db8ae10a66d1991714473
Initial init.
23 files changed:
private/adduser.sh [new file with mode: 0755]
private/config.inc.php [new file with mode: 0644]
private/db.class.php [new file with mode: 0644]
private/preamble.inc.php [new file with mode: 0644]
private/templater.class.php [new file with mode: 0644]
private/templates/TODO [new file with mode: 0644]
private/templates/admin.tpl [new file with mode: 0644]
private/templates/adminlist.tpl [new file with mode: 0644]
private/templates/footer.tpl [new file with mode: 0644]
private/templates/frontpage.tpl [new file with mode: 0644]
private/templates/header.tpl [new file with mode: 0644]
private/templates/login.tpl [new file with mode: 0644]
private/templates/menu.tpl [new file with mode: 0644]
private/templates/themelist.tpl [new file with mode: 0644]
private/templates/upload.tpl [new file with mode: 0644]
private/templates/uploadcomplete.tpl [new file with mode: 0644]
private/templates/verifyemail.tpl [new file with mode: 0644]
private/themesite.class.php [new file with mode: 0644]
public/admin.php [new file with mode: 0644]
public/index.php [new file with mode: 0644]
public/preconfig.inc.php [new file with mode: 0644]
public/upload.php [new file with mode: 0644]
public/verify.php [new file with mode: 0644]