more updates and date fixes

This commit is contained in:
2015-02-12 00:35:00 -05:00
parent e746cbec31
commit f21f94d4e0
76 changed files with 11 additions and 973 deletions

5
lib/index.php Normal file → Executable file
View File

@@ -1,4 +1 @@
<?php
// Simple hack to avoid directory listing...
header("Location: ../index.php");
?>
<?php session_start(); require_once("../config.inc.php"); header("Location: " . $yaptc_webpath . "index.php"); ?>