This commit is contained in:
2018-05-12 17:07:08 -04:00
parent 4bc9c83e38
commit e3053414e4
5 changed files with 28 additions and 13 deletions

View File

@@ -31,6 +31,8 @@ if( ( (string)$tokenCheck != (string)$providedToken ) ){
die();
}
unset($_GET['token']);
interface DatabaseInterface {
public function getSql($name);