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/info.php

13 lines
344 B
PHP

<?php
class SetupInfo extends ExtensionInfo
{
public const KEY = "setup";
public $key = self::KEY;
public $name = "Board Config";
public $url = self::SHIMMIE_URL;
public $authors = self::SHISH_AUTHOR;
public $description = "Allows the site admin to configure the board to his or her taste";
public $core = true;
}