diff --git a/lib/get-branch.php b/lib/get-branch.php
index 57733d3..c64bafb 100644
--- a/lib/get-branch.php
+++ b/lib/get-branch.php
@@ -8,13 +8,107 @@ if (!$_SESSION['loggedIn']) {
header("Location: ../");
}
+?>
+
+
+
+';
- $location = str_replace("|","/",$_GET['location']);
-}
+echo '
';
+$location = str_replace("|","/",$_GET['location']);
if ($location=="/") {$location = "";};
$dirArray = $filesArray = $finalArray = array();
@@ -56,9 +150,164 @@ for ($i=0;$i\n";
}
-if (isset($_GET['location'])) {
+echo '
';
+
+if ($_SESSION['githubDiff']) {
+ // Show the loading screen until we're done comparing files with GitHub
+ echo "";
+ $i=0;
+ $dirListArray = $dirSHAArray = $dirTypeArray = array();
+ // For each of the files in our local path...
+ for ($i=0; $i
+
+
-
-
\ No newline at end of file
+
+
\ No newline at end of file