Changeset 15955


Ignore:
Timestamp:
2007/09/24 10:32:34 (17 years ago)
Author:
kakinaka
Message:
 
Location:
branches/dev/data
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/include/php_ini.inc

    r8 r15955  
    1010ini_set("mbstring.substitute_character", "none"); 
    1111 
     12ini_set("safe_mode", "0"); 
     13 
    1214// °Ü¹Ô¤ÏINI_SET¤ÇÊѹ¹²Äǽ¤«¤É¤¦¤«¤¬Èù̯¤Ê¤Î¤Ç .htaccess ¤ÇÊѹ¹¤¹¤ë 
    1315/* 
  • branches/dev/data/module/MDB2.php

    r15954 r15955  
    929929        if (!@ini_get('safe_mode')) { 
    930930             $dirs = explode(PATH_SEPARATOR, ini_get('include_path')); 
     931              
    931932             foreach ($dirs as $dir) { 
    932933                 if (is_readable($dir . DIRECTORY_SEPARATOR . $file)) { 
     
    935936            } 
    936937        } else { 
    937             sfprintr($file); 
    938938            $fp = @fopen($file, 'r', true); 
    939939            if (is_resource($fp)) { 
Note: See TracChangeset for help on using the changeset viewer.