GlobalsConfig.php 206 B

1234567891011
  1. <?php
  2. namespace app\controller;
  3. class GlobalsConfig
  4. {
  5. public function getConfigInfo()
  6. {
  7. return json_success( array_merge($GLOBALS['gamePgGameConfig'], $GLOBALS['FeedUserConfig']));
  8. }
  9. }