rpicms

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

commit b7348f7a7592f5a927936316116f3bb0eabc43af
parent 38118d1fdfa25792e458a6815dc261ab98871d55
Author: MTRNord <mtrnord1@gmail.com>
Date:   Thu, 16 Apr 2015 19:30:45 +0200

update table

Diffstat:
Mcore/backend/admin/modules/modul_normal-login/models/config.php | 2+-
Mthemes/jumbotron/admin_pages/user_pages.php | 1+
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/core/backend/admin/modules/modul_normal-login/models/config.php b/core/backend/admin/modules/modul_normal-login/models/config.php @@ -26,7 +26,7 @@ $resend_activation_threshold = $settings['resend_activation_threshold']['value'] $emailDate = date('dmy'); $language = $settings['language']['value']; $template = $settings['template']['value']; -echo "$emailDate"; + $master_account = -1; $default_hooks = array("#WEBSITENAME#","#WEBSITEURL#","#DATE#"); diff --git a/themes/jumbotron/admin_pages/user_pages.php b/themes/jumbotron/admin_pages/user_pages.php @@ -35,6 +35,7 @@ if (count($deletions) > 0) { //Update DB pages $dbpages = fetchAllPages(); ?> +<table class="table table-striped"> <tr><th>Id</th><th>Page</th><th>Access</th></tr> <?php //Display list of pages