Skip to content

Commit

Permalink
Typing (Add ReadMe option)
Browse files Browse the repository at this point in the history
  • Loading branch information
YehudaEi authored Oct 3, 2020
1 parent af898ac commit 1323e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SysManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ function getFakePath($path){
</table>
<?php

if(file_exists(BASE_PATH . $file . DS . 'readme.md') && file_exist('md-parser.php')){
if(file_exists(BASE_PATH . $file . DS . 'readme.md') && file_exists('md-parser.php')){
echo "<hr><h1>ReadMe:</h1>";
include 'md-parser.php'; //Download from https://github.com/erusev/parsedown

Expand Down

0 comments on commit 1323e6e

Please sign in to comment.