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-30 04:38:57 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
5acf3a4820
telerpc
/
index.php
8 lines
70 B
PHP
Raw
Normal View
History
Unescape
Escape
First commit
2020-07-25 20:01:48 +02:00
<
?
php
Update
2023-04-18 21:11:26 +02:00
chdir
(
__DIR__
);
Refactoring
2022-02-23 12:37:06 +01:00
include
'src/Main.php'
;
First commit
2020-07-25 20:01:48 +02:00
Apply fixes from StyleCI
2022-02-23 12:38:32 +01:00
(
new
Main
())
->
run
();
Reference in New Issue
Copy Permalink