summaryrefslogtreecommitdiff
path: root/lib/exe
diff options
context:
space:
mode:
Diffstat (limited to 'lib/exe')
-rw-r--r--lib/exe/ajax.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/exe/ajax.php b/lib/exe/ajax.php
index b2463ed3f..1056a05f8 100644
--- a/lib/exe/ajax.php
+++ b/lib/exe/ajax.php
@@ -128,7 +128,6 @@ function ajax_lock(){
$ID = cleanID($_POST['id']);
if(empty($ID)) return;
- if (!checkSecurityToken()) return;
$INFO = pageinfo();
@@ -169,7 +168,6 @@ function ajax_lock(){
function ajax_draftdel(){
$id = cleanID($_REQUEST['id']);
if(empty($id)) return;
- if (!checkSecurityToken()) return;
$client = $_SERVER['REMOTE_USER'];
if(!$client) $client = clientIP(true);