Skip to content

Commit

Permalink
whatever i changed
Browse files Browse the repository at this point in the history
  • Loading branch information
crutchy- committed Jan 25, 2015
1 parent 94afd09 commit 0b4f04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/paste.my.to.inc
Expand Up @@ -42,7 +42,7 @@ if ($query<>"")
}
elseif (isset($_POST["content"])==True)
{
$content=trim($_POST["content"]);
$content=trim(substr($_POST["content"],0,2048));
if ($content<>"")
{
save_paste($content);
Expand Down

0 comments on commit 0b4f04a

Please sign in to comment.