mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
@ -10,7 +10,7 @@ $git_log = `git log -10`;
|
||||
<h4 class="modal-title" id="myModalLabel">Local git log</h4>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<pre><?php echo $git_log; ?></pre>
|
||||
<pre><?php htmlspecialchars($git_log, ENT_COMPAT,'ISO-8859-1', true); ?></pre>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
|
||||
|
Reference in New Issue
Block a user