Merge pull request #297 from nachtgeist/le

Le
This commit is contained in:
Florian Aders
2016-02-19 14:53:37 +01:00
2 changed files with 17 additions and 16 deletions

View File

@@ -145,6 +145,7 @@ class lescript
// simple self check
if($payload !== trim(@file_get_contents($uri))) {
@unlink($tokenPath);
throw new \RuntimeException("Please check $uri - token not available");
}