瀏覽代碼

Update to work pma

Gabriel Gosparo 6 年之前
父節點
當前提交
b00f9fe357
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      tools/src/Services/Pma.php

+ 0 - 1
tools/src/Services/Pma.php

@@ -41,7 +41,6 @@ class Pma extends InitialService
         $host_env_file = "host.env";
         extract($this->getConfigVar());
         if ($this->getRelease()->needInstallModule($module)) {
-            $this->addVarEnv("PMA_ABSOLUTE_URI", "https://" . $this->getRelease()->getDomain($module));
             $this->getComposer()
                 ->addService($module)
                 ->image("phpmyadmin/phpmyadmin")