From: Roland Häder Date: Mon, 26 Sep 2011 14:32:04 +0000 (+0000) Subject: Now with two underscores X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=90660845a4159b98d65a1c1049ddf68fb8ddd613;p=mailer.git Now with two underscores --- diff --git a/admin.php b/admin.php index c7e2aab0b3..c247e2b19b 100644 --- a/admin.php +++ b/admin.php @@ -42,7 +42,7 @@ require('inc/libs/security_functions.php'); $GLOBALS['startTime'] = microtime(true); // Set module -$GLOBALS['module'] = 'admin'; +$GLOBALS['__module'] = 'admin'; $GLOBALS['output_mode'] = -1; // Load the required file(s) diff --git a/agb.php b/agb.php index 089de85075..b995f68da7 100644 --- a/agb.php +++ b/agb.php @@ -42,7 +42,7 @@ require('inc/libs/security_functions.php'); $GLOBALS['startTime'] = microtime(true); // Set module -$GLOBALS['module'] = 'agb'; +$GLOBALS['__module'] = 'agb'; $GLOBALS['output_mode'] = -1; // Load the required file(s) diff --git a/autoreg.php b/autoreg.php index 8bf6d14b52..7ccffab410 100644 --- a/autoreg.php +++ b/autoreg.php @@ -42,7 +42,7 @@ require('inc/libs/security_functions.php'); $GLOBALS['startTime'] = microtime(true); // Set module -$GLOBALS['module'] = 'autoreg'; +$GLOBALS['__module'] = 'autoreg'; $GLOBALS['output_mode'] = 1; $GLOBALS['header_sent'] = 3; diff --git a/beg.php b/beg.php index d9c4bbb7e1..20a109c180 100644 --- a/beg.php +++ b/beg.php @@ -42,7 +42,7 @@ require('inc/libs/security_functions.php'); $GLOBALS['startTime'] = microtime(true); // Set module -$GLOBALS['module'] = 'beg'; +$GLOBALS['__module'] = 'beg'; $GLOBALS['output_mode'] = -1; $errorCode = NULL; diff --git a/birthday_confirm.php b/birthday_confirm.php index 333e5b03b7..d4383993db 100644 --- a/birthday_confirm.php +++ b/birthday_confirm.php @@ -42,7 +42,7 @@ require('inc/libs/security_functions.php'); $GLOBALS['startTime'] = microtime(true); // Set module -$GLOBALS['module'] = 'birthday_confirm'; +$GLOBALS['__module'] = 'birthday_confirm'; $GLOBALS['output_mode'] = -1; // Load the required file(s) @@ -112,7 +112,7 @@ if (SQL_NUMROWS($result) == 1) { SQL_FREERESULT($result); // Set this because we have no module in URI -$GLOBALS['module'] = 'birthday_confirm'; +$GLOBALS['__module'] = 'birthday_confirm'; // Include header loadIncludeOnce('inc/header.php'); diff --git a/click.php b/click.php index 2b0d1dd1f0..d5cc535af5 100644 --- a/click.php +++ b/click.php @@ -42,7 +42,7 @@ require('inc/libs/security_functions.php'); $GLOBALS['startTime'] = microtime(true); // Set module -$GLOBALS['module'] = 'click'; +$GLOBALS['__module'] = 'click'; $GLOBALS['output_mode'] = -1; // Load the required file(s) diff --git a/confirm.php b/confirm.php index 21da585962..56c395494f 100644 --- a/confirm.php +++ b/confirm.php @@ -42,7 +42,7 @@ require('inc/libs/security_functions.php'); $GLOBALS['startTime'] = microtime(true); // Set module to confirm -$GLOBALS['module'] = 'confirm'; +$GLOBALS['__module'] = 'confirm'; $GLOBALS['output_mode'] = -1; // Load the required file(s) diff --git a/css.php b/css.php index 73374f3f16..277d19ec45 100644 --- a/css.php +++ b/css.php @@ -45,7 +45,7 @@ $GLOBALS['footer_sent'] = -1; $GLOBALS['startTime'] = microtime(true); // This is a CSS file loader! -$GLOBALS['module'] = 'css'; +$GLOBALS['__module'] = 'css'; $GLOBALS['output_mode'] = 1; // Load the required file(s) diff --git a/debug.php b/debug.php index 23005da370..87d11a704e 100644 --- a/debug.php +++ b/debug.php @@ -42,7 +42,7 @@ require('inc/libs/security_functions.php'); $GLOBALS['startTime'] = microtime(true); // Set module and fake "CSS mode" -$GLOBALS['module'] = 'debug'; +$GLOBALS['__module'] = 'debug'; $GLOBALS['output_mode'] = -1; // Load the required file(s) diff --git a/doubler.php b/doubler.php index 9d4e63cbd7..6a259162ed 100644 --- a/doubler.php +++ b/doubler.php @@ -42,7 +42,7 @@ require('inc/libs/security_functions.php'); $GLOBALS['startTime'] = microtime(true); // Set module -$GLOBALS['module'] = 'doubler'; +$GLOBALS['__module'] = 'doubler'; $GLOBALS['output_mode'] = '0'; // Load the required file(s) diff --git a/img.php b/img.php index 92f464d0e7..c1e0d79421 100644 --- a/img.php +++ b/img.php @@ -42,7 +42,7 @@ require('inc/libs/security_functions.php'); $GLOBALS['startTime'] = microtime(true); // Set module -$GLOBALS['module'] = 'img'; +$GLOBALS['__module'] = 'img'; $GLOBALS['output_mode'] = -1; // Load the required file(s) diff --git a/index.php b/index.php index ac9aa57734..a2764b899f 100644 --- a/index.php +++ b/index.php @@ -46,8 +46,8 @@ require('inc/libs/security_functions.php'); $GLOBALS['startTime'] = microtime(true); // Set module/what -$GLOBALS['module'] = 'index'; -$GLOBALS['what'] = 'welcome'; +$GLOBALS['__module'] = 'index'; +$GLOBALS['__what'] = 'welcome'; // Set CSS mode $GLOBALS['output_mode'] = '0'; diff --git a/install.php b/install.php index 429abb4272..7c7bc4fc4b 100644 --- a/install.php +++ b/install.php @@ -51,7 +51,7 @@ $GLOBALS['mailer_installing'] = true; $GLOBALS['output_mode'] = '0'; // Set module -$GLOBALS['module'] = 'install'; +$GLOBALS['__module'] = 'install'; // Load config file require('inc/config-global.php'); diff --git a/js.php b/js.php index ae623feb86..4d96a160f7 100644 --- a/js.php +++ b/js.php @@ -51,7 +51,7 @@ $GLOBALS['startTime'] = microtime(true); // pattern is given... // // But mxchange 0.3.0 will show that in better way! :D :D :D -$GLOBALS['module'] = 'js'; +$GLOBALS['__module'] = 'js'; $GLOBALS['output_mode'] = 1; // Load the required file(s) diff --git a/lead-confirm.php b/lead-confirm.php index 44b5f02081..c71727cb27 100644 --- a/lead-confirm.php +++ b/lead-confirm.php @@ -42,7 +42,7 @@ require('inc/libs/security_functions.php'); $GLOBALS['startTime'] = microtime(true); // Set module -$GLOBALS['module'] = 'lead-confirm'; +$GLOBALS['__module'] = 'lead-confirm'; // Set "CSS-Mode" $GLOBALS['output_mode'] = '0'; diff --git a/login.php b/login.php index d628789f0b..0c9b262bd5 100644 --- a/login.php +++ b/login.php @@ -42,7 +42,7 @@ require('inc/libs/security_functions.php'); $GLOBALS['startTime'] = microtime(true); // Set module / output mode -$GLOBALS['module'] = 'login'; +$GLOBALS['__module'] = 'login'; $GLOBALS['output_mode'] = -2; // Load the required file(s) diff --git a/mailid.php b/mailid.php index 916aa60d64..34de62d0ea 100644 --- a/mailid.php +++ b/mailid.php @@ -42,7 +42,7 @@ require('inc/libs/security_functions.php'); $GLOBALS['startTime'] = microtime(true); // Tell everyone we are in this module -$GLOBALS['module'] = 'mailid'; +$GLOBALS['__module'] = 'mailid'; $GLOBALS['output_mode'] = -1; $errorCode = ''; diff --git a/mailid_top.php b/mailid_top.php index 282cb6fd19..89ef3e9568 100644 --- a/mailid_top.php +++ b/mailid_top.php @@ -44,7 +44,7 @@ require('inc/libs/security_functions.php'); $GLOBALS['startTime'] = microtime(true); // Tell everyone we are in this module -$GLOBALS['module'] = 'mailid'; +$GLOBALS['__module'] = 'mailid'; $GLOBALS['output_mode'] = -1; // Load the required file(s) diff --git a/modules.php b/modules.php index 78ab8920bc..d1def71443 100644 --- a/modules.php +++ b/modules.php @@ -45,7 +45,7 @@ require('inc/libs/security_functions.php'); $GLOBALS['startTime'] = microtime(true); // Init output mode and module -$GLOBALS['module'] = 'unknown'; +$GLOBALS['__module'] = 'unknown'; $GLOBALS['output_mode'] = '0'; // Needed include files diff --git a/network-vcheck.php b/network-vcheck.php index 49e36aa69c..73eefe703a 100644 --- a/network-vcheck.php +++ b/network-vcheck.php @@ -42,7 +42,7 @@ require('inc/libs/security_functions.php'); $GLOBALS['startTime'] = microtime(true); // Set module -$GLOBALS['module'] = 'network-vcheck'; +$GLOBALS['__module'] = 'network-vcheck'; $GLOBALS['output_mode'] = -1; // Load the required file(s) diff --git a/ref.php b/ref.php index f3308e2ee0..0e94e1e236 100644 --- a/ref.php +++ b/ref.php @@ -42,7 +42,7 @@ require('inc/libs/security_functions.php'); $GLOBALS['startTime'] = microtime(true); // Set module -$GLOBALS['module'] = 'ref'; +$GLOBALS['__module'] = 'ref'; $GLOBALS['output_mode'] = -1; // Load the required file(s) diff --git a/show_bonus.php b/show_bonus.php index 6f8bed824d..525d5b4980 100644 --- a/show_bonus.php +++ b/show_bonus.php @@ -42,7 +42,7 @@ require('inc/libs/security_functions.php'); $GLOBALS['startTime'] = microtime(true); // Set this because we have no module in URI -$GLOBALS['module'] = 'show_bonus'; +$GLOBALS['__module'] = 'show_bonus'; $GLOBALS['output_mode'] = '0'; // Load the required file(s) diff --git a/sponsor_confirm.php b/sponsor_confirm.php index fe3e583a6e..c5e5636ea1 100644 --- a/sponsor_confirm.php +++ b/sponsor_confirm.php @@ -41,7 +41,7 @@ require('inc/libs/security_functions.php'); $GLOBALS['startTime'] = microtime(true); // Set module / output mode -$GLOBALS['module'] = 'sponsor_confirm'; +$GLOBALS['__module'] = 'sponsor_confirm'; $GLOBALS['output_mode'] = -2; // Load the required file(s) diff --git a/sponsor_ref.php b/sponsor_ref.php index daebebb9f7..1f167b2edc 100644 --- a/sponsor_ref.php +++ b/sponsor_ref.php @@ -41,7 +41,7 @@ require('inc/libs/security_functions.php'); $GLOBALS['startTime'] = microtime(true); // Set module / output mode -$GLOBALS['module'] = 'sponsor_ref'; +$GLOBALS['__module'] = 'sponsor_ref'; $GLOBALS['output_mode'] = -2; // Load the required file(s) diff --git a/surfbar.php b/surfbar.php index 2c29e25691..1dc43451c4 100644 --- a/surfbar.php +++ b/surfbar.php @@ -42,7 +42,7 @@ require('inc/libs/security_functions.php'); $GLOBALS['startTime'] = microtime(true); // Set module output mode -$GLOBALS['module'] = 'surfbar'; +$GLOBALS['__module'] = 'surfbar'; $GLOBALS['output_mode'] = '0'; $GLOBALS['header_sent'] = 3; diff --git a/view.php b/view.php index 5c05e73e1b..35f5666748 100644 --- a/view.php +++ b/view.php @@ -42,7 +42,7 @@ require('inc/libs/security_functions.php'); $GLOBALS['startTime'] = microtime(true); // Set module -$GLOBALS['module'] = 'view'; +$GLOBALS['__module'] = 'view'; $GLOBALS['output_mode'] = -1; // Load the required file(s)