Skip to content
Snippets Groups Projects
Select Git revision
  • ca38b01b095ff70aad3e693f8d1bad589425c2e6
  • master default protected
  • 7771-harden-postgres-backup
  • pgsql-dump-with-snapshots
  • update-colors
  • update-docs-css
  • usb-repair-stick
  • desktop-notification
  • 7000-corrections
  • db-detector
10 results

10_Initialisation.md

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