This website requires JavaScript.
Explore
Help
Register
Sign In
mcndave
/
lean
Watch
1
Star
0
Fork
You've already forked lean
0
Code
Issues
2
Pull Requests
Projects
1
Releases
Wiki
Activity
0689f8dcb7
lean
/
skeleton
/
public
/
index.php
8 lines
112 B
PHP
Raw
Blame
History
<
?
php
try
{
require_once
(
"
../src/Kernel.php
"
);
}
catch
(
\Throwable
$t
)
{
echo
$t
->
getMessage
();
}
Reference in New Issue
View Git Blame
Copy Permalink