Repeat incorrect password fix #243
[KiwiIRC.git] / config.example.js
index 2e7cc5fb20d95642d76dd857f901dd35ef709b73..a86fdb1047920990118bec1bd24dddcfe5597d85 100644 (file)
@@ -53,7 +53,7 @@ conf.identd = {
 
 
 // Where the client files are
-conf.public_html = "client/";
+conf.public_http = "client/";
 
 // Max connections per connection. 0 to disable
 conf.max_client_conns = 5;