diff --git a/inc/functions.php b/inc/functions.php index 453f5146..44d526f1 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -339,8 +339,7 @@ } mysql_free_result($query); } - - // A lot of the bellow of from BBSchan (An old project by savetheinternet) + function generate_tripcode ( $name, $length = 10 ) { $name = stripslashes ( $name ); $t = explode('#', $name);