Changeset:
80a2abed20b6
https://sourceforge.net/p/mrbs/hg-code/ci/80a2abed20b64312712280017a5db5670fd5c99f
Author:
Campbell Morrison <[email protected]>
Date:
Tue Feb 21 14:03:54 2017 +0000
Log message:
Removed redundant global declarations
diffstat:
web/session/session_cookie.inc | 4 ++--
web/session/session_php.inc | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (42 lines):
diff -r 5fef13225881 -r 80a2abed20b6 web/session/session_cookie.inc
--- a/web/session/session_cookie.inc Tue Feb 21 11:45:42 2017 +0000
+++ b/web/session/session_cookie.inc Tue Feb 21 14:03:54 2017 +0000
@@ -197,7 +197,7 @@
*/
function authGet()
{
- global $PHP_SELF, $QUERY_STRING;
+ global $QUERY_STRING;
global $returl;
print_header(0, 0, 0, 0, "");
@@ -293,7 +293,7 @@
// Print the logon entry on the top banner.
function PrintLogonBox()
{
- global $PHP_SELF, $QUERY_STRING, $user_list_link, $day, $month, $year;
+ global $QUERY_STRING, $user_list_link, $day, $month, $year;
$target_url = this_page();
if (isset($url_base) && ($url_base !== ''))
diff -r 5fef13225881 -r 80a2abed20b6 web/session/session_php.inc
--- a/web/session/session_php.inc Tue Feb 21 11:45:42 2017 +0000
+++ b/web/session/session_php.inc Tue Feb 21 14:03:54 2017 +0000
@@ -216,7 +216,7 @@
*/
function authGet()
{
- global $PHP_SELF, $QUERY_STRING;
+ global $QUERY_STRING;
global $returl;
print_header(0, 0, 0, 0, "");
@@ -248,7 +248,7 @@
// Print the logon entry on the top banner.
function PrintLogonBox()
{
- global $PHP_SELF, $QUERY_STRING, $user_list_link, $day, $month, $year;
+ global $QUERY_STRING, $user_list_link, $day, $month, $year;
$target_url = this_page();
if (isset($url_base) && ($url_base !== ''))
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits