diff options
author | John Nicely <john.nicely@gmail.com> | 2011-11-24 19:50:39 +0100 |
---|---|---|
committer | John Nicely <john.nicely@gmail.com> | 2011-11-24 19:50:39 +0100 |
commit | 9a05d2b0d838bb000a89ab9ea78a307b557768e7 (patch) | |
tree | ed24b7437f8575aead72804a512f6b2f72118a73 /system/database/drivers/mysql/mysql_driver.php | |
parent | b8188f6a588fbf2a4b9570580999317ba149ecb0 (diff) |
Changed form_open() to compare $action against base_url()
Checking for strpos($action, $CI->config->site_url()) === FALSE causes
CSRF token to not be added in form_open() output. When site_url()'s
first parameter ($uri) is empty, site_url's return value is the base
URL plus the $CI->config->item('index_page') value. form_open() and
CodeIgniter's URI routing do not require index.php to be in the URL, so
any call to form_open() in which the $action parameter does not have
index.php will always return false for the strpos() call.
Diffstat (limited to 'system/database/drivers/mysql/mysql_driver.php')
0 files changed, 0 insertions, 0 deletions