[Pull request] remove schema from action
-
// action $buffer = str_replace('action=\'https://' . $_SERVER['HTTP_HOST'], 'action=\'//' . $_SERVER['HTTP_HOST'], $buffer); $buffer = str_replace('action="https://' . $_SERVER['HTTP_HOST'], 'action="//' . $_SERVER['HTTP_HOST'], $buffer); $buffer = str_replace('action=\'http://' . $_SERVER['HTTP_HOST'], 'action=\'//' . $_SERVER['HTTP_HOST'], $buffer); $buffer = str_replace('action="http://' . $_SERVER['HTTP_HOST'], 'action="//' . $_SERVER['HTTP_HOST'], $buffer);
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘[Pull request] remove schema from action’ is closed to new replies.