summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_logs.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-01-23 15:54:42 -0800
committerNOYB <Al_Stu@Frontier.com>2016-01-23 15:54:42 -0800
commit5330a2380839f1dd53d5ba7e553b6e2d2e42f584 (patch)
treef1177e600fd67bd338185f92f88982f5a925aa80 /src/usr/local/www/status_logs.php
parentb49fc5ee3d2d775f61a36760298f746ddf5443c6 (diff)
downloadpfsense-5330a2380839f1dd53d5ba7e553b6e2d2e42f584.zip
pfsense-5330a2380839f1dd53d5ba7e553b6e2d2e42f584.tar.gz
Rename function to better represent what it really is.
Diffstat (limited to 'src/usr/local/www/status_logs.php')
-rwxr-xr-xsrc/usr/local/www/status_logs.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/status_logs.php b/src/usr/local/www/status_logs.php
index 20b5c4f..8894b44 100755
--- a/src/usr/local/www/status_logs.php
+++ b/src/usr/local/www/status_logs.php
@@ -156,7 +156,7 @@ if (!$rawfilter) {
<div class="panel-heading">
<h2 class="panel-title">
<?php
- print(system_log_table_header());
+ print(system_log_table_panel_title());
?>
</h2>
</div>
@@ -209,7 +209,7 @@ if (!$rawfilter) {
<div class="panel-heading">
<h2 class="panel-title">
<?php
- print(system_log_table_header());
+ print(system_log_table_panel_title());
?>
</h2>
</div>
OpenPOWER on IntegriCloud