]> CyberLeo.Net >> Repos - Github/YOURLS.git/commit
No need to substr() URLs. Fixes #1689
authorozh <ozh@ozh.org>
Mon, 5 May 2014 13:48:12 +0000 (15:48 +0200)
committerozh <ozh@ozh.org>
Mon, 5 May 2014 13:48:12 +0000 (15:48 +0200)
commitaa858bd95b74fac26eceb9050945f9a9f0a77ea1
tree9f9f6c4264158b7a3f3c4c5f1019a71dd6454ad0
parent4a691cdc729aa6e3769eda0080bd1a59c1b06abb
No need to substr() URLs. Fixes #1689

URLs are stored in the DB as `text`, so the limit enforced by MySQL will be 65536 -- no need to enforce anything ourselves.
includes/functions-formatting.php