summaryrefslogtreecommitdiffstats
path: root/usr/local/www/index.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@gmail.com>2011-07-18 18:22:06 -0400
committerScott Ullrich <sullrich@gmail.com>2011-07-18 18:22:06 -0400
commit810a11bc7661cf7c29a190b9b59d753723f8775b (patch)
tree098d2c7f0b9d0ed89de66d43aece3057fa145eb9 /usr/local/www/index.php
parent173d8e756f9ee3c89925bfb2b7ca915ed797759a (diff)
downloadpfsense-810a11bc7661cf7c29a190b9b59d753723f8775b.zip
pfsense-810a11bc7661cf7c29a190b9b59d753723f8775b.tar.gz
Adding dashboard hook
Diffstat (limited to 'usr/local/www/index.php')
-rwxr-xr-xusr/local/www/index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php
index 2b9be16..1638196 100755
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -475,6 +475,8 @@ echo $jscriptstr;
if ($savemsg)
print_info_box($savemsg);
+pfSense_handle_custom_code("/usr/local/pkg/dashboard/pre_dashboard");
+
?>
<div id="widgetcontainer" style="display:none">
<div id="content1"><h1><?=gettext("Available Widgets"); ?></h1><p><?php
OpenPOWER on IntegriCloud