I'm not sure I completely understand what you're saying, but one refresh of the main page results in a number of requests to the server. In particular, cron.php is called, so that could be the source of your second load of global.php. To make sure, as part of your code you could print some debug info to a file and include the value of THIS_SCRIPT in the debug info.
|