diff options
author | Taufan Aditya <toopay@taufanaditya.com> | 2012-03-12 15:36:04 +0100 |
---|---|---|
committer | Taufan Aditya <toopay@taufanaditya.com> | 2012-03-12 15:36:04 +0100 |
commit | 7164cda9ab8aea8fc26aad21dd78c9f06839dec7 (patch) | |
tree | c25702ee2b0d93d45f876779dc413530f5ad354a /system | |
parent | 4a7dd98ffd1d21f2b14b9eefa70e6cae2f9aa92d (diff) |
Minimal PHP version annotation
Diffstat (limited to 'system')
-rw-r--r-- | system/helpers/path_helper.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/helpers/path_helper.php b/system/helpers/path_helper.php index 9c0af44c1..8c4730d73 100644 --- a/system/helpers/path_helper.php +++ b/system/helpers/path_helper.php @@ -2,7 +2,7 @@ /** * CodeIgniter * - * An open source application development framework for PHP 5.1.6 or newer + * An open source application development framework for PHP 5.2.4 or newer * * NOTICE OF LICENSE * |