aboutsummaryrefslogtreecommitdiff
path: root/admin/api/serverLogSummary.php
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-01-01 10:37:28 +0100
committerMinteck <contact@minteck.org>2022-01-01 10:37:28 +0100
commitef055e79855cf3be1ad5e1aa5f9ebad480062384 (patch)
treeff074b29a7a87c3ccfc3b10741bbe30cb28e103e /admin/api/serverLogSummary.php
parente3a79df6428799024eac64e9cffbb062317aeb95 (diff)
downloadmain-ef055e79855cf3be1ad5e1aa5f9ebad480062384.tar.gz
main-ef055e79855cf3be1ad5e1aa5f9ebad480062384.tar.bz2
main-ef055e79855cf3be1ad5e1aa5f9ebad480062384.zip
Bye furriesHEADtrunk
Diffstat (limited to 'admin/api/serverLogSummary.php')
-rw-r--r--admin/api/serverLogSummary.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/admin/api/serverLogSummary.php b/admin/api/serverLogSummary.php
deleted file mode 100644
index a4a20a0..0000000
--- a/admin/api/serverLogSummary.php
+++ /dev/null
@@ -1,8 +0,0 @@
-<?php
-
-require_once $_SERVER['DOCUMENT_ROOT'] . "/admin/private/header.api.php";
-
-exec("journalctl -b --quiet", $ret);
-$cnt = count($ret);
-
-echo("<b>" . $cnt . "</b> " . l("system log messages since last system startup", "messages de journalisation du système depuis le dernier démarrage")); \ No newline at end of file