diff options
author | Naglfar <rpblc.net> | 2023-04-21 08:24:21 +0000 |
---|---|---|
committer | Naglfar <rpblc.net> | 2023-04-21 08:24:21 +0000 |
commit | 90688a29a522c21f06d9c70db8f675693f9ea668 (patch) | |
tree | 1effca5049af699df69b4aace136d9d7234b1839 /index.cgi | |
parent | ea357e8eac445e8479ab416ecf4b203f0d605e4f (diff) |
Update the path for the add_items.pl program
Diffstat (limited to 'index.cgi')
-rwxr-xr-x | index.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]; |