shopping-list/config/config.php
2019-05-23 09:15:50 +02:00

6 lines
No EOL
55 B
PHP

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