summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-12-13 17:28:15 -0500
committerMichael DeHaan <mdehaan@redhat.com>2007-12-13 17:28:15 -0500
commiteff2a1e0a4eb1e7e61e84db7e184aa539849167c (patch)
tree5efc7ab7977454fb24a4b381dc72e1f7c0d44609 /scripts
parent15928e97fe6acc22810b12c9acbab3b37a1b0df1 (diff)
downloadthird_party-cobbler-eff2a1e0a4eb1e7e61e84db7e184aa539849167c.tar.gz
third_party-cobbler-eff2a1e0a4eb1e7e61e84db7e184aa539849167c.tar.xz
third_party-cobbler-eff2a1e0a4eb1e7e61e84db7e184aa539849167c.zip
Make WebUI use Apache logging mechanisms, also remove unreferenced cookie code.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/index.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/index.py b/scripts/index.py
index f7193f8..c8e59bc 100755
--- a/scripts/index.py
+++ b/scripts/index.py
@@ -83,6 +83,7 @@ def handler(req):
# instantiate a CobblerWeb object
cw = CobblerWeb.CobblerWeb(
+ apache = apache,
token = token,
base_url = "/cobbler/web/",
server = "http://127.0.0.1/cobbler_api_rw"