Changeset 8195


Ignore:
Timestamp:
08/16/13 16:44:05 (11 years ago)
Author:
angelo
Message:

Ticket #3473 - Remover verificacao de include_path no setup do Expresso

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/setup/check_install.php

    r7681 r8195  
    9898                        'safe_mode' => 'max_execution_time = 30' 
    9999                ), 
    100                 'include_path' => array( 
    101                         'func' => 'php_ini_check', 
    102                         'value' => '.', 
    103                         'check' => 'contain', 
    104                         'error' => lang('include_path need to contain "." - the current directory'), 
    105                         'save_mode' => 'max_execution_time = 30' 
    106                 ), 
     100#               'include_path' => array( 
     101#                       'func' => 'php_ini_check', 
     102#                       'value' => '.', 
     103#                       'check' => 'contain', 
     104#                       'error' => lang('include_path need to contain "." - the current directory'), 
     105#                       'save_mode' => 'max_execution_time = 30' 
     106#               ), 
    107107#               'mysql' => array( 
    108108#                       'func' => 'extension_check', 
Note: See TracChangeset for help on using the changeset viewer.