From 324c82e37900b3681c6bcff4df91bfc22e8dc493 Mon Sep 17 00:00:00 2001 From: Bryan Paradis Date: Fri, 21 Feb 2014 10:45:02 -0500 Subject: 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 --- config/vnstat2/www/diag_vnstat.php | 115 +++++++++++++++++++++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100644 config/vnstat2/www/diag_vnstat.php (limited to 'config/vnstat2/www/diag_vnstat.php') diff --git a/config/vnstat2/www/diag_vnstat.php b/config/vnstat2/www/diag_vnstat.php new file mode 100644 index 00000000..afef3849 --- /dev/null +++ b/config/vnstat2/www/diag_vnstat.php @@ -0,0 +1,115 @@ +"; + echo $text; + exit; +} + +include("head.inc"); + +?> + + + +
+{$pgtitle}

"; + echo "Go Back
"; + if($savemsg) { + echo "
"; + print_info_box($savemsg); + echo "
"; + } + if ($input_errors) + print_input_errors($input_errors); +?> + + + + +
+ + + + +
+
+ + +
+
+ +
+
+
+ +
+ + + + -- cgit v1.2.3