mikecao / shorty

A simple URL shortener for PHP
MIT License
272 stars 98 forks source link

Last PR introduced bug #6

Closed jacobsandersen closed 6 years ago

jacobsandersen commented 6 years ago

My last PR introduced a bug that does not allow new URLs to be created because q is empty before that logic is processed. My next PR will fix this behavior.