last dbug
This commit is contained in:
parent
04f52a5e04
commit
7ad0b65d74
|
@ -95,7 +95,6 @@
|
||||||
|
|
||||||
if( strlen($fc) !== 64 )
|
if( strlen($fc) !== 64 )
|
||||||
return false;
|
return false;
|
||||||
echo 'XXX';
|
|
||||||
|
|
||||||
/* [3] Hash comparison
|
/* [3] Hash comparison
|
||||||
=========================================================*/
|
=========================================================*/
|
||||||
|
@ -104,7 +103,6 @@
|
||||||
|
|
||||||
if( $hashed !== $fc )
|
if( $hashed !== $fc )
|
||||||
return false;
|
return false;
|
||||||
echo 'd';
|
|
||||||
|
|
||||||
/* (2) Stores new content */
|
/* (2) Stores new content */
|
||||||
file_put_contents($fn, $GLOBALS['TOKEN']);
|
file_put_contents($fn, $GLOBALS['TOKEN']);
|
||||||
|
|
Loading…
Reference in New Issue