alecpl
2008-10-16 b685e9e47cebc0577c338e420a04d0ec89e25156
- use dirname()


2 files modified
4 ■■■■ changed files
bin/html2text.php 2 ●●● patch | view | raw | blame | history
bin/modcss.php 2 ●●● patch | view | raw | blame | history
bin/html2text.php
@@ -19,7 +19,7 @@
*/
define('INSTALL_PATH', realpath('./../') . '/');
define('INSTALL_PATH', realpath(dirname(__FILE__) . '/..') . '/');
require INSTALL_PATH.'program/include/iniset.php';
$converter = new html2text(html_entity_decode($HTTP_RAW_POST_DATA, ENT_COMPAT, 'UTF-8'));
bin/modcss.php
@@ -19,7 +19,7 @@
*/
define('INSTALL_PATH', realpath('./../') . '/');
define('INSTALL_PATH', realpath(dirname(__FILE__) . '/..') . '/');
require INSTALL_PATH.'program/include/iniset.php';
$source = "";