summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-20 15:16:39 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-20 15:16:39 -0400
commit95fe5fbec8b75ccb52d7a80c1b6602b4a1ebf692 (patch)
treec92a2ef269901fd5292f0e095eb9635130cb2821 /scripts
parentad5f44ee890c5e52202aac1d6f8a511330f50cbe (diff)
downloadthird_party-cobbler-95fe5fbec8b75ccb52d7a80c1b6602b4a1ebf692.tar.gz
third_party-cobbler-95fe5fbec8b75ccb52d7a80c1b6602b4a1ebf692.tar.xz
third_party-cobbler-95fe5fbec8b75ccb52d7a80c1b6602b4a1ebf692.zip
Change localhost to 127.0.0.1, just in case.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/webui.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/webui.cgi b/scripts/webui.cgi
index 899610c..ed0690f 100755
--- a/scripts/webui.cgi
+++ b/scripts/webui.cgi
@@ -49,7 +49,7 @@ def configure():
# defaults
if config['server'] is None:
- config['server'] = "http://localhost/cobbler_api_rw"
+ config['server'] = "http://127.0.0.1/cobbler_api_rw"
if config['base_url'] is None:
config['base_url'] = base_url()