Passed
Push — master ( aa5ce0...ecdd08 )
by Kishan
04:05
created
login.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
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://localhost:8443/SociaManager/index.php'); 
Please login to merge, or discard this patch.
download-album.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
     global $main_arr;
48 48
     $album_directory = $album_download_directory.$album_name;
49 49
     if (!file_exists($album_directory)) {
50
-         @mkdir($album_directory, 0777) || exit("Coudn't able to create directory");
50
+            @mkdir($album_directory, 0777) || exit("Coudn't able to create directory");
51 51
     }
52 52
 
53 53
     $request_albums_photo = $fb->get($album_id . "/photos?fields=images&limit=100", $accessToken);
Please login to merge, or discard this patch.