lvhao 6 hónapja
szülő
commit
e73a0d8685
1 módosított fájl, 4 hozzáadás és 1 törlés
  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();
 		}
     }