Advertisement
Guest User

Untitled

a guest
Dec 10th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. <html>
  2. <body>
  3. <?php
  4. include "controller/classificacaoController.php";
  5. $c = new ClassificacaoController();
  6. $c->action();
  7. ?>
  8. </body>
  9. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement