Skip to content
Snippets Groups Projects
Select Git revision
  • b17c2048a1010f0668799d169b654bed13de1d29
  • master default protected
  • update-appmonitor
3 results

local.php

Blame
  • local.php 141 B
    <?php
    
    require __DIR__ . '/check-appmonitor-server.php';
    $sJson=ob_get_contents();
    ob_end_clean();
    echo $oMonitor->renderHtmloutput($sJson);