Explorar o código

fixed: 大小写

gwang %!s(int64=5) %!d(string=hai) anos
pai
achega
471b597c31
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Gameserver/Amfphp/config.php

+ 1 - 1
Gameserver/Amfphp/config.php

@@ -101,7 +101,7 @@ abstract class config {
     static public function Inst() {
         static $config = null;
         if (is_null($config)) {
-            $config = include __DIR__ . '/Configs/config_' . PLAT . '.php';
+            $config = include __DIR__ . '/configs/config_' . PLAT . '.php';
         }
         return $config;
     }