config.php 164 B

123456
  1. <?php
  2. $config = [
  3. "title" => "Tent",
  4. "text" => "© 2023-present, Sunny. Not affiliated with Bandcamp. Licensed under the Blue Oak Model License."
  5. ];
  6. ?>