Remove copied comments from import-tradspool-articles.php.

This commit is contained in:
Retro_Guy 2023-05-12 12:53:48 -07:00
parent 3b8e874378
commit 1bf1353c63
1 changed files with 1 additions and 16 deletions

View File

@ -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/<section>/groups.txt
* Use -help to see features.
*/
include "config.inc.php";