Updated to include pure, major major major overhaul

This commit is contained in:
2015-02-11 23:52:11 -05:00
parent 7097e9c67a
commit e65ba7741c
187 changed files with 2581 additions and 338 deletions

4
includes/index.php Normal file
View File

@@ -0,0 +1,4 @@
<?php
// Simple hack to avoid directory listing...
header("Location: ../index.php");
?>