rpicms

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

commit f72d2d0f90f8f2f49b9b8fe9e7ece033c6420bf7
parent 743abbf7fb75b0568487a5c43788bcce862d92da
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 13 Dec 2014 18:56:34 +0100

is that the right syntax?? :D

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($http$uri'/core/config/variables.config.php'); +include($http+$uri'/core/config/variables.config.php'); ################ # lang support #