moinsen,
folgendes problem:
ich nehm den mamboxplorer her und editiere eine x-beliebige datei, in der anführungszeichen vorkommen. sobald ich die datei abspeichere schreibt der mamboxplorer zu jedem ' einen \ dazu.
Folge: die Datei ist nach dem abspeichern logischweise im Eimer.
Neuinstallation des MamboXplorers behebt das Problem nicht. Im QuixExplorer (das teil von dem der mamboxplorer abstammt) funktioniert alles!
Any suggestions ?
Vorher:
Nachher:/** ensure this file is being included by a parent file */
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
@include_once ('language/'.$mosConfig_lang.'.php');
$cur_template = 'rhuk_solarflare';
// needed to seperate the ISO number from the language file constant _ISO
$iso = split( '=', _ISO );
// xml prolog
echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';
global $mosConfig_live_site;
?>
/** ensure this file is being included by a parent file */
defined( \'_VALID_MOS\' ) or die( \'Direct Access to this location is not allowed.\' );
@include_once (\'language/\'.$mosConfig_lang.\'.php\');
$cur_template = \'rhuk_solarflare\';
// needed to seperate the ISO number from the language file constant _ISO
$iso = split( \'=\', _ISO );
// xml prolog
echo \'<?xml version=\"1.0\" encoding=\"\'. $iso[1] .\'\"?\' .\'>\';
global $mosConfig_live_site;
?>


LinkBack URL
About LinkBacks
Zitieren
Lesezeichen