From 312a3040af59677ad07478a44a10d4a45f803311 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Mon, 21 Mar 2016 19:01:53 +0000 Subject: [PATCH] Add moderator symbol to update link in credits. --- build/index.php | 2 +- module_index.json | 2 +- modules/page-credits.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/index.php b/build/index.php index 55feb48..2bf67b3 100644 --- a/build/index.php +++ b/build/index.php @@ -2641,7 +2641,7 @@ register_module([ $credits_html

Site status

- + diff --git a/module_index.json b/module_index.json index 3d55529..a390b44 100644 --- a/module_index.json +++ b/module_index.json @@ -77,7 +77,7 @@ "author": "Starbeamrainbowlabs", "description": "Adds the credits page. You *must* have this module :D", "id": "page-credits", - "lastupdate": 1451133924, + "lastupdate": 1458586856, "optional": false }, { diff --git a/modules/page-credits.php b/modules/page-credits.php index 156bb48..a43baa6 100644 --- a/modules/page-credits.php +++ b/modules/page-credits.php @@ -79,7 +79,7 @@ register_module([ $credits_html

Site status

Site name:$settings->sitename (Update - Administrators only, Export as zip - Check for permission first)
Site name:$settings->sitename ($settings->admindisplaychar Update, Export as zip - Check for permission first)
Pepperminty Wiki version:$version
Number of pages:" . count(get_object_vars($pageindex)) . "
Number of modules:" . count($modules) . "
- +
Site name:$settings->sitename (Update - Administrators only, Export as zip - Check for permission first)
Site name:$settings->sitename ($settings->admindisplaychar Update, Export as zip - Check for permission first)
Pepperminty Wiki version:$version
Number of pages:" . count(get_object_vars($pageindex)) . "
Number of modules:" . count($modules) . "