gwang пре 5 година
родитељ
комит
471b597c31
1 измењених фајлова са 1 додато и 1 уклоњено
  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;
     }