Don't bother checking for magic quotes any more

This commit is contained in:
moodler
2003-08-26 03:22:40 +00:00
parent ebfde31f18
commit 2ae0cc7759
-4
View File
@@ -31,10 +31,6 @@
error("The PHP server variable 'magic_quotes_runtime' should be Off - $documentationlink");
}
if (!ini_get_bool('magic_quotes_gpc')) {
error("The PHP server variable 'magic_quotes_gpc' is not turned On - $documentationlink");
}
if (!ini_get_bool('file_uploads')) {
error("The PHP server variable 'file_uploads' is not turned On - $documentationlink");
}