Fix typo in config.php.example

This commit is contained in:
Bofh 2021-11-25 17:19:17 +01:00
parent 96d6b5f083
commit a549dff9d6
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<?php <?php
$config = [ $config = [
"site_name": "https://your-site.com", "site_name" => "https://your-site.com",
]; ];