Novi izvorni kod change_pass dodatka (inacica 3.0).
[squirrelmail-change-pass-cn.git] / change_pass / settings.php
diff --git a/change_pass/settings.php b/change_pass/settings.php
deleted file mode 100644 (file)
index f34c172..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-
-    global $imapServerAddress;
-
-    /* Use the address of the IMAP server as the default */
-    $poppass_server = $imapServerAddress;
-#    $poppass_server = 127.0.0.1;
-
-    /* The default port for poppassd is 106 */
-    $poppass_port = 106;
-?>