Author |
Message |
10/10/2008 02:44:12
|
jcroot
Newbie
Joined: 05/10/2008 20:29:11
Messages: 4
Offline
|
Hi guys!
I'm currently using advanced poll 2.0.8 and is working great! I have a question regarding a piece of code that I found in my .htaccess for my site.
This is the code:
<IfModule mod_php5.c>
php_flag magic_quotes_gpc off
php_flag register_globals off
</IfModule>
<IfModule mod_php4.c>
php_flag magic_quotes_gpc off
php_flag register_globals off
</IfModule>
I want to remove this code if i'm not really using it, I always like to keep my files and code clean, can somebody please tell me if this piece of code is related with advanced poll 2.0.8? I'm guessing is related to advanced poll 2.0.8 because in the comment I put something about a "poll" but I'm not sure which poll script was this piece of code for.
|
|
10/10/2008 09:04:45
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
Advanced Poll will not have altered your htaccess file. Basically it looks like your hosts have disabled magic quotes and register globals via your htaccess file as opposed to directly from php.ini. God knows why they have done it that way though.
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
|