Skip to content

Commit

Permalink
Merge branch 'master' of github.com:easysoft/zentaopms
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyidong committed Jul 17, 2015
2 parents 9390e96 + 0dfc668 commit 551649d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework/router.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1399,6 +1399,7 @@ public function exportConfig()
$view->sessionID = session_id();
$view->rand = $this->session->rand;
$view->expiredTime = ini_get('session.gc_maxlifetime');
$view->serverTime = time();
echo json_encode($view);
}

Expand Down

0 comments on commit 551649d

Please sign in to comment.