diff options
author | Andrey Andreev <narf@devilix.net> | 2016-01-11 11:52:04 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2016-01-11 11:52:04 +0100 |
commit | 071bb487932168c88fb43c0e2abd17e4fa1e1458 (patch) | |
tree | 0d48ea8b8ce53b02cf87e43759e0004e8afc4f4a /system/libraries/Cache/drivers/Cache_apc.php | |
parent | 9b2c17ed78f0e6e08a96e176ef640fca675dd0a6 (diff) | |
parent | 700dbadb23bfa937f519df668a57c9050cd05062 (diff) |
Merge branch '3.0-stable' into develop
Diffstat (limited to 'system/libraries/Cache/drivers/Cache_apc.php')
-rw-r--r-- | system/libraries/Cache/drivers/Cache_apc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Cache/drivers/Cache_apc.php b/system/libraries/Cache/drivers/Cache_apc.php index 621a59643..5f373ba17 100644 --- a/system/libraries/Cache/drivers/Cache_apc.php +++ b/system/libraries/Cache/drivers/Cache_apc.php @@ -31,7 +31,7 @@ * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (http://ellislab.com/) * @copyright Copyright (c) 2014 - 2016, British Columbia Institute of Technology (http://bcit.ca/) * @license http://opensource.org/licenses/MIT MIT License - * @link http://codeigniter.com + * @link https://codeigniter.com * @since Version 2.0.0 * @filesource */ |