Quote:
Originally Posted by adbox
|
They seem to be, but it doesn't exactly answer the question. I noticed i only get the error because of my header which i need:
Code:
ob_start();
$curdir = getcwd ();
chdir('/home/shininga/public_html/divineshadowsonline/forum/');
require_once('./global.php');
$phrasegroups = array();
$headinclude = str_replace('clientscript', $vbulletin->options['bburl'] . '/clientscript', $headinclude);
chdir ($curdir);
I have that added to the top of every single page because i've build my own api system for my main website around it.