1
0
mirror of https://github.com/danog/telerpc.git synced 2024-11-26 20:14:48 +01:00
telerpc/index.php
Github Actions dc9a9d80f6 Update
2022-02-23 13:52:32 +01:00

6 lines
53 B
PHP

<?php
include 'src/Main.php';
(new Main())->run();