8 lines
105 B
Plaintext
8 lines
105 B
Plaintext
|
<!--tws
|
||
|
t = post("text");
|
||
|
if(t != null)
|
||
|
{
|
||
|
todos.add(t);
|
||
|
}
|
||
|
redirect("/");
|
||
|
-->
|