Skip to content

Commit

Permalink
Merge pull request #197 from leomoon/master
Browse files Browse the repository at this point in the history
Github flavoured custom quotes
  • Loading branch information
leomoon authored Sep 26, 2024
2 parents 7afeac0 + 0b3408a commit 37c08c0
Show file tree
Hide file tree
Showing 6 changed files with 946 additions and 831 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.57
1.0.58
2 changes: 1 addition & 1 deletion bootstrap.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
require_once(BASE."libraries/parsedown-extra-0.8.1/ParsedownExtra.php");
require_once(BASE."libraries/parsedown-extended-1.1.2-modified/ParsedownExtended.php");
require_once(BASE."libraries/parsedown-filter-0.0.1/ParsedownFilter.php");
require_once(BASE."libraries/parsedown-plus-0.0.5/ParsedownPlus.php");
require_once(BASE."libraries/parsedown-plus-0.0.6/ParsedownPlus.php");

// if behind https reverse proxy, set HTTPS property correctly
if(isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO']=='https'){$_SERVER['HTTPS']='on';}
Expand Down
Loading

0 comments on commit 37c08c0

Please sign in to comment.