Welcome Guest, Not a member yet? Register   Sign In
heads up : FCPATH changed in SVN
#1

[eluser]xwero[/eluser]
It was
Code:
define('FCPATH', __FILE__);
And in SVN it is
Code:
define('FCPATH', str_replace(SELF, '', __FILE__));
This means no more dirname(FCPATH).
#2

[eluser]sophistry[/eluser]
just curious, when would the CI constant SELF be different from the manually configured
Code:
$config['index_page'] = "index.php";
seems to me that one of these could be eradicated.
#3

[eluser]xwero[/eluser]
if you use .htacces url rewriting




Theme © iAndrew 2016 - Forum software by © MyBB