urls / url-shortener-php

Web application that will help you in shortening your url
http://urls.github.io/url-shortener
MIT License
88 stars 74 forks source link

Corrected redirect.php #18

Closed alex9099 closed 6 years ago

alex9099 commented 6 years ago

For some reason header("Location: index.php"); was being executed

Solves #11