This commit is contained in:
2023-10-13 07:02:56 +02:00
parent 3d040fe5c2
commit b61d5477c2
8 changed files with 218 additions and 0 deletions

7
conf/default.php Normal file
View File

@ -0,0 +1,7 @@
<?php
/**
* Options for the Tile Plugin
*/
$conf['iconSize'] = 80; // the icon size
$conf['sampleDelai'] = 2*60*60;
?>