Changeset b685e9e in github for bin/html2text.php


Ignore:
Timestamp:
Oct 16, 2008 7:52:09 AM (5 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
898249d
Parents:
701b9a7
Message:
  • use dirname()
File:
1 edited

Legend:

Unmodified
Added
Removed
  • bin/html2text.php

    r155bbb8 rb685e9e  
    2020*/ 
    2121 
    22 define('INSTALL_PATH', realpath('./../') . '/'); 
     22define('INSTALL_PATH', realpath(dirname(__FILE__) . '/..') . '/'); 
    2323require INSTALL_PATH.'program/include/iniset.php'; 
    2424 
Note: See TracChangeset for help on using the changeset viewer.