GITLAB

Jonathas / Projeto_Adidas

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • projeto_adidas
  • ProjetoAdidas
  • adm
  • index.php
  • fb5e8e28   Projeto_Adidas Browse Code ยป
    Jonathas
    2018-06-22 11:39:24 -0300  
index.php 179 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
<?php
    require("./config/Config.php");
    $controller = new ConfigController();
    $controller->carregar();

    //$conexao = new ModelsConn();
    //$conexao->getConn();

?>