From 027d0c8846615019dafb59440f7245aab0ada28d Mon Sep 17 00:00:00 2001 From: rub Date: Thu, 19 Jul 2007 20:03:17 +0000 Subject: 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. Merge BSF 2064:2066 into branch-1_7 git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2067 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/intro.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'admin/intro.php') 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(); + ?> -- cgit v1.2.3