From 90688a29a522c21f06d9c70db8f675693f9ea668 Mon Sep 17 00:00:00 2001 From: Naglfar Date: Fri, 21 Apr 2023 08:24:21 +0000 Subject: Update the path for the add_items.pl program --- index.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.cgi') 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]; -- cgit v1.2.3