change remote address to allow foundation staff to view the juno page.
diff --git a/includes/app.php b/includes/app.php
index b847a30..b1cb0bc 100644
--- a/includes/app.php
+++ b/includes/app.php
@@ -1,7 +1,7 @@
 <?php
 //this make the page not accessible outside the foundation
-print $_SERVER['REMOTE_ADDR'];
-if($_SERVER['REMOTE_ADDR'] != '127.0.0.1' or $_SERVER['REMOTE_ADDR'] != '99.224.119.128'){
+
+if($_SERVER['REMOTE_ADDR'] != '127.0.0.1' or $_SERVER['REMOTE_ADDR'] != '206.191.52.58'){
 	exit();
 }
 function get_filename(){