update remote addr, not sure why this is not working...
diff --git a/includes/app.php b/includes/app.php
index b1cb0bc..abe51dd 100644
--- a/includes/app.php
+++ b/includes/app.php
@@ -1,7 +1,7 @@
 <?php
 //this make the page not accessible outside the foundation
 
-if($_SERVER['REMOTE_ADDR'] != '127.0.0.1' or $_SERVER['REMOTE_ADDR'] != '206.191.52.58'){
+if($_SERVER['REMOTE_ADDR'] != '206.191.52.58'){
 	exit();
 }
 function get_filename(){
@@ -25,7 +25,7 @@
 $release = 'juno';
 $progress = ($friends/444)*100;
 
-if($_SERVER['REMOTE_ADDR'] == '99.224.119.128'){
+if($_SERVER['REMOTE_ADDR'] == '206.191.52.58'){
 	include_once('friendsFunctions.php');
 	if($current_file == 'projects.php'){
 		require_once($_SERVER['DOCUMENT_ROOT'] . "/projects/classes/Project.class.php");