rpicms

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

commit 06979abe73b443dfc9d70a7e429eabb1a8cc67b7
parent f1155352ec4e045f1ed630cfd6e91c78f218164b
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 22 Feb 2015 20:01:28 +0100

include missing file

Diffstat:
Mthemes/jumbotron/update.php | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/themes/jumbotron/update.php b/themes/jumbotron/update.php @@ -13,8 +13,9 @@ if ($root_3[1] == 'core') { $root = $root_1 . '/' . $root_3[1]; } -include($root . '/core/config/variables.config.php'); -include($root . '/core/update/update/vendor/autoload.php'); +require($root . '/core/config/variables.config.php'); +require($root . '/core/update/update/vendor/autoload.php'); +require($root . '/core/update/update/update.php'); use \VisualAppeal\AutoUpdate; ####################### # flush browser cache #