Use require() instead of include() because we can't operate properly if we can't find all listed include files

This commit is contained in:
Chris Morgan
2006-07-21 04:24:59 +00:00
committed by WineHQ
parent 9364f5bc5a
commit 240a241a54
9 changed files with 18 additions and 18 deletions

View File

@@ -10,7 +10,7 @@
*/
// application environment
include("path.php");
require("path.php");
require(BASE."include/incl.php");
require(BASE."include/filter.php");