summaryrefslogtreecommitdiffstats
path: root/usr/local/www/graph.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-03-27 22:31:32 +0000
committerBill Marquette <billm@pfsense.org>2005-03-27 22:31:32 +0000
commitb46bfcf575a346011459769cb062924bae400b3f (patch)
tree28872a302f5030704ee307a0f26d9c48ddeff861 /usr/local/www/graph.php
parentdbdd1456aef67cc68d7d97fdde8e511fd23f96e1 (diff)
downloadpfsense-b46bfcf575a346011459769cb062924bae400b3f.zip
pfsense-b46bfcf575a346011459769cb062924bae400b3f.tar.gz
Add $Id$ tag
Diffstat (limited to 'usr/local/www/graph.php')
-rwxr-xr-xusr/local/www/graph.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/local/www/graph.php b/usr/local/www/graph.php
index 5c66fde..455cf96 100755
--- a/usr/local/www/graph.php
+++ b/usr/local/www/graph.php
@@ -1,5 +1,6 @@
#!/usr/local/bin/php -f
<?php
+/* $Id$ */
/*
graph.php
Copyright (C) 2004 Scott Ullrich
@@ -322,4 +323,4 @@ function LZ(x) {
return (x < 0 || x > 9 ? "" : "0") + x
}
]]></script>
-</svg> \ No newline at end of file
+</svg>
OpenPOWER on IntegriCloud