Added the path './' before all required or included files to avoid conflicts with the 'include_path' directive
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
// Process config file to determine default server (if any)
|
||||
require('lib.inc.php3');
|
||||
require('./lib.inc.php3');
|
||||
?>
|
||||
|
||||
<html>
|
||||
|
Reference in New Issue
Block a user