[PHP] pobierz, plaintext public function redirect($url, $permanent = false){ header('Location: ' . $url, true, $permanent ? 301 : 302); exit();}[PHP] pobierz, plaintext