aboutsummaryrefslogtreecommitdiffstats
path: root/config/vnstat2/www/vnstati.php
diff options
context:
space:
mode:
authorBryan Paradis <bryan.paradis@gmail.com>2014-02-21 10:45:02 -0500
committerBryan Paradis <bryan.paradis@gmail.com>2014-02-21 10:45:09 -0500
commit324c82e37900b3681c6bcff4df91bfc22e8dc493 (patch)
tree8e4355365a1ef392c837cbe26804671ec4be6cc6 /config/vnstat2/www/vnstati.php
parent2dc81505264000fcb7728225220c991f5162239b (diff)
downloadpfsense-packages-324c82e37900b3681c6bcff4df91bfc22e8dc493.tar.gz
pfsense-packages-324c82e37900b3681c6bcff4df91bfc22e8dc493.tar.bz2
pfsense-packages-324c82e37900b3681c6bcff4df91bfc22e8dc493.zip
Moved php files into additional files
bin folder renamed to www abc files renamed to php removed delete lines in vnstat2.inc for php files removed install lines in vnstat2.inc for php files
Diffstat (limited to 'config/vnstat2/www/vnstati.php')
-rw-r--r--config/vnstat2/www/vnstati.php17
1 files changed, 17 insertions, 0 deletions
diff --git a/config/vnstat2/www/vnstati.php b/config/vnstat2/www/vnstati.php
new file mode 100644
index 00000000..e5ddcd21
--- /dev/null
+++ b/config/vnstat2/www/vnstati.php
@@ -0,0 +1,17 @@
+<?php
+require_once("guiconfig.inc");
+global $config;
+include("head.inc");
+include("fbegin.inc");
+$aaaa = $config['installedpackages']['vnstat2']['config'][0]['vnstat_interface'];
+$cccc = convert_real_interface_to_friendly_descr($aaaa);
+$pgtitle = gettext("Vnstati info for $cccc ($aaaa)");
+echo "<a href=$myurl/pkg_edit.php?xml=vnstati.xml&id=0>Go Back</a><br />";
+echo "<center><p class=\"pgtitle\">{$pgtitle}</p>";
+?>
+<center><img src="vnstat2_img.php?image=newpicture1.png" style="border:1px solid black; center;"><br />
+<center><img src="vnstat2_img.php?image=newpicture2.png" style="border:1px solid black; center;"><br />
+<center><img src="vnstat2_img.php?image=newpicture3.png" style="border:1px solid black; center;"><br />
+<center><img src="vnstat2_img.php?image=newpicture4.png" style="border:1px solid black; center;"><br />
+<?php include("fend.inc"); ?>
+