X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=find_dups.php;h=c6bfce90ff72b07289c0ea2bd91b5e30cd5bc5cd;hp=5d5c264832935b08893cc058ab90fcd08253e5b6;hb=37d9c8bf7eb7c4244f93d9ed780333ec1fa4ae86;hpb=7617d4479b5891e905956afa3e62d26df1271bf4 diff --git a/find_dups.php b/find_dups.php index 5d5c264..c6bfce9 100755 --- a/find_dups.php +++ b/find_dups.php @@ -23,6 +23,13 @@ * ***************************************************************************/ +/** + * find_dups.php + * + * find duplicated photos based on MD5 checksum + * + * @package phpfspot + */ if(!isset($_SERVER["TERM"])) { print "

This script should only be invoked from command line!
\n"; die;