Changeset 2065 for trunk/admin.php


Ignore:
Timestamp:
Jul 19, 2007, 12:48:50 AM (17 years ago)
Author:
rub
Message:

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!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin.php

    r1978 r2065  
    4545
    4646// +-----------------------------------------------------------------------+
    47 // |  Check configuration and add notes on problem                         |
    48 // +-----------------------------------------------------------------------+
    49 
    50 check_conf();
    51 
    52 // +-----------------------------------------------------------------------+
    5347// |                            variables init                             |
    5448// +-----------------------------------------------------------------------+
     
    6761$page['errors'] = array();
    6862$page['infos']  = array();
     63
     64
     65if ($page['page'] == 'intro')
     66{
     67  include_once(PHPWG_ROOT_PATH.'admin/include/functions_check_integrity.inc.php');
     68  check_integrity();
     69}
    6970
    7071$link_start = PHPWG_ROOT_PATH.'admin.php?page=';
Note: See TracChangeset for help on using the changeset viewer.