shopping-list/config/config.php
2018-10-24 15:00:27 +02:00

5 lines
60 B
PHP

<?php
$CONFIG = array (
'installed' => false,
);
?>