rpicms

A CMS for the Raspberry Pi
git clone git://archive.git.mtrnord.blog/RpicmsTeam/rpicms.git
Log | Files | Refs | README | LICENSE

commit 9decec3449192ab1f7a981ffeefa6dc24da38497
parent b321209beac7e423f327f5aac3787aaccbf4c988
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 13 Dec 2014 19:28:27 +0100

add missing ;

Diffstat:
Mcore/backend/admin/blog/newpost.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/backend/admin/blog/newpost.php b/core/backend/admin/blog/newpost.php @@ -1,5 +1,5 @@ <?php -include('../../../../include.php') +include('../../../../include.php'); echo get_include_path(); include('/core/config/variables.config.php');