includes/common.php
changeset 21 663fcf528726
parent 17 61ad9ffbd69c
child 30 7e8fd44b36b0
equal deleted inserted replaced
20:40105681f495 21:663fcf528726
     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 release candidate 3 (Druid)
     5  * Version 1.0 (Banshee)
     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  *
    21   </script><p><span style="color:black;">You been f***ed by Enano | valid XHTML 1.1</span></p></body></html>
    21   </script><p><span style="color:black;">You been f***ed by Enano | valid XHTML 1.1</span></p></body></html>
    22   <?php
    22   <?php
    23   exit;
    23   exit;
    24 }
    24 }
    25 
    25 
    26 $version = '1.0RC3';
    26 $version = '1.0';
    27 
    27 
    28 function microtime_float()
    28 function microtime_float()
    29 {
    29 {
    30   list($usec, $sec) = explode(" ", microtime());
    30   list($usec, $sec) = explode(" ", microtime());
    31   return ((float)$usec + (float)$sec);
    31   return ((float)$usec + (float)$sec);