Passed
Push — dev ( 8f997d...e9dfa7 )
by Salim
04:18
created
src/scripts/is_new_study.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
 	//Output results
35 35
 	echo(json_encode($answer));
36 36
     
37
-} else {
37
+}else {
38 38
 	header('HTTP/1.0 403 Forbidden');
39 39
 	die('You are not allowed to access this data.');
40 40
 }
41 41
\ No newline at end of file
Please login to merge, or discard this patch.