@@ -47,7 +47,7 @@ |
||
| 47 | 47 | |
| 48 | 48 | $album_directory = $album_download_directory.$album_name; |
| 49 | 49 | if (!file_exists($album_directory)) {
|
| 50 | - mkdir($album_directory, 0777); |
|
| 50 | + mkdir($album_directory, 0777); |
|
| 51 | 51 | } |
| 52 | 52 | |
| 53 | 53 | $i = 1; |
@@ -17,7 +17,7 @@ |
||
| 17 | 17 | * |
| 18 | 18 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND |
| 19 | 19 | */ |
| 20 | - require_once __DIR__ . "/config.php"; |
|
| 20 | + require_once __DIR__ . "/config.php"; |
|
| 21 | 21 | |
| 22 | 22 | if (isset($_SESSION['accessToken'])) {
|
| 23 | 23 | header('Location: https://rtfbchallenge.000webhostapp.com/index.php');
|