Completed
Push — master ( 85e358...cf3219 )
by Rakesh
04:24 queued 10s
created
fb-callback.php 1 patch
Upper-Lower-Casing   +1 added lines, -6 removed lines patch added patch discarded remove patch
@@ -75,9 +75,4 @@
 block discarded – undo
75 75
     var_dump($accessToken->getValue());
76 76
 }
77 77
 
78
-$_SESSION['fb_access_token'] = (string)$accessToken;
79
-
80
-header('Location: member.php');
81
-?>
82
-</body>
83
-</html>
84 78
\ No newline at end of file
79
+$_SESSION['fb_access_token'] = (string)$accessToken
85 80
\ No newline at end of file
Please login to merge, or discard this patch.
index.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,4 +27,4 @@
 block discarded – undo
27 27
 >>>>>>> 85e358e0c342f50861ef32c55d7303292e8d8f01
28 28
   
29 29
     echo "<h3> Connect Clicking Below Facebook Icon Using Your Facebook Account.<h3>";
30
-    echo '<a href="' .htmlspecialchars($loginUrl).'"><img alt="Login With Facebook" src="images/fb_icon.png"></a>';
31 30
\ No newline at end of file
31
+    echo '<a href="' .htmlspecialchars($loginUrl
32 32
\ No newline at end of file
Please login to merge, or discard this patch.
slideshow.php 1 patch
Upper-Lower-Casing   +1 added lines, -16 removed lines patch added patch discarded remove patch
@@ -65,19 +65,4 @@
 block discarded – undo
65 65
 echo '</div>';
66 66
 echo '<br/>';
67 67
 echo '<div style="text-align:center">';
68
-    foreach($fbPhotoData as $data){
69
-        echo '<span class="dot"></span>';
70
-    }
71
-    echo '</div>';
72
-}else{
73
-    echo "We care for your privacy. Only public photos will be displayed !";
74
-}
75
-}
76
-}else{
77
-  header("Location: index.php");
78
-}
79
-//}
80
-?>
81
-<script type="text/javascript" src="lib/JavaScript/slider.js"></script>
82
-</body>
83
-</html>
84 68
\ No newline at end of file
69
+    foreach($fbPhotoData as $data
85 70
\ No newline at end of file
Please login to merge, or discard this patch.