Changeset 14664 for branches/dev/html


Ignore:
Timestamp:
2007/06/14 18:01:00 (17 years ago)
Author:
adati
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/test/adachi/LLReader/pless_release.php

    r14663 r14664  
    11<?php 
    22 
    3 $_path1 = '/home/web/dev.ec-cube.net/html/test/adachi'; 
    4 $_path2 = '/home/web/dev.ec-cube.net/html/test/adachi/Lib'; 
    5  
    63$_ps = PATH_SEPARATOR; 
    7 $_include_path = ini_get('include_path') . $_ps . $_path1 . $_ps . $_path2; 
     4$_include_path = ini_get('include_path') . $_ps . './' . $_ps . './Lib'; 
    85 
    96ini_set('include_path', $_include_path); 
Note: See TracChangeset for help on using the changeset viewer.