Changeset:
9fbb1c181d0e
https://sourceforge.net/p/mrbs/hg-code/ci/9fbb1c181d0e704d8349681a9068eb0d7aad42f5
Author:
Campbell Morrison <[email protected]>
Date:
Wed Feb 22 17:32:11 2017 +0000
Log message:
Removed redundant global declaration
diffstat:
web/session/session_http.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 0445f066667b -r 9fbb1c181d0e web/session/session_http.inc
--- a/web/session/session_http.inc Wed Feb 22 17:30:38 2017 +0000
+++ b/web/session/session_http.inc Wed Feb 22 17:32:11 2017 +0000
@@ -73,7 +73,7 @@
// Print the logon entry on the top banner.
function print_logon_box()
{
- global $PHP_SELF, $QUERY_STRING, $auth, $day, $month, $year;
+ global $QUERY_STRING, $auth, $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