mirror of
				https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
				synced 2025-11-03 20:20:20 -05:00 
			
		
		
		
	Remove old version server checks
This commit is contained in:
		
							parent
							
								
									75bdde26b3
								
							
						
					
					
						commit
						85dfce55c8
					
				@ -68,6 +68,7 @@ if (isset($_GET['subscriber_logout'])){
 | 
				
			|||||||
  unset($_SESSION['subscriber_id']);
 | 
					  unset($_SESSION['subscriber_id']);
 | 
				
			||||||
  header('Location: index.php');
 | 
					  header('Location: index.php');
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					/*
 | 
				
			||||||
$versionfile = fopen("versionfile", "r") or die("Unable to open version file!");
 | 
					$versionfile = fopen("versionfile", "r") or die("Unable to open version file!");
 | 
				
			||||||
$appversion = fread($versionfile,filesize("versionfile"));
 | 
					$appversion = fread($versionfile,filesize("versionfile"));
 | 
				
			||||||
fclose($versionfile);
 | 
					fclose($versionfile);
 | 
				
			||||||
@ -90,6 +91,7 @@ if($db->getSetting($mysqli,"notifyUpdates") == "yes"){
 | 
				
			|||||||
    die("Your installation is not upp to date! Download the new update from: '".$remotedl."' Your version is:'".$appversion."' Remote Authority Version is:'".$remoteversion."' Your Update Seed is:'".$useed."' Remote Package Authority is Skyfallen. <br>If you cannot access Remote Authority, please check status.theskyfallen.com and skyfallenhosted.ml manually.");
 | 
					    die("Your installation is not upp to date! Download the new update from: '".$remotedl."' Your version is:'".$appversion."' Remote Authority Version is:'".$remoteversion."' Your Update Seed is:'".$useed."' Remote Package Authority is Skyfallen. <br>If you cannot access Remote Authority, please check status.theskyfallen.com and skyfallenhosted.ml manually.");
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					*/
 | 
				
			||||||
Template::render_header("Status");
 | 
					Template::render_header("Status");
 | 
				
			||||||
?>
 | 
					?>
 | 
				
			||||||
    <div class="text-center">
 | 
					    <div class="text-center">
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user