rename placeholders

Dieser Commit ist enthalten in:
Oldperl 2017-03-09 17:16:45 +00:00
Ursprung 2a0869c016
Commit fe657c55f1
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen

Datei anzeigen

@ -170,8 +170,8 @@ foreach ($fullChunks as $fullChunk) {
$failedChunks = array();
$replacements = array(
'<!--{contenido_root}-->' => addslashes($root_path),
'<!--{contenido_web}-->' => addslashes($root_http_path)
'<!--{conlite_root}-->' => addslashes($root_path),
'<!--{conlite_web}-->' => addslashes($root_http_path)
);
injectSQL($db, $_SESSION['dbprefix'], 'data/' . $fullChunk, $replacements, $failedChunks);