@@ -20,6 +20,7 @@ discard block |
||
20 | 20 | |
21 | 21 | /** |
22 | 22 | * List items in a folder |
23 | + * @param string $hash |
|
23 | 24 | */ |
24 | 25 | |
25 | 26 | |
@@ -32,6 +33,9 @@ discard block |
||
32 | 33 | $result = $query -> execute(); |
33 | 34 | } |
34 | 35 | |
36 | + /** |
|
37 | + * @param string $hash |
|
38 | + */ |
|
35 | 39 | public function check($hash){ |
36 | 40 | $sql = 'SELECT * from `*PREFIX*maps_adress_cache` where adres_hash=?'; |
37 | 41 | $query = $this -> db -> prepare($sql); |