copy www files over when they do not exist
[surrogator.git] / data / surrogator.config.php.dist
1 <?php
2 $rawDir = __DIR__ . '/../raw/';
3 $resDir = __DIR__ . '/../res/';
4 $varDir = __DIR__ . '/../var/';
5 $wwwDir = __DIR__ . '/../www/';
6 $sizes   = array(16, 32, 48, 64, 80, 96, 128, 256, 512);
7 $maxSize = 512;
8 $logLevel = 1;//0 - nothing, 3 - high
9 $forceUpdate = false;
10 ?>