summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaglfar <rpblc.net>2023-04-21 08:24:21 +0000
committerNaglfar <rpblc.net>2023-04-21 08:24:21 +0000
commit90688a29a522c21f06d9c70db8f675693f9ea668 (patch)
tree1effca5049af699df69b4aace136d9d7234b1839
parentea357e8eac445e8479ab416ecf4b203f0d605e4f (diff)
downloadopenwcms-90688a29a522c21f06d9c70db8f675693f9ea668.tar.gz
Update the path for the add_items.pl program
-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];