Added the path './' before all required or included files to avoid conflicts with the 'include_path' directive

This commit is contained in:
Loïc Chapeaux
2001-05-20 09:56:22 +00:00
parent 50df8b6678
commit dfa57ed7d8
28 changed files with 105 additions and 93 deletions

View File

@@ -1,6 +1,6 @@
<?php
// Process config file to determine default server (if any)
require('lib.inc.php3');
require('./lib.inc.php3');
?>
<html>