diff options
Diffstat (limited to 'system/codeigniter')
-rw-r--r-- | system/codeigniter/Common.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/system/codeigniter/Common.php b/system/codeigniter/Common.php index 15204492e..eb9dce648 100644 --- a/system/codeigniter/Common.php +++ b/system/codeigniter/Common.php @@ -16,20 +16,6 @@ // ------------------------------------------------------------------------ /** - * Common Functions - * - * Loads the base classes and executes the request. - * - * @package CodeIgniter - * @subpackage codeigniter - * @category Common Functions - * @author ExpressionEngine Dev Team - * @link http://codeigniter.com/user_guide/ - */ - -// ------------------------------------------------------------------------ - -/** * Determines if the current version of PHP is greater then the supplied value * * Since there are a few places where we conditionally test for PHP > 5 |