mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 16:14:26 +02:00
Add routes for current BaseModules
This commit is contained in:
parent
b6b9e57488
commit
07ba1b200c
16 changed files with 806 additions and 722 deletions
|
@ -35,6 +35,7 @@ class Oembed extends BaseModule
|
|||
exit();
|
||||
}
|
||||
|
||||
// @TODO: Replace with parameter from router
|
||||
if ($a->argc == 2) {
|
||||
echo '<html><body>';
|
||||
$url = Strings::base64UrlDecode($a->argv[1]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue