Changeset:
        2b60b1baaeb7
        
https://sourceforge.net/p/mrbs/hg-code/ci/2b60b1baaeb76c50e234ade6beae0e4c4e5cd44e
Author:
        Campbell Morrison <[email protected]>
Date:
        Thu Mar 02 15:26:01 2017 +0000
Log message:

Added missing require statements.

diffstat:

 web/session/session_http.inc        |  2 ++
 web/session/session_remote_user.inc |  2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

diffs (24 lines):

diff -r 0e9aaf50b802 -r 2b60b1baaeb7 web/session/session_http.inc
--- a/web/session/session_http.inc      Thu Mar 02 12:33:39 2017 +0000
+++ b/web/session/session_http.inc      Thu Mar 02 15:26:01 2017 +0000
@@ -12,6 +12,8 @@
 *                                                                             *
 \*****************************************************************************/
 
+require_once MRBS_ROOT . '/session/functions_session.inc';
+
 /* authGet()
  * 
  * Request the user name/password
diff -r 0e9aaf50b802 -r 2b60b1baaeb7 web/session/session_remote_user.inc
--- a/web/session/session_remote_user.inc       Thu Mar 02 12:33:39 2017 +0000
+++ b/web/session/session_remote_user.inc       Thu Mar 02 15:26:01 2017 +0000
@@ -21,6 +21,8 @@
 *                                                                              
              *
 
\*********************************************************************************************/
 
+require_once MRBS_ROOT . '/session/functions_session.inc';
+
 /* authGet()
  * 
  * Request the user name/password

------------------------------------------------------------------------------
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

Reply via email to