This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
chevereto-free
mirror of
https://github.com/rodber/chevereto-free
Watch
1
Star
0
Fork
You've already forked chevereto-free
0
Code
Issues
Projects
Releases
Wiki
Activity
edca79c6f7
chevereto-free
/
app
/
routes
/
overrides
/
route.hello-world.php
5 lines
101 B
PHP
Raw
Blame
History
<
?
php
/* Just an example of route extension */
$route
=
function
(
$handler
)
{
die
(
'hello world!'
);
};
Reference in New Issue
View Git Blame
Copy Permalink