|
|
@ -23,7 +23,7 @@ class FinancialSummaryController extends AdminController
|
|
|
|
public function index($p=1)
|
|
|
|
public function index($p=1)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
if(!array_key_exists("year",$_REQUEST) || !array_key_exists("type",$_REQUEST)){
|
|
|
|
if(!array_key_exists("year",$_REQUEST) || !array_key_exists("type",$_REQUEST)){
|
|
|
|
$this->redirect(ACTION_NAME, array('year' => date('Y',time()),"type"=>2));
|
|
|
|
$this->redirect(ACTION_NAME, array('year' => date('Y',time()),"type"=>3));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if(!IS_ROOT){
|
|
|
|
if(!IS_ROOT){
|
|
|
|
$this->OpAuthList= getModuleControllerAuth();
|
|
|
|
$this->OpAuthList= getModuleControllerAuth();
|
|
|
|