lvhao há 5 meses atrás
pai
commit
348be1db36
1 ficheiros alterados com 6 adições e 2 exclusões
  1. 6 2
      core/CoreApp/controllers/Apitt.php

+ 6 - 2
core/CoreApp/controllers/Apitt.php

@@ -80,7 +80,7 @@ class Apitt extends Start_Controller {
         }
 		else if($arg == 'cs')
         {
-             $this->_cs();
+             $this->_cs($arg_array);
         }
 		else if($arg == 'cf')
         {
@@ -227,7 +227,11 @@ $j = json_decode($j, true);
 	}
 	
 	
-	
+	public function _cs($arg_array)
+	{
+
+
+	}
 
 	public function _csa($arg_array)
 	{