rpicms

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

commit 27bd192d9c82d794121e0e7f466482ceb592577b
parent 1180290c51c727da067b57cca8128e66cf834718
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 19 Apr 2015 14:03:35 +0200

hmm

Diffstat:
Minstall/index.php | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/install/index.php b/install/index.php @@ -17,7 +17,8 @@ <link rel="stylesheet" href="../core/libs/theme_engine/bootstrap-social/bootstrap-social.min.css"> </head> <body> -<div class="container-fluid center-block"> +<div class="container-fluid center-block"> +<div class="center-block"> <h1>Check for requirements</h1> <?php ############################### @@ -71,6 +72,7 @@ if ($mysql == 1 && $dir == 1){ } ?> </div> +</div> <!-- Bootstrap core JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster -->