diff options
author | rub <rub@piwigo.org> | 2007-07-18 22:48:50 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2007-07-18 22:48:50 +0000 |
commit | b879e1742485db53da3edad98be036791bfd1bbf (patch) | |
tree | e056e514016bec1c2b23911b05c5cc54e8580821 /admin/intro.php | |
parent | ec6395c91169af249bd31d8eb06e103413cff749 (diff) |
Resolved issue 0000725: Check integrity
Replace actual test (exif) by a new dynamic system of check integrity.
Anomalies are listed with automatic correction if it's possible.
It's a proposition of new feature!
git-svn-id: http://piwigo.org/svn/trunk@2065 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/intro.php')
-rw-r--r-- | admin/intro.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/admin/intro.php b/admin/intro.php index 7c50ce2ce..6014b2d19 100644 --- a/admin/intro.php +++ b/admin/intro.php @@ -278,4 +278,6 @@ if ($nb_comments > 0) $template->assign_var_from_handle('ADMIN_CONTENT', 'intro'); +display_check_integrity(); + ?> |