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