*** empty log message ***
diff --git a/includes/app.php b/includes/app.php
index 404b758..b9fd6a2 100644
--- a/includes/app.php
+++ b/includes/app.php
@@ -35,7 +35,7 @@
 	
 	if($_GET['test'] == 'true'){
 		print_r($projects);
-		
+		exit();
 	}
 		
 }