瀏覽代碼

Correct README

Thomas Leister 10 年之前
父節點
當前提交
c77150fd67
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -152,13 +152,13 @@ Define the URL of the web application, and it's subfolder:
 	 * Frontend paths
 	 */
 	
-	define("FRONTEND_BASE_PATH", "http://localhost/webmum/");
+	define("FRONTEND_BASE_PATH", "http://mydomain.tld/webmum/");
 	define("SUBDIR", "webmum/");
 
 In the example above, WebMUM is located in a subfolder named "webmum/". If you don't want to use a subfolder, but install WebMUM directly into the domain root,
 set the settings like this:
 
-	define("FRONTEND_BASE_PATH", "http://localhost/");
+	define("FRONTEND_BASE_PATH", "http://webmum.mydomain.tld/");
 	define("SUBDIR", "");
 
 ### Admin e-mail address