forked from Thunix/www
Beginning of site ver 3.0
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
$dir = file_exists('../parsedown/')
|
||||
? '../parsedown/' # child
|
||||
: 'vendor/erusev/parsedown/'; # parent
|
||||
|
||||
include $dir . 'Parsedown.php';
|
||||
include $dir . 'test/ParsedownTest.php';
|
||||
|
||||
include 'ParsedownExtra.php';
|
||||
Reference in New Issue
Block a user