From 5ac0fd4b75fcc009e283017f8b3aa3c581fe5b2a Mon Sep 17 00:00:00 2001 From: Luke Carlson Date: Wed, 11 Jun 2014 12:53:50 -0400 Subject: [PATCH] removed option used for debugging --- libs/functions.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libs/functions.php b/libs/functions.php index 40bcfc3..6594e8b 100755 --- a/libs/functions.php +++ b/libs/functions.php @@ -31,8 +31,7 @@ 'languages' => array(), 'file_editor' => false, 'template' => 'default', - 'breadcrumbs' => false, - 'log' => '' + 'breadcrumbs' => false ); // Load User Config @@ -167,7 +166,7 @@ $page['path'] = $file_relative_path; $page['markdown'] = file_get_contents($with_index); $page['modified'] = filemtime($with_index); - + $Parsedown = new Parsedown(); $page['content'] = $Parsedown->text($page['markdown']);