Now with two underscores
authorRoland Häder <roland@mxchange.org>
Mon, 26 Sep 2011 14:32:04 +0000 (14:32 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 26 Sep 2011 14:32:04 +0000 (14:32 +0000)
26 files changed:
admin.php
agb.php
autoreg.php
beg.php
birthday_confirm.php
click.php
confirm.php
css.php
debug.php
doubler.php
img.php
index.php
install.php
js.php
lead-confirm.php
login.php
mailid.php
mailid_top.php
modules.php
network-vcheck.php
ref.php
show_bonus.php
sponsor_confirm.php
sponsor_ref.php
surfbar.php
view.php

index c7e2aab0b35760e6e82e9abd4080630e8b177878..c247e2b19b3ff3c231e9854b05b22d9c527b83a0 100644 (file)
--- 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 089de85075de757cc7a9ed988677294a5d3a8635..b995f68da730daa504ec37a87541befab7b17cfb 100644 (file)
--- 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)
index 8bf6d14b5243580a538885205e55711c03bf16f7..7ccffab41094a470fc99ebf3628ea5ec9a785121 100644 (file)
@@ -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 d9c4bbb7e1e22a7fa23ed507f7e17b248556df84..20a109c180a9ae59cd108c2ee70442f4b152a022 100644 (file)
--- 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;
 
index 333e5b03b757e5a3e829e5bbeac7187c9a6382db..d4383993db025e7e82079be907239661909b4848 100644 (file)
@@ -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');
index 2b0d1dd1f04f7e5d7e4baf6851c5f54aed80a744..d5cc535af561eeebdf5fd584f19ecbc40c325525 100644 (file)
--- 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)
index 21da585962bf16983a300e3077c4440a17ad413d..56c395494f470c1684df5a5ca3def2f6f77b98b5 100644 (file)
@@ -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 73374f3f16225fefdb7a5c4d1ba94cd8e4636530..277d19ec45e49f7f3df7dbd91fe29639fe57c82b 100644 (file)
--- 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)
index 23005da37095fae2319dc9ae5240e03f123a8981..87d11a704e2f60d38c57d791089edd01e9279f88 100644 (file)
--- 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)
index 9d4e63cbd74aa16466f937597b9ff86d4ca0431b..6a259162edbede44c1cfc2bff954296c060a4cbf 100644 (file)
@@ -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 92f464d0e725133220505c2d988b25663c6295f1..c1e0d79421dcfa809e980645366ca1cee03cf236 100644 (file)
--- 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)
index ac9aa57734e26872871a981dd22cab015b100b2b..a2764b899f3b62421bb9a9fbe89e21976f28d937 100644 (file)
--- 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';
index 429abb4272f715763fe23f6268cb1a24517dc04b..7c7bc4fc4b6047f056687268ac2c100c0c22561c 100644 (file)
@@ -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 ae623feb862d42e78a35804756145676c673f34e..4d96a160f7f42b3c558ce3af778e726aa3fe27fa 100644 (file)
--- 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)
index 44b5f02081fdd9613e0ffc063f7349b2f92a9615..c71727cb27673d36b024aeb827faf99e2eee1588 100644 (file)
@@ -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';
index d628789f0b0a09697143892e57a90935db0195cd..0c9b262bd52592c53e304b25e54a6786a4388197 100644 (file)
--- 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)
index 916aa60d646fcc5657a01b89cc5d87c4bfdb9c8e..34de62d0eac3f6b48cb28841919d41de0447eb30 100644 (file)
@@ -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 = '';
 
index 282cb6fd19f34b45d4d390453d11c51f7be17deb..89ef3e956805425b72fb855214a44535158102a7 100644 (file)
@@ -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)
index 78ab8920bce4cf7fd3cf7ef3e3882165f2edbf7c..d1def714436aa77e802db91ecb70374d8baaba93 100644 (file)
@@ -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
index 49e36aa69c447dd2b77ae0df5dc492e613407234..73eefe703a9f4b2586fe20ad061ac2e54a6b1153 100644 (file)
@@ -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 f3308e2ee0a96f5bcf0f2c11657bd1a29de9ce66..0e94e1e2366133781d49ba93bea87d7e44132a38 100644 (file)
--- 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)
index 6f8bed824d9ed5d81664d265d8bf76d612406535..525d5b498055f406e6e07f0efa126355d0cc366d 100644 (file)
@@ -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)
index fe3e583a6edbde6d3300001b437e4dd3c18a98c3..c5e5636ea15438d9aab920359acf73e38de32368 100644 (file)
@@ -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)
index daebebb9f76113dde7895cafff25f92c74061cd7..1f167b2edcaac1c2c5b3086a96b5e7906ca99117 100644 (file)
@@ -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)
index 2c29e256912e536f57870f1a5edad723706d9f87..1dc43451c404946ce55bc829dcac3d52e915e01b 100644 (file)
@@ -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;
 
index 5c05e73e1bff5a566c3546a124444e0e4903b2b7..35f56667480bbf49341023bfa0863f656a609c41 100644 (file)
--- 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)