summaryrefslogtreecommitdiffstats
path: root/misc/htscanner/README.SLACKWARE
diff options
context:
space:
mode:
Diffstat (limited to 'misc/htscanner/README.SLACKWARE')
-rw-r--r--misc/htscanner/README.SLACKWARE20
1 files changed, 0 insertions, 20 deletions
diff --git a/misc/htscanner/README.SLACKWARE b/misc/htscanner/README.SLACKWARE
deleted file mode 100644
index 49cc76cef0..0000000000
--- a/misc/htscanner/README.SLACKWARE
+++ /dev/null
@@ -1,20 +0,0 @@
-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
-
-sh /etc/rc.d/rc.httpd stop
-sh /etc/rc.d/rc.httpd start
-
-To test, try:
-
-php -i | grep htscanner
-