Completed
Branch master (e308ef)
by Grant
06:04
created
public_html/tc/phpinfo.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,3 +1,3 @@
 block discarded – undo
1 1
 <?php
2
- echo phpinfo();
3
- ?>
4 2
\ No newline at end of file
3
+    echo phpinfo();
4
+    ?>
5 5
\ No newline at end of file
Please login to merge, or discard this patch.
public_html/tc/index.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,5 +61,5 @@
 block discarded – undo
61 61
             echo 'Authorization declined';
62 62
             exit;
63 63
         }
64
-   }
64
+    }
65 65
 ?>
66 66
\ No newline at end of file
Please login to merge, or discard this patch.
public_html/tc/services/Authentication.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -132,5 +132,5 @@
 block discarded – undo
132 132
         header("Access-Control-Allow-Methods: GET,POST");
133 133
         echo("");
134 134
         break;
135
-   }
136
-   ?>
137 135
\ No newline at end of file
136
+    }
137
+    ?>
138 138
\ No newline at end of file
Please login to merge, or discard this patch.
public_html/tc/services/JobPoster.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -127,4 +127,4 @@
 block discarded – undo
127 127
             break;
128 128
     }
129 129
 
130
-   ?>
130
+    ?>
Please login to merge, or discard this patch.
public_html/tc/services/Content.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
                 $json = json_encode($result, JSON_PRETTY_PRINT);
42 42
                 echo($json);
43 43
             }
44
-           break;
44
+            break;
45 45
         case 'POST':
46 46
            //must contain access token to get logged in content
47 47
             header("Accept: application/json");
@@ -71,4 +71,4 @@  discard block
 block discarded – undo
71 71
             echo("");
72 72
             break;
73 73
     }
74
-   ?>
75 74
\ No newline at end of file
75
+    ?>
76 76
\ No newline at end of file
Please login to merge, or discard this patch.
public_html/tc/services/Dashboard.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -106,4 +106,4 @@
 block discarded – undo
106 106
             break;
107 107
     }
108 108
    
109
-   ?>
110 109
\ No newline at end of file
110
+    ?>
111 111
\ No newline at end of file
Please login to merge, or discard this patch.
public_html/tc/services/JobPostersByAdminUser.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,4 +58,4 @@
 block discarded – undo
58 58
             break;
59 59
     }
60 60
    
61
-   ?>
62 61
\ No newline at end of file
62
+    ?>
63 63
\ No newline at end of file
Please login to merge, or discard this patch.
public_html/tc/services/JobPosters.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,4 +57,4 @@
 block discarded – undo
57 57
             break;
58 58
     }
59 59
    
60
-   ?>
61 60
\ No newline at end of file
61
+    ?>
62 62
\ No newline at end of file
Please login to merge, or discard this patch.
public_html/tc/services/ManagerProfile.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -123,4 +123,4 @@
 block discarded – undo
123 123
             break;
124 124
     }
125 125
 
126
-   ?>
126
+    ?>
Please login to merge, or discard this patch.