mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2025-11-11 10:46:22 +00:00
7 lines
163 B
PHP
7 lines
163 B
PHP
<?php
|
|
|
|
class UrlController
|
|
{
|
|
//returns all extensions registered by this type of content
|
|
public function getRegisteredExtensions(){return array('url');}
|
|
} |