MyBB Community Forums

Full Version: Which file loads first?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I have a lot of wordpress sites and I use Zbblock to keep the script kiddies, misbehaving bots and other undesirables from my sites. In WP I add an include referrence to wp-load.php, which is the first file to load.

Which file in MyBB is the first to load? Is it index.php, global.php or something else?

Thanks
Technically first it is global.php, howver, just a couple lines in it calls the inc/init.php file.
Thanks dragonexpert Smile