diff options
Diffstat (limited to 'src/application')
| -rw-r--r-- | src/application/appdef.php | 2 | ||||
| -rw-r--r-- | src/application/templates/old/base.twig | 3 | 
2 files changed, 4 insertions, 1 deletions
| diff --git a/src/application/appdef.php b/src/application/appdef.php index 6c69ee8..1f51d97 100644 --- a/src/application/appdef.php +++ b/src/application/appdef.php @@ -1,3 +1,3 @@  <?php -const MYSTICBB_VERSION = "0.7.0"; +const MYSTICBB_VERSION = "0.7.1"; diff --git a/src/application/templates/old/base.twig b/src/application/templates/old/base.twig index bdb9768..bbac643 100644 --- a/src/application/templates/old/base.twig +++ b/src/application/templates/old/base.twig @@ -80,6 +80,9 @@          {{ __("Number of database queries: %count%", {              count: getQueryCount(),          }) }} +        {% if constant("DEBUG") == true %} +            <br><font color="red"><b>Debug mode</b></font> +        {% endif %}      </td>      <td align="right">          <table><tr><td> |