# A register_globals overrider for UniSearch. This file
# won't be necessary in the next version (it's for 1.0
# only), but if register_globals is Off in your php.ini,
# UniSearch won't function properly... and this file is
# the only way to override it without changing php.ini.
# For it to work, you must include "Options" in the
# "AllowOverride" setting of your Apache configuration
# for the <Directory> UniSearch is installed in. For
# example:
#
# <Directory "/var/www/unicode">
#   AllowOverride Options
# </Directory>
#
# 'All' will also work. (This configuration is in the
# httpd.conf file, usually in ServerRoot/conf/)
#
# Note that if you don't have PHP installed, this file
# will probably cause some kind of error to show up in
# your server's error log. But if you don't have PHP
# installed, you can't run UniSearch anyway. :)

php_value register_globals 1
