diff options
| author | Michael DeHaan <mdehaan@mdehaan.rdu.redhat.com> | 2007-09-20 15:16:39 -0400 |
|---|---|---|
| committer | Michael DeHaan <mdehaan@mdehaan.rdu.redhat.com> | 2007-09-20 15:16:39 -0400 |
| commit | 95fe5fbec8b75ccb52d7a80c1b6602b4a1ebf692 (patch) | |
| tree | c92a2ef269901fd5292f0e095eb9635130cb2821 /scripts/webui.cgi | |
| parent | ad5f44ee890c5e52202aac1d6f8a511330f50cbe (diff) | |
Change localhost to 127.0.0.1, just in case.
Diffstat (limited to 'scripts/webui.cgi')
| -rwxr-xr-x | scripts/webui.cgi | 2 |
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() |
