rpicms

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

commit 7f11692787e1756b24521b062e65dd36151590e1
parent 9156e17bd64ae29ef75d972c831dc95ff63325d3
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 13 Dec 2014 18:53:16 +0100

next try

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 @@ -6,7 +6,7 @@ if (empty($ssl)) { }else{ $http = "https://"; } -include($uri$http"core/config/variables.config.php"); +include($http.$uri"/core/config/variables.config.php"); ################ # lang support #