mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	remove old file and add some new things
git-svn-id: http://www.observium.org/svn/observer/trunk@350 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
		@@ -10,6 +10,10 @@
 | 
			
		||||
  include("../includes/functions.php");
 | 
			
		||||
  include("includes/authenticate.inc");
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
  if(!$_SESSION['authenticated']) { echo("not authenticated"); exit; }
 | 
			
		||||
  
 | 
			
		||||
 | 
			
		||||
  if($_GET['params']) {
 | 
			
		||||
    list($_GET['host'], $_GET['if'], $_GET['from'], $_GET['to'], $_GET['width'], $_GET['height'], $_GET['title'], $_GET['vertical'], $_GET['type'], $_GET['interfaces']) = explode("||", mcrypt_ecb(MCRYPT_DES, $key_value, $_GET['params'], MCRYPT_DECRYPT));
 | 
			
		||||
  }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user