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

15 lines
438 B
PHP
Raw Normal View History

2020-01-26 13:19:35 +00:00
<?php declare(strict_types=1);
class ReportImageInfo extends ExtensionInfo
{
public const KEY = "report_image";
public $key = self::KEY;
public $name = "Report Images";
public $url = "http://atravelinggeek.com/";
public $authors = ["ATravelingGeek"=>"atg@atravelinggeek.com"];
public $license = self::LICENSE_GPLV2;
public $description = "Report images as dupes/illegal/etc";
public $version = "0.3a";
}