diff options
-rwxr-xr-x | blog/blog.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/blog/blog.pl b/blog/blog.pl index 6fc63b1b..12d67328 100755 --- a/blog/blog.pl +++ b/blog/blog.pl @@ -1,4 +1,5 @@ #!/usr/bin/perl +# $Id: blog.pl,v 1.5 2003/05/26 02:30:04 in2 Exp $ use CGI qw/:standard/; use LocalVars; use DB_File; |