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']);