copy index.surrogator.html to index.html if it does not exist
[surrogator.git] / data / surrogator.config.php.dist
index 421e057d3c1aaf33d4381801827526330a00805d..947a96a6a801d5bfd7854f7cdcc2b957058f13de 100644 (file)
@@ -1,6 +1,9 @@
 <?php
 $rawDir = __DIR__ . '/../raw/';
 $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;
 ?>