1
0
mirror of https://github.com/danog/telerpc.git synced 2024-11-26 20:14:48 +01:00
telerpc/index.php
2023-04-18 21:11:26 +02:00

8 lines
70 B
PHP

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