Funny you should mention that. I checked, and it wasn't there, so I rehacked the global file, and got this:
Warning: main(file:///C|/Documents%20and%20Settings/Kim/Desktop/safe%20global/othersafeglobal/./includes/init.php): failed to open stream: No such file or directory in /var/www/html/global.php on line 18
Fatal error: main(): Failed opening required 'file:///C|/Documents%20and%20Settings/Kim/Desktop/safe%20global/othersafeglobal/./includes/init.php' (include_path='.:/php/includes:/usr/share/php') in /var/www/html/global.php on line 18
Line 18 of the global file is:
require_once('file:///C|/Documents%20and%20Settings/Kim/Desktop/safe%20global/othersafeglobal/./includes/init.php');
I don't know what that is or where it came from.
Ok, never mind, I fixed the problem. However, I'm still kinda new to php, so if someone could explain why those lines of code changed, i'd appreciate it.
|