Fix the Error.Handling.inc method
This commit is contained in:
@@ -11,7 +11,8 @@ if ($DEBUG_ALL) {
|
||||
|
||||
// sample config
|
||||
require("config.inc");
|
||||
require(LIBS."Error.Handling.inc");
|
||||
echo "FILE: ".BASE.LIB."Error.Handling.inc<br>";
|
||||
require(BASE.LIB."Error.Handling.inc");
|
||||
|
||||
if ($var) {
|
||||
echo "OUT<br>";
|
||||
|
||||
Reference in New Issue
Block a user