Is it possible to do this using a file that is not in my forums directory?
My directory structure is:
public_html
-forums
---admin
---images
---mod
I'm getting this error
PHP Code:
Warning: main() [function.main]: Unable to access ./admin/config.php in /home/virtual/www/public_html/forums/global.php on line 129
Warning: main(./admin/config.php) [function.main]: failed to create stream: No such file or directory in /home/virtual/www/public_html/forums/global.php on line 129
and I'm using this code to get the global.php file:
PHP Code:
require('/home/virtual/www/public_html/forums/global.php');