@@ -14,7 +14,7 @@ |
||
| 14 | 14 | { |
| 15 | 15 | $exploits = []; |
| 16 | 16 | |
| 17 | - foreach (new \DirectoryIterator(__DIR__ . '/exploits') as $file) { |
|
| 17 | + foreach (new \DirectoryIterator(__DIR__.'/exploits') as $file) { |
|
| 18 | 18 | if ($file->isFile()) { |
| 19 | 19 | $exploits[$file->getBasename()] = [file_get_contents($file->getRealPath())]; |
| 20 | 20 | } |