@@ -7,6 +7,7 @@ |
||
| 7 | 7 | * checks that the url is contains the secret code and is coming from the correct IP address (if not set to wildcard) |
| 8 | 8 | * @var array $codesWithIPs |
| 9 | 9 | * @var array $code - ID parameter in URL |
| 10 | + * @param string $code |
|
| 10 | 11 | * @return Boolean |
| 11 | 12 | */ |
| 12 | 13 | public static function permissionCheck($codesWithIPs, $code) { |