leilukin-tumbleblog/feathers/uploader/info.php

12 lines
409 B
PHP
Raw Normal View History

2024-06-20 14:10:42 +00:00
<?php
return array(
"name" => __("Uploader", "uploader"),
"url" => "http://chyrplite.net/",
"version" => "2024.01",
"description" => __("Upload files and make them available for visitors to download.", "uploader"),
"author" => array(
"name" => "Daniel Pimley",
"url" => "http://pimley.net/"
),
"uploader" => true
);