fix line end

This commit is contained in:
Frederik Ramm 2011-02-02 14:31:50 +00:00
parent 10620c71bb
commit bb9f0d81c0

View File

@ -8,6 +8,6 @@
if (get_magic_quotes_gpc())
{
echo "Please disable magic quotes in your php.ini configuration";
echo "Please disable magic quotes in your php.ini configuration\n";
exit;
}