acho que é isso nao tive tempo de olhar com calma :
/**
* Remove the suffix from the URL if needed
*
* @access private
* @return void
*/
function _remove_url_suffix()
{
if ($this->config->item('url_suffix') != "")
{
$this->uri_string =
preg_replace("|".preg_quote($this->config->item('url_suffix'))."$|", "",
$this->uri_string);
}
}
_______________________________________________ Lista mailing list [email protected] http://codeigniter.com.br/mailman/listinfo/lista_codeigniter.com.br

