diff options
Diffstat (limited to 'usr/local/www/edit.php')
-rwxr-xr-x | usr/local/www/edit.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/local/www/edit.php b/usr/local/www/edit.php index f0be37b..359ea92 100755 --- a/usr/local/www/edit.php +++ b/usr/local/www/edit.php @@ -1,5 +1,6 @@ #!/usr/local/bin/php <?php +/* $Id$ */ /* edit.php Copyright (C) 2004, 2005 Scott Ullrich @@ -164,4 +165,4 @@ function sf() { document.forms[0].savetopath.focus(); } <script language="Javascript"> sf(); -</script>
\ No newline at end of file +</script> |