Commit 9f9847dd by doszhang

dos

parent 04c702dd
......@@ -21,7 +21,7 @@ class IndexController extends Controller
{
session_start();
$_SESSION['joinTime'] = time();
$num = M('num')->where('id=1');
$num = M('num')->where('id=1')->select();
$num = $num['num'];
$this->assign('num',$num);
$this->display();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment