Quote:
Originally Posted by Xenon
you have several ways to remove some steps
either just include init.php which does the DB initialisation and such, or if you just don't want the location parts, add a
PHP Code:
define('LOCATION_BYPASS', 1);
before the actual require step
|
I'm not sure what location parts you mean, but thanks; I wasn't aware init.php had everything that was needed. Does it include more files after it though, or is it all in init.php?