Commit 6d1557eb by doszhang

dos

parent 8cbb3876
...@@ -36,12 +36,6 @@ class IndexController extends Controller ...@@ -36,12 +36,6 @@ class IndexController extends Controller
header("HTTP/1.0 404 Not Found"); header("HTTP/1.0 404 Not Found");
exit; exit;
} }
session_start();
if(!$_SESSION['joinTime'] || time() - $_SESSION['joinTime'] < 2)
{
header("HTTP/1.0 404 Not Found");
exit;
}
$name = $_POST['name']; $name = $_POST['name'];
$code = $_POST['code']; $code = $_POST['code'];
$job_number = M('list')->where(array( $job_number = M('list')->where(array(
......
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