summaryrefslogtreecommitdiffstats
path: root/usr/local/www/shortcuts
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-08-14 13:44:35 -0400
committerjim-p <jimp@pfsense.org>2012-08-14 13:44:35 -0400
commit0f5d612aef080905a7bcb97dffa93eb757c28b3b (patch)
tree91c74148f5e4338c6957532fec41715ef205d118 /usr/local/www/shortcuts
parent6c6f9253b85e4c1d1876cb4b3411d992a1290e84 (diff)
downloadpfsense-0f5d612aef080905a7bcb97dffa93eb757c28b3b.zip
pfsense-0f5d612aef080905a7bcb97dffa93eb757c28b3b.tar.gz
Add (c) header, also add ability to glob in shortcuts so packages can use it too.
Diffstat (limited to 'usr/local/www/shortcuts')
-rw-r--r--usr/local/www/shortcuts/upnp.inc10
1 files changed, 10 insertions, 0 deletions
diff --git a/usr/local/www/shortcuts/upnp.inc b/usr/local/www/shortcuts/upnp.inc
new file mode 100644
index 0000000..e0f7d2a
--- /dev/null
+++ b/usr/local/www/shortcuts/upnp.inc
@@ -0,0 +1,10 @@
+<?php
+
+global $shortcuts;
+
+$shortcuts['upnp'] = array();
+$shortcuts['upnp']['main'] = "pkg_edit.php?xml=miniupnpd.xml&id=0";
+$shortcuts['upnp']['status'] = "status_upnp.php";
+$shortcuts['upnp']['service'] = "miniupnpd";
+
+?> \ No newline at end of file
OpenPOWER on IntegriCloud