mirror of
				https://github.com/Icinga/icingaweb2.git
				synced 2025-11-03 20:54:27 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			187 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			187 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
/*
 | 
						|
 * run.php
 | 
						|
 *
 | 
						|
 * This file runs every request to register runtime functionality
 | 
						|
 *
 | 
						|
 */
 | 
						|
 | 
						|
$this->registerHook(
 | 
						|
    'TopBar',
 | 
						|
    'Icinga\\Module\\Monitoring\\Web\\Hook\\TopBar'
 | 
						|
);
 |