From 31b94156c47e03624a8c642e931a55fe14d2c900 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Sun, 15 Apr 2012 18:58:18 +0000 Subject: [PATCH] functions.inc.php: - delete leftover comment from (long time deleted) function create_admin() git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1368 a1433add-5e2c-0410-b055-b7f2511e0802 --- functions.inc.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/functions.inc.php b/functions.inc.php index 2ed06192..bfc56534 100644 --- a/functions.inc.php +++ b/functions.inc.php @@ -2215,18 +2215,6 @@ function gen_show_status ($show_alias) { return $stat_string; } -/* - Called by create-admin.php and setup.php - - Returns: - array( - 'error' => 0, # 0 on success, otherwise > 0 - 'pAdminCreate_admin_message' => '', # success / failure message - 'pAdminCreate_admin_username_text' => '', # help text / error message for username - 'pAdminCreate_admin_password_text' => '' # error message for username - ) - */ - function getRemoteAddr() { $REMOTE_ADDR = 'localhost'; if (isset($_SERVER['REMOTE_ADDR']))