=?UTF-8?Q?Alexander=20Nicolaysen=20?==?UTF-8?Q?S=C3=B8rnes=20?=: session: Fix login problemsession: Fix login problemss

Alexander Nicolaysen Sørnes asornes at winehq.org
Sun Mar 18 19:20:12 CDT 2012


Module: appdb
Branch: master
Commit: ee17b4c13d629e7d2aeba5111796b00ab8833ee4
URL:    http://source.winehq.org/git/appdb.git/?a=commit;h=ee17b4c13d629e7d2aeba5111796b00ab8833ee4

Author: Alexander Nicolaysen Sørnes <alexsornes at gmail.com>
Date:   Mon Mar 19 00:18:47 2012 +0000

session: Fix login problemsession: Fix login problemss

---

 include/session.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/session.php b/include/session.php
index 9508bb1..31b8761 100644
--- a/include/session.php
+++ b/include/session.php
@@ -16,7 +16,7 @@ class session
     var $msg;
     
     // create session object
-    function session ($name, $server = "127.0.0.1", $expire = 365)
+    function session ($name, $server = "127.0.0.1", $expire = 30)
     {
         // set the connection server
         $this->_server = $server;




More information about the wine-cvs mailing list