Parcourir la source

add goods msg

stanley-king il y a 7 ans
Parent
commit
184b7ec684
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      fcgi_run.php

+ 1 - 1
fcgi_run.php

@@ -16,7 +16,7 @@ require_once (BASE_ROOT_PATH . '/helper/index_tab.php');
 
 function all_channels()
 {
-    return array('ch_index','activity');
+    return array('ch_index','activity','goods');
 }
 
 Base::mobile_init();