This repository has been archived on 2024-09-05. You can view files and clone it, but cannot push or open issues or pull requests.
shimmie2/ext/setup/config.php
2024-02-14 12:35:58 +00:00

16 lines
368 B
PHP

<?php
declare(strict_types=1);
namespace Shimmie2;
class SetupConfig
{
public const TITLE = "title";
public const FRONT_PAGE = "front_page";
public const MAIN_PAGE = "main_page";
public const THEME = "theme";
public const WORD_WRAP = "word_wrap";
public const COMMENT_CAPTCHA = "comment_captcha";
public const NICE_URLS = "nice_urls";
}