Some minor updates for test files

This commit is contained in:
Clemens Schwaighofer
2018-12-14 13:07:10 +09:00
parent 005584e2ed
commit 98e16e6143
7 changed files with 45 additions and 18 deletions

View File

@@ -10,7 +10,7 @@ if ($DEBUG_ALL) {
}
// sample config
require("config.inc");
require 'config.php';
echo "FILE: ".BASE.LIB."Error.Handling.inc<br>";
require(BASE.LIB."Error.Handling.inc");