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/update/info.php
2021-12-14 18:32:47 +00:00

15 lines
476 B
PHP

<?php
declare(strict_types=1);
class UpdateInfo extends ExtensionInfo
{
public const KEY = "update";
public string $key = self::KEY;
public string $name = "Update";
public string $url = "http://www.codeanimu.net";
public array $authors = ["DakuTree"=>"dakutree@codeanimu.net"];
public string $license = self::LICENSE_GPLV2;
public string $description = "Shimmie updater! (Requires admin panel extension & transload engine (cURL/fopen/Wget))";
}