1
0
mirror of https://github.com/danog/telerpc.git synced 2024-12-02 09:37:51 +01:00
telerpc/index.php

6 lines
53 B
PHP
Raw Normal View History

2020-07-25 20:01:48 +02:00
<?php
2022-02-23 12:37:06 +01:00
include 'src/Main.php';
2020-07-25 20:01:48 +02:00
2022-02-23 12:38:32 +01:00
(new Main())->run();