Files
OpenMediaCenter/api/actor.php
T

6 lines
103 B
PHP
Raw Normal View History

2020-12-11 18:23:13 +00:00
<?php
include_once __DIR__ . '/src/handlers/Actor.php';
$actor = new Actor();
$actor->handleAction();