Dotclear


Ignore:
Timestamp:
11/17/13 20:25:53 (12 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
2.6
Children:
2567:6c11245cbf04, 2568:61c67a7d17fa
Message:

Add some people in CREDITS, remove trailing spaces and tabs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/install/check.php

    r1743 r2566  
    1515{ 
    1616     $err = array(); 
    17       
     17 
    1818     if (version_compare(phpversion(),'5.0','<')) { 
    1919          $err[] = sprintf(__('PHP version is %s (5.0 or earlier needed).'),phpversion()); 
    2020     } 
    21       
     21 
    2222     if (!function_exists('mb_detect_encoding')) { 
    2323          $err[] = __('Multibyte string module (mbstring) is not available.'); 
    2424     } 
    25       
     25 
    2626     if (!function_exists('iconv')) { 
    2727          $err[] = __('Iconv module is not available.'); 
    2828     } 
    29       
     29 
    3030     if (!function_exists('ob_start')) { 
    3131          $err[] = __('Output control functions are not available.'); 
    3232     } 
    33       
     33 
    3434     if (!function_exists('simplexml_load_string')) { 
    3535          $err[] = __('SimpleXML module is not available.'); 
    3636     } 
    37       
     37 
    3838     if (!function_exists('dom_import_simplexml')) { 
    3939          $err[] = __('DOM XML module is not available.'); 
    4040     } 
    41       
     41 
    4242     $pcre_str = base64_decode('w6nDqMOgw6o='); 
    4343     if (!@preg_match('/'.$pcre_str.'/u', $pcre_str)) { 
    4444          $err[] = __('PCRE engine does not support UTF-8 strings.'); 
    4545     } 
    46       
     46 
    4747     if (!function_exists("spl_classes")) { 
    4848          $err[] = __('SPL module is not available.'); 
    4949     } 
    50       
     50 
    5151     if ($con->driver() == 'mysql' || $con->driver() == 'mysqli') 
    5252     { 
     
    6565                    } 
    6666               } 
    67                 
     67 
    6868               if (!$innodb) { 
    6969                    $err[] = __('MySQL InnoDB engine is not available.'); 
     
    7878          } 
    7979     } 
    80       
     80 
    8181     return count($err) == 0; 
    8282} 
    83 ?> 
Note: See TracChangeset for help on using the changeset viewer.

Sites map