2024-10-10
This commit is contained in:
4
web/include/check_post_key.php
Normal file
4
web/include/check_post_key.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
if (!isset($_SESSION[$OJ_NAME.'_'.'postkey'])||!isset($_POST['postkey'])||$_SESSION[$OJ_NAME.'_'.'postkey']!=$_POST['postkey'])
|
||||
exit(1);
|
||||
?>
|
||||
Reference in New Issue
Block a user