mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-12-13 08:11:12 +01:00
12 lines
345 B
Plaintext
12 lines
345 B
Plaintext
This script reads an standard words file (one word per line) and saves
|
|
a new word file with the format needed by the cool-php-capcha script.
|
|
|
|
For prevent remote web access, the output file will be a PHP script
|
|
and must have the .php extension
|
|
|
|
Usage: importwords.php <infile> <outfile>
|
|
|
|
Example: importwords.php english.txt en.php
|
|
|
|
|