openbsd-ports/net/librenms/patches/patch-html_pages_about_inc_php
2018-10-17 20:24:38 +00:00

15 lines
455 B
Plaintext

$OpenBSD: patch-html_pages_about_inc_php,v 1.12 2018/10/17 20:24:38 sthen Exp $
Index: html/pages/about.inc.php
--- html/pages/about.inc.php.orig
+++ html/pages/about.inc.php
@@ -3,7 +3,7 @@
use LibreNMS\Authentication\LegacyAuth;
$pagetitle[] = 'About';
-$git_log = `git log -10`;
+$git_log = '';
?>
<div class="modal fade" id="git_log" tabindex="-1" role="dialog" aria-labelledby="git_log_label" aria-hidden="true">
<div class="modal-dialog">