Update 3 files
- /content/test.md - /content/admin.md - /html/admin.php
This commit is contained in:
parent
40e06215ff
commit
4020a3f950
@ -45,8 +45,13 @@ if(isset($_SESSION['userid']) == false) {
|
||||
<div class="content">
|
||||
<div>
|
||||
<div>
|
||||
<div><a href="upload.php">Publier un article</a></div>
|
||||
<div><a href="editpage.php">Editer une page</a></div>
|
||||
<?php
|
||||
$markdownContent = file_get_contents('../content/admin.md');
|
||||
|
||||
require_once '../include/parsedown.php';
|
||||
$parsedown = new Parsedown();
|
||||
echo $parsedown->text($markdownContent);
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user