diff options
author | PiBa-NL <pba_2k3@yahoo.com> | 2014-03-19 17:10:49 +0100 |
---|---|---|
committer | PiBa-NL <pba_2k3@yahoo.com> | 2014-03-19 17:10:49 +0100 |
commit | 39b3fe5d22482d16a161193167c00af90390343a (patch) | |
tree | 53b19691d90440731195eb2325db2ecd8511feb2 /config/vnstat2/www/vnstati.php | |
parent | 2a4f986325ccd3a08273bee285993415da12aeb2 (diff) | |
parent | fd710b1c45207f551d7b0a38eb95b5b5e353ac77 (diff) | |
download | pfsense-packages-39b3fe5d22482d16a161193167c00af90390343a.tar.gz pfsense-packages-39b3fe5d22482d16a161193167c00af90390343a.tar.bz2 pfsense-packages-39b3fe5d22482d16a161193167c00af90390343a.zip |
Merge branch 'master' of https://github.com/pfsense/pfsense-packages into hap_de-install_logging
Conflicts:
config/haproxy-devel/haproxy.inc
Diffstat (limited to 'config/vnstat2/www/vnstati.php')
-rw-r--r-- | config/vnstat2/www/vnstati.php | 17 |
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"); ?> + |