Added the path './' before all required or included files to avoid conflicts with the 'include_path' directive
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/* $Id$ */
|
||||
|
||||
include("lib.inc.php3");
|
||||
require("./lib.inc.php3");
|
||||
|
||||
?>
|
||||
<html>
|
||||
|
Reference in New Issue
Block a user