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