includes/functions.php
changeset 294 444c34a3886b
parent 285 e72bf2c24875
child 307 145b70bb8999
equal deleted inserted replaced
293:fbe306070c40 294:444c34a3886b
     1 <?php
     1 <?php
     2 
     2 
     3 /*
     3 /*
     4  * Enano - an open-source CMS capable of wiki functions, Drupal-like sidebar blocks, and everything in between
     4  * Enano - an open-source CMS capable of wiki functions, Drupal-like sidebar blocks, and everything in between
     5  * Version 1.0.4 (Ellyyllon)
     5  * Version 1.0.5 (Ferrishyn)
     6  * Copyright (C) 2006-2007 Dan Fuhry
     6  * Copyright (C) 2006-2007 Dan Fuhry
     7  *
     7  *
     8  * This program is Free Software; you can redistribute and/or modify it under the terms of the GNU General Public License
     8  * This program is Free Software; you can redistribute and/or modify it under the terms of the GNU General Public License
     9  * as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
     9  * as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
    10  *
    10  *
  1136       '1.0.1'  => 'Loch Ness',
  1136       '1.0.1'  => 'Loch Ness',
  1137       '1.0.1.1'=> 'Loch Ness internal bugfix build',
  1137       '1.0.1.1'=> 'Loch Ness internal bugfix build',
  1138       '1.0.2b1'=> 'Coblynau unstable',
  1138       '1.0.2b1'=> 'Coblynau unstable',
  1139       '1.0.2'  => 'Coblynau',
  1139       '1.0.2'  => 'Coblynau',
  1140       '1.0.3'  => 'Dyrad',
  1140       '1.0.3'  => 'Dyrad',
  1141       '1.0.4'  => 'Ellyyllon'
  1141       '1.0.4'  => 'Ellyyllon',
       
  1142       '1.0.5'  => 'Ferrishyn'
  1142     );
  1143     );
  1143   $version = enano_version();
  1144   $version = enano_version();
  1144   if ( isset($names[$version]) )
  1145   if ( isset($names[$version]) )
  1145   {
  1146   {
  1146     return $names[$version];
  1147     return $names[$version];