mirror of
https://github.com/tim-krehan/shopping-list.git
synced 2024-11-23 14:20:41 +01:00
6 lines
62 B
PHP
6 lines
62 B
PHP
<?php
|
|
$CONFIG = array (
|
|
'installed' => false,
|
|
);
|
|
|
|
?>
|