Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit babb839

Browse files
committed
[UPD] CodeIgniter 3.1.7
1 parent cb7314b commit babb839

173 files changed

Lines changed: 433 additions & 432 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* This content is released under the MIT License (MIT)
88
*
9-
* Copyright (c) 2014 - 2017, British Columbia Institute of Technology
9+
* Copyright (c) 2014 - 2018, British Columbia Institute of Technology
1010
*
1111
* Permission is hereby granted, free of charge, to any person obtaining a copy
1212
* of this software and associated documentation files (the "Software"), to deal
@@ -29,7 +29,7 @@
2929
* @package CodeIgniter
3030
* @author EllisLab Dev Team
3131
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
32-
* @copyright Copyright (c) 2014 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
32+
* @copyright Copyright (c) 2014 - 2018, British Columbia Institute of Technology (http://bcit.ca/)
3333
* @license http://opensource.org/licenses/MIT MIT License
3434
* @link https://codeigniter.com
3535
* @since Version 1.0.0

system/core/Benchmark.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* This content is released under the MIT License (MIT)
88
*
9-
* Copyright (c) 2014 - 2017, British Columbia Institute of Technology
9+
* Copyright (c) 2014 - 2018, British Columbia Institute of Technology
1010
*
1111
* Permission is hereby granted, free of charge, to any person obtaining a copy
1212
* of this software and associated documentation files (the "Software"), to deal
@@ -29,7 +29,7 @@
2929
* @package CodeIgniter
3030
* @author EllisLab Dev Team
3131
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
32-
* @copyright Copyright (c) 2014 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
32+
* @copyright Copyright (c) 2014 - 2018, British Columbia Institute of Technology (http://bcit.ca/)
3333
* @license http://opensource.org/licenses/MIT MIT License
3434
* @link https://codeigniter.com
3535
* @since Version 1.0.0

system/core/CodeIgniter.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* This content is released under the MIT License (MIT)
88
*
9-
* Copyright (c) 2014 - 2017, British Columbia Institute of Technology
9+
* Copyright (c) 2014 - 2018, British Columbia Institute of Technology
1010
*
1111
* Permission is hereby granted, free of charge, to any person obtaining a copy
1212
* of this software and associated documentation files (the "Software"), to deal
@@ -29,7 +29,7 @@
2929
* @package CodeIgniter
3030
* @author EllisLab Dev Team
3131
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
32-
* @copyright Copyright (c) 2014 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
32+
* @copyright Copyright (c) 2014 - 2018, British Columbia Institute of Technology (http://bcit.ca/)
3333
* @license http://opensource.org/licenses/MIT MIT License
3434
* @link https://codeigniter.com
3535
* @since Version 1.0.0
@@ -55,7 +55,7 @@
5555
* @var string
5656
*
5757
*/
58-
const CI_VERSION = '3.1.6';
58+
const CI_VERSION = '3.1.7';
5959

6060
/*
6161
* ------------------------------------------------------

system/core/Common.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* This content is released under the MIT License (MIT)
88
*
9-
* Copyright (c) 2014 - 2017, British Columbia Institute of Technology
9+
* Copyright (c) 2014 - 2018, British Columbia Institute of Technology
1010
*
1111
* Permission is hereby granted, free of charge, to any person obtaining a copy
1212
* of this software and associated documentation files (the "Software"), to deal
@@ -29,7 +29,7 @@
2929
* @package CodeIgniter
3030
* @author EllisLab Dev Team
3131
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
32-
* @copyright Copyright (c) 2014 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
32+
* @copyright Copyright (c) 2014 - 2018, British Columbia Institute of Technology (http://bcit.ca/)
3333
* @license http://opensource.org/licenses/MIT MIT License
3434
* @link https://codeigniter.com
3535
* @since Version 1.0.0

system/core/Config.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* This content is released under the MIT License (MIT)
88
*
9-
* Copyright (c) 2014 - 2017, British Columbia Institute of Technology
9+
* Copyright (c) 2014 - 2018, British Columbia Institute of Technology
1010
*
1111
* Permission is hereby granted, free of charge, to any person obtaining a copy
1212
* of this software and associated documentation files (the "Software"), to deal
@@ -29,7 +29,7 @@
2929
* @package CodeIgniter
3030
* @author EllisLab Dev Team
3131
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
32-
* @copyright Copyright (c) 2014 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
32+
* @copyright Copyright (c) 2014 - 2018, British Columbia Institute of Technology (http://bcit.ca/)
3333
* @license http://opensource.org/licenses/MIT MIT License
3434
* @link https://codeigniter.com
3535
* @since Version 1.0.0

system/core/Controller.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* This content is released under the MIT License (MIT)
88
*
9-
* Copyright (c) 2014 - 2017, British Columbia Institute of Technology
9+
* Copyright (c) 2014 - 2018, British Columbia Institute of Technology
1010
*
1111
* Permission is hereby granted, free of charge, to any person obtaining a copy
1212
* of this software and associated documentation files (the "Software"), to deal
@@ -29,7 +29,7 @@
2929
* @package CodeIgniter
3030
* @author EllisLab Dev Team
3131
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
32-
* @copyright Copyright (c) 2014 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
32+
* @copyright Copyright (c) 2014 - 2018, British Columbia Institute of Technology (http://bcit.ca/)
3333
* @license http://opensource.org/licenses/MIT MIT License
3434
* @link https://codeigniter.com
3535
* @since Version 1.0.0

system/core/Exceptions.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* This content is released under the MIT License (MIT)
88
*
9-
* Copyright (c) 2014 - 2017, British Columbia Institute of Technology
9+
* Copyright (c) 2014 - 2018, British Columbia Institute of Technology
1010
*
1111
* Permission is hereby granted, free of charge, to any person obtaining a copy
1212
* of this software and associated documentation files (the "Software"), to deal
@@ -29,7 +29,7 @@
2929
* @package CodeIgniter
3030
* @author EllisLab Dev Team
3131
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
32-
* @copyright Copyright (c) 2014 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
32+
* @copyright Copyright (c) 2014 - 2018, British Columbia Institute of Technology (http://bcit.ca/)
3333
* @license http://opensource.org/licenses/MIT MIT License
3434
* @link https://codeigniter.com
3535
* @since Version 1.0.0

system/core/Hooks.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* This content is released under the MIT License (MIT)
88
*
9-
* Copyright (c) 2014 - 2017, British Columbia Institute of Technology
9+
* Copyright (c) 2014 - 2018, British Columbia Institute of Technology
1010
*
1111
* Permission is hereby granted, free of charge, to any person obtaining a copy
1212
* of this software and associated documentation files (the "Software"), to deal
@@ -29,7 +29,7 @@
2929
* @package CodeIgniter
3030
* @author EllisLab Dev Team
3131
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
32-
* @copyright Copyright (c) 2014 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
32+
* @copyright Copyright (c) 2014 - 2018, British Columbia Institute of Technology (http://bcit.ca/)
3333
* @license http://opensource.org/licenses/MIT MIT License
3434
* @link https://codeigniter.com
3535
* @since Version 1.0.0

system/core/Input.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* This content is released under the MIT License (MIT)
88
*
9-
* Copyright (c) 2014 - 2017, British Columbia Institute of Technology
9+
* Copyright (c) 2014 - 2018, British Columbia Institute of Technology
1010
*
1111
* Permission is hereby granted, free of charge, to any person obtaining a copy
1212
* of this software and associated documentation files (the "Software"), to deal
@@ -29,7 +29,7 @@
2929
* @package CodeIgniter
3030
* @author EllisLab Dev Team
3131
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
32-
* @copyright Copyright (c) 2014 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
32+
* @copyright Copyright (c) 2014 - 2018, British Columbia Institute of Technology (http://bcit.ca/)
3333
* @license http://opensource.org/licenses/MIT MIT License
3434
* @link https://codeigniter.com
3535
* @since Version 1.0.0
@@ -137,7 +137,7 @@ class CI_Input {
137137
*/
138138
public function __construct()
139139
{
140-
$this->_allow_get_array = (config_item('allow_get_array') === TRUE);
140+
$this->_allow_get_array = (config_item('allow_get_array') !== FALSE);
141141
$this->_enable_xss = (config_item('global_xss_filtering') === TRUE);
142142
$this->_enable_csrf = (config_item('csrf_protection') === TRUE);
143143
$this->_standardize_newlines = (bool) config_item('standardize_newlines');

system/core/Lang.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* This content is released under the MIT License (MIT)
88
*
9-
* Copyright (c) 2014 - 2017, British Columbia Institute of Technology
9+
* Copyright (c) 2014 - 2018, British Columbia Institute of Technology
1010
*
1111
* Permission is hereby granted, free of charge, to any person obtaining a copy
1212
* of this software and associated documentation files (the "Software"), to deal
@@ -29,7 +29,7 @@
2929
* @package CodeIgniter
3030
* @author EllisLab Dev Team
3131
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
32-
* @copyright Copyright (c) 2014 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
32+
* @copyright Copyright (c) 2014 - 2018, British Columbia Institute of Technology (http://bcit.ca/)
3333
* @license http://opensource.org/licenses/MIT MIT License
3434
* @link https://codeigniter.com
3535
* @since Version 1.0.0

0 commit comments

Comments
 (0)