Update markov.php
This commit is contained in:
parent
16661c58c8
commit
2ce7f3e3ee
|
@ -112,5 +112,3 @@ function markovT($len){
|
|||
$markov = generate_markov_text($length, $markov_table, $order);
|
||||
return html_entity_decode($markov, ENT_QUOTES | ENT_XML1, 'UTF-8');
|
||||
}
|
||||
$len=100;
|
||||
echo markovT($len);
|
||||
|
|
Loading…
Reference in New Issue
Block a user