issue119, fixed auto-completetion script-url containing  
[phpfspot.git] / find_dups.php
index 5d5c264832935b08893cc058ab90fcd08253e5b6..c6bfce90ff72b07289c0ea2bd91b5e30cd5bc5cd 100755 (executable)
  *
  ***************************************************************************/
 
+/**
+ * find_dups.php
+ *
+ * find duplicated photos based on MD5 checksum
+ *
+ * @package phpfspot
+ */
 if(!isset($_SERVER["TERM"])) {
    print "<br /><br />This script should only be invoked from command line!<br />\n";
    die;