lvhao 6 bulan lalu
induk
melakukan
e73a0d8685
1 mengubah file dengan 4 tambahan dan 1 penghapusan
  1. 4 1
      core/CoreApp/controllers/Transfer.php

+ 4 - 1
core/CoreApp/controllers/Transfer.php

@@ -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();
 		}
     }