This website requires JavaScript.
Explore
Help
Sign In
danog
/
telerpc
Watch
1
Star
0
Fork
0
You've already forked telerpc
mirror of
https://github.com/danog/telerpc.git
synced
2024-11-26 12:04:47 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
63f7fc66d1
telerpc
/
server.php
8 lines
100 B
PHP
Raw
Normal View
History
Unescape
Escape
Refactor
2024-07-20 19:42:46 +02:00
<
?
php
chdir
(
__DIR__
);
require
__DIR__
.
'/vendor/autoload.php'
;
Fix
2024-07-21 18:20:28 +02:00
(
new
Main
())
->
run
(
$argv
[
1
]
?
?
''
);
Reference in New Issue
Copy Permalink