diff msession.inc.php @ 1120:b2bca5f6d0ff default tip

Cosmetic cleanup: remove trailing whitespace.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 13 Dec 2020 13:47:13 +0200
parents 4a95cd4fa341
children
line wrap: on
line diff
--- a/msession.inc.php	Mon Oct 14 10:54:32 2019 +0300
+++ b/msession.inc.php	Sun Dec 13 13:47:13 2020 +0200
@@ -13,7 +13,7 @@
 {
   // Use cookies to store the session ID on the client side
   @ini_set("session.use_only_cookies", 1);
-      
+
   // Disable transparent Session ID support
   @ini_set("session.use_trans_sid", 0);
 }
@@ -40,7 +40,7 @@
   global $sessionType;
   if (!isset($sessionType))
     die("Session type not set.");
-  
+
   $_SESSION[$sessionType][$name] = $value;
 }