fix language include, consolidate misc files, last alpha for now

This commit is contained in:
2017-05-12 11:07:03 -04:00
parent 9397a0f169
commit 351b9c3eeb
11 changed files with 100 additions and 86 deletions

1
inc/index.php Executable file
View File

@@ -0,0 +1 @@
<?php session_start(); require_once("../config.inc.php"); header("Location: " . $yaptc_webpath . "index.php"); ?>