Guest User

Untitled

a guest
Jun 24th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.29 KB | None | 0 0
  1. <?php
  2.    //inclui as funções criadas
  3.    include_once('lib/router.php');
  4.  
  5.   //aqui de conexão
  6.   include_once('lib/conexao.php')
  7.    
  8. ?>
  9. <!DOCTYPE HTML>
  10. <html lang="en-US">
  11. <head>
  12.     <meta charset="UTF-8">
  13.     <title></title>
  14. </head>
  15. <body>
  16.     <?php getIncludePage();?>
  17. </body>
  18. </html>
Add Comment
Please, Sign In to add comment