program/include/iniset.php | ●●●●● patch | view | raw | blame | history |
program/include/iniset.php
@@ -62,7 +62,7 @@ $include_path.= ini_get('include_path'); if (set_include_path($include_path) === false) { die('Fatal error: ini_set/set_include_path does not work.'); die("Fatal error: ini_set/set_include_path does not work."); } ini_set('error_reporting', E_ALL&~E_NOTICE); @@ -91,7 +91,6 @@ '/Net_(.+)/', '/^html_.+/', '/^utf8$/', '/html2text/' ), array( 'MDB2/\\1', @@ -99,7 +98,6 @@ 'Net/\\1', 'html', 'utf8.class', 'lib/html2text' // see #1485505 ), $classname );