summaryrefslogtreecommitdiffstats
path: root/find_dups.php
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2008-04-12 18:40:20 +0200
committerAndreas Unterkircher <unki@netshadow.at>2008-04-12 18:40:20 +0200
commit55677896eb839e20542440e51c5737a318240dab (patch)
treed297da5ec9c75bbcad7365a44aa60ecedd015573 /find_dups.php
parentb583a04ebad60d02349b78f8c38353e0cb3eb9ea (diff)
update documentation
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'find_dups.php')
-rwxr-xr-xfind_dups.php7
1 files changed, 7 insertions, 0 deletions
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 "<br /><br />This script should only be invoked from command line!<br />\n";
die;