Skip to content

Commit

Permalink
erm
Browse files Browse the repository at this point in the history
  • Loading branch information
bl4h committed Jan 13, 2011
1 parent 05879df commit 3b9695a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shorten.php
Expand Up @@ -60,4 +60,5 @@ function getShortenedURLFromID ($integer, $base = ALLOWED_CHARS)
$integer = floor( $integer / $length );
}
return $base[$integer] . $out;
}
}
?>

0 comments on commit 3b9695a

Please sign in to comment.