@@ -67,6 +67,9 @@ class Transfer extends Start_Controller {
{
$this->_rk();
}
+ else if($arg == 'cqrk'){
+ $this->_cqrk();
+ }
else if($arg == 'ck')
$this->_ck();