12 lines
409 B
PHP
12 lines
409 B
PHP
<?php
|
|
return array(
|
|
"name" => __("Uploader", "uploader"),
|
|
"url" => "http://chyrplite.net/",
|
|
"version" => "2024.03",
|
|
"description" => __("Upload files and make them available for visitors to download.", "uploader"),
|
|
"author" => array(
|
|
"name" => "Daniel Pimley",
|
|
"url" => "http://pimley.net/"
|
|
),
|
|
"uploader" => true
|
|
); |