shopping-list/config/config.php
2023-12-02 09:55:47 +01:00

6 lines
62 B
PHP

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