svn-admin: ignore stuff

Dieser Commit ist enthalten in:
Oldperl 2017-01-12 23:41:04 +00:00
Ursprung 4185dc1942
Commit 0a54ff7ec8
1 geänderte Dateien mit 5 neuen und 6 gelöschten Zeilen

Datei anzeigen

@ -49,7 +49,6 @@ $cfg['path']['frontendtemplate'] = 'external/frontend/';
$cfg['path']['templates'] = 'templates/standard/';
$cfg['path']['xml'] = 'xml/';
$cfg['path']['data'] = 'data/';
$cfg['path']['temp'] = $cfg['path']['data'].'temp/';
$cfg['path']['cache'] = $cfg['path']['data'].'cache/';
$cfg['path']['config'] = $cfg['path']['data'].'config/';
@ -58,11 +57,11 @@ $cfg['path']['backup'] = $cfg['path']['data'].'backup/';
$cfg['path']['cronlog'] = $cfg['path']['data'].'cronlog/';
//$cfg['path']['locale'] = $cfg['path']['data'].'locale/';
$cfg['path']['conlite_temp'] = $cfg['path']['frontend']. '/' .$cfg['path']['temp'];
$cfg['path']['conlite_cache'] = $cfg['path']['frontend']. '/' .$cfg['path']['cache'];
$cfg['path']['conlite_logs'] = $cfg['path']['frontend']. '/' .$cfg['path']['logs'];
$cfg['path']['conlite_backup'] = $cfg['path']['frontend']. '/' .$cfg['path']['backup'];
$cfg['path']['conlite_cronlog'] = $cfg['path']['frontend']. '/' .$cfg['path']['cronlog'];
$cfg['path']['conlite_temp'] = $cfg['path']['temp'];
$cfg['path']['conlite_cache'] = $cfg['path']['cache'];
$cfg['path']['conlite_logs'] = $cfg['path']['logs'];
$cfg['path']['conlite_backup'] = $cfg['path']['backup'];
$cfg['path']['conlite_cronlog'] = $cfg['path']['cronlog'];
//$cfg['path']['conlite_locale'] = $cfg['path']['frontend']. '/' .$cfg['path']['locale'];
$cfg['path']['repository'] = $cfg["path"]['plugins'] . 'repository/';