Ignore:
Timestamp:
2006/10/12 15:52:06 (20 years ago)
Author:
naka
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/module/Tar.php

    r5655 r6096  
    1919// $Id$ 
    2020 
    21 require_once 'PEAR.php'; 
     21if(!defined('TAR_PHP_DIR')) { 
     22    $TAR_PHP_DIR = realpath(dirname( __FILE__)); 
     23    define("TAR_PHP_DIR", $TAR_PHP_DIR);     
     24} 
     25 
     26require_once TAR_PHP_DIR . '/pear.php'; 
    2227 
    2328 
Note: See TracChangeset for help on using the changeset viewer.