mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-13 13:08:09 +02:00
10 lines
157 B
PHP
10 lines
157 B
PHP
<?php
|
|
/*
|
|
* run.php
|
|
*
|
|
* This file runs every request to register runtime functionality
|
|
*
|
|
*/
|
|
use Icinga\Application\Logger;
|
|
|
|
Logger::debug('Monitor/run'); |