1
0
mirror of https://github.com/danog/telerpc.git synced 2024-11-26 12:04:47 +01:00
telerpc/index.php
2024-01-20 19:16:59 +01:00

10 lines
102 B
PHP

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