mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
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
This commit is contained in:
@@ -43,12 +43,6 @@ check_status(ACCESS_ADMINISTRATOR);
|
||||
|
||||
sync_users();
|
||||
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | Check configuration and add notes on problem |
|
||||
// +-----------------------------------------------------------------------+
|
||||
|
||||
check_conf();
|
||||
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | variables init |
|
||||
// +-----------------------------------------------------------------------+
|
||||
@@ -67,6 +61,13 @@ else
|
||||
$page['errors'] = array();
|
||||
$page['infos'] = array();
|
||||
|
||||
|
||||
if ($page['page'] == 'intro')
|
||||
{
|
||||
include_once(PHPWG_ROOT_PATH.'admin/include/functions_check_integrity.inc.php');
|
||||
check_integrity();
|
||||
}
|
||||
|
||||
$link_start = PHPWG_ROOT_PATH.'admin.php?page=';
|
||||
$conf_link = $link_start.'configuration&section=';
|
||||
//----------------------------------------------------- template initialization
|
||||
|
||||
Reference in New Issue
Block a user