From 1bf1353c63d8924ce6324aa9296c430add6e970a Mon Sep 17 00:00:00 2001 From: Retro_Guy Date: Fri, 12 May 2023 12:53:48 -0700 Subject: [PATCH] Remove copied comments from import-tradspool-articles.php. --- .../scripts/import-tradspool-articles.php | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/Rocksolid_Light/rslight/scripts/import-tradspool-articles.php b/Rocksolid_Light/rslight/scripts/import-tradspool-articles.php index 727ed4b..9d0d954 100755 --- a/Rocksolid_Light/rslight/scripts/import-tradspool-articles.php +++ b/Rocksolid_Light/rslight/scripts/import-tradspool-articles.php @@ -2,22 +2,7 @@ /* This script allows importing a group .db3 file from a backup * or another rslight site, and other features. * - * Use -help to see other features. - * - * To import a group db3 file: - * Place the article database file group.name-articles.db3 in - * your spool directory, and change user/group to your web user. - * Run this script as your web user from your $webdir/spoolnews dir: - * php $config_dir/scripts/import.php group.name - * - * To import/upgrade all group.db3 files, do not list group.name - * after the above command. - * - * This will create the overview files necessary to import the group - * into your site. - * Next: Add the group to the groups.txt file of the section you wish - * it to appear: - * $config_dir/
/groups.txt + * Use -help to see features. */ include "config.inc.php";