Changeset 14663


Ignore:
Timestamp:
2007/06/14 17:58:51 (17 years ago)
Author:
adati
Message:
 
File:
1 edited

Legend:

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

    r14612 r14663  
    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 
    36$_ps = PATH_SEPARATOR; 
    4 $_include_path = ini_get('include_path') . $_ps . './' . $_ps . './Lib'; 
     7$_include_path = ini_get('include_path') . $_ps . $_path1 . $_ps . $_path2; 
    58 
    69ini_set('include_path', $_include_path); 
Note: See TracChangeset for help on using the changeset viewer.