diff options
-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]; |