Closed edisonw closed 8 years ago
Currently fire_log links would ignore the directory that the controller is in and output wrong htmls.
quick fix:
$base = $CI->router->fetch_directory().$CI->router->fetch_class() . '/' . $CI->router->fetch_method() .'/';
Currently fire_log links would ignore the directory that the controller is in and output wrong htmls.
quick fix:
$base = $CI->router->fetch_directory().$CI->router->fetch_class() . '/' . $CI->router->fetch_method() .'/';