This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
kratos
mirror of
https://github.com/vtrois/kratos
Watch
1
Star
0
Fork
You've already forked kratos
0
Code
Issues
Releases
Wiki
Activity
07a1d92cf4
kratos
/
inc
/
update-checker
/
vendor
/
Parsedown.php
5 lines
94 B
PHP
Executable File
Raw
Blame
History
<
?
php
if
(
!
class_exists
(
'Parsedown'
,
false
)
)
{
require
__DIR__
.
'/ParsedownModern.php'
;
}
Reference in New Issue
View Git Blame
Copy Permalink