ok now this is it. stupid mistakes - need a break. this one works.

This commit is contained in:
2017-05-12 11:12:29 -04:00
parent 351b9c3eeb
commit 61ce24efef
9 changed files with 13 additions and 3 deletions

View File

@@ -2,6 +2,8 @@
session_start();
if(file_exists("config.inc.php")){
require_once("config.inc.php");
require_once($yaptc_lang);
}else{
echo "Configuration file not found - please complete setup before continuing.";
exit;