// Load the required file(s)
require('inc/config-global.php');
+// Set content type for e.g. search engines
+if (isSpider()) setContentType('text/html');
+
// Is the admin logged-in and no sql_patches installed?
if ((isAdmin()) && (!isExtensionActive('sql_patches'))) {
// Extension 'sql_patches' is missing!
// Load the required file(s)
require('inc/config-global.php');
+// Set content type for e.g. search engines
+if (isSpider()) setContentType('text/html');
+
// Simply redirect... :-)
redirectToUrl('modules.php?module=index&what=agb');
// Load the required file(s)
require('inc/config-global.php');
+// Set content type for e.g. search engines
+if (isSpider()) setContentType('text/html');
+
// No hash provided by default
$URL = 'modules.php?module=index';
// Load the required file(s)
require('inc/config-global.php');
+// Set content type for e.g. search engines
+if (isSpider()) setContentType('text/html');
+
// No refid by default
$URL = 'index.php';
// Load the required file(s)
require('inc/config-global.php');
+// Set content type for e.g. search engines
+if (isSpider()) setContentType('text/html');
+
// No hash provided by default
$URL = 'modules.php?module=index';
// Load the required file(s)
require('inc/config-global.php');
+// Set content type for e.g. search engines
+if (isSpider()) setContentType('text/html');
+
// Base URL for redirection
$URL = 'modules.php?module=index&what=sponsor_reg&refid=';