From 7ad0b65d745c586fa65a2738500fbe4d3c3daa9f Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Tue, 8 Nov 2016 10:49:47 +0100 Subject: [PATCH] last dbug --- build/api/core/Authentification.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/api/core/Authentification.php b/build/api/core/Authentification.php index 5f04126..dda610c 100644 --- a/build/api/core/Authentification.php +++ b/build/api/core/Authentification.php @@ -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']);