summaryrefslogtreecommitdiffstats
path: root/index.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'index.cgi')
-rwxr-xr-xindex.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.cgi b/index.cgi
index 9823852..91778f1 100755
--- a/index.cgi
+++ b/index.cgi
@@ -11,7 +11,7 @@ else
$request = 'main';
}
-require '/openwcms/include/add_items.pl';
+require '/openwcms/add_items.pl';
# domain is always the first thing in the string, pick the first element
$domain = (split /\./, $head[0]{href})[0];