last dbug

This commit is contained in:
xdrm-brackets 2016-11-08 10:49:47 +01:00
parent 04f52a5e04
commit 7ad0b65d74
1 changed files with 0 additions and 2 deletions

View File

@ -95,7 +95,6 @@
if( strlen($fc) !== 64 )
return false;
echo 'XXX';
/* [3] Hash comparison
=========================================================*/
@ -104,7 +103,6 @@
if( $hashed !== $fc )
return false;
echo 'd';
/* (2) Stores new content */
file_put_contents($fn, $GLOBALS['TOKEN']);