mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
f521bebc4c
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
16 lines
387 B
Text
16 lines
387 B
Text
README.SLACKWARE for htscanner
|
|
|
|
Please read the "Description" part of /usr/doc/htscanner-1.15/README
|
|
after installation. An example /etc/php/htscanner.ini is included.
|
|
|
|
A configuration example, maybe something like the following:
|
|
|
|
cat << EOF > /var/www/htdocs/.htaccess
|
|
<IfModule mod_php.c>
|
|
php_value register_globals On
|
|
</IfModule>
|
|
EOF
|
|
|
|
To test, try:
|
|
|
|
php -i | grep htscanner
|