@@ -86,10 +86,13 @@ class Transfer extends Start_Controller {
}
else if($arg == 'scz'){
$this->_scz();
+ }
+ else if($arg == 'sczexcel'){
+ $this->_sczexcel();
else
{
- $this->_index();
+ $this->_index();