ソースを参照

dodaje opcje aby skrypty zawsze dzialaly z localhosta i z ip 127.0.0.1

a.binder 10 年 前
コミット
6e01948f27
1 ファイル変更2 行追加0 行削除
  1. 2 0
      SE/superedit-INSTALL_SES_PROCESY_A.php

+ 2 - 0
SE/superedit-INSTALL_SES_PROCESY_A.php

@@ -55,6 +55,8 @@ class INSTALL_SES_PROCESY_A {
 			while($h2=DB::fetch($res2)) {
 			while($h2=DB::fetch($res2)) {
 			 	$domain[]=' --domain '.$h2->SERVER_ADDRESS_SHORT;
 			 	$domain[]=' --domain '.$h2->SERVER_ADDRESS_SHORT;
 			}
 			}
+			$domain[]=' --ip 127.0.0.1';
+			$domain[]=' --domain localhost';
 		}
 		}
 		return implode(' ', $domain);
 		return implode(' ', $domain);
 	}
 	}