how to redirect some script if disable from disable_functions?
hello,
I have configure some server with disable_functions
and that showing "has been disabled for security reasons"
my question, how to redirect some "disable script" to other script like disable.html ?
-
I don't quite understand your question. disable_functions will only keep certain functions from working. I believe it will throw an error if those functions are used while disabled [i.e. they won't work] but beyond that I don't know of any way to do a redirect based upon this. 0
Please sign in to leave a comment.
Comments
1 comment