Commit b053232c by Vitalik

Fix

parent 0392f9d2
Pipeline #171 skipped
...@@ -123,7 +123,7 @@ function create($long_url) ...@@ -123,7 +123,7 @@ function create($long_url)
if (isset_url($short_url)) return false; if (isset_url($short_url)) return false;
$sql = "INSERT INTO links (long_url, short_url) $sql = "INSERT INTO links (long_url, short_url, created)
VALUES( VALUES(
'$long_url', '$long_url',
'$short_url', '$short_url',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment