<hr id="line" /> <?php if (isset($_GET['tok'])) { echo "<font face=verdana size=-1 color=green> " . $tok . "</font><br><br>"; } if (isset($_GET['teok'])) { echo "<font face=verdana size=-1 color=green> " . $teok . "</font><br><br>"; } if (isset($_GET['tenok'])) { echo "<font face=verdana size=-1 color=green> " . $tenok . "</font><br><br>"; } if (isset($_GET['tfok'])) { echo "<font face=verdana size=-1 color=green> " . $tfok . "</font><br><br>"; } if (isset($_GET['tfnok'])) { echo "<font face=verdana size=-1 color=green> " . $tfnok . "</font><br><br>"; } ?> <div id="content"> <?php $utilTask->listTaksManager($_SESSION['todo_user'], 0); ?> </div> </div> <div id="footer">© todotasks, Todos os direitos reservados. All rights reserved.<br><br><a href="http://www.carlosmalucelli.com">powered by carlosmalucell!com</a></div> </body> </html> <?php } else { echo "nice try ;)"; }