Changeset:
2ccc15be1b56
https://sourceforge.net/p/mrbs/hg-code/ci/2ccc15be1b566341f8b3288d6b91fede6be19cdf
Author:
Campbell Morrison <[email protected]>
Date:
Sun Aug 14 10:05:18 2016 +0100
Log message:
Removed redundant global declarations.
diffstat:
web/session/session_php.inc | 2 +-
web/session/session_wordpress.inc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r 7f5aa1a3e434 -r 2ccc15be1b56 web/session/session_php.inc
--- a/web/session/session_php.inc Sun Aug 14 10:00:15 2016 +0100
+++ b/web/session/session_php.inc Sun Aug 14 10:05:18 2016 +0100
@@ -153,7 +153,7 @@
*/
function printLoginForm($TargetURL)
{
- global $PHP_SELF, $HTTP_REFERER;
+ global $HTTP_REFERER;
global $returl;
?>
<form class="form_general" id="logon" method="post" action="<?php echo
htmlspecialchars(this_page()) ?>">
diff -r 7f5aa1a3e434 -r 2ccc15be1b56 web/session/session_wordpress.inc
--- a/web/session/session_wordpress.inc Sun Aug 14 10:00:15 2016 +0100
+++ b/web/session/session_wordpress.inc Sun Aug 14 10:05:18 2016 +0100
@@ -82,7 +82,7 @@
*/
function printLoginForm($TargetURL)
{
- global $PHP_SELF, $HTTP_REFERER;
+ global $HTTP_REFERER;
global $returl;
?>
<form class="form_general" id="logon" method="post" action="<?php echo
htmlspecialchars(this_page()) ?>">
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are
consuming the most bandwidth. Provides multi-vendor support for NetFlow,
J-Flow, sFlow and other flows. Make informed decisions using capacity
planning reports. http://sdm.link/zohodev2dev
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits