mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 09:44:55 +02:00
Require Parsedown class through composer
This commit is contained in:
@@ -16,8 +16,6 @@ if (!file_exists(BASE . 'CHANGELOG.md')) {
|
||||
return;
|
||||
}
|
||||
|
||||
require LIBS . 'Parsedown.php';
|
||||
|
||||
$changelog = file_get_contents(BASE . 'CHANGELOG.md');
|
||||
|
||||
$Parsedown = new Parsedown();
|
||||
|
Reference in New Issue
Block a user