diff options
Diffstat (limited to 'usr/local/www/graph.php')
-rwxr-xr-x | usr/local/www/graph.php | 3 |
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> |