Test de déploiment
continuous-integration/drone/push Build is passing Details

ServeurDeTest
Noé GARNIER 2 years ago
parent c67f58274b
commit 720e572baa

@ -1,6 +1,6 @@
<?php <?php
//préfixe //préfixe
$rep = './'; $rep = __DIR__ . '/../';
//BD //BD
$dsn = 'mysql:host=londres.uca.local; dbname=dbnogarnier1'; $dsn = 'mysql:host=londres.uca.local; dbname=dbnogarnier1';

@ -1,5 +1,4 @@
<?php <?php
use Vtiful\Kernel\Excel;
class Controller class Controller
{ {
@ -12,7 +11,7 @@ class Controller
$this->con=$con; $this->con=$con;
session_start(); session_start();
try{ try{
echo "control"; echo "controller";
global $rep, $vues, $error; global $rep, $vues, $error;
$action=$_REQUEST['action']; $action=$_REQUEST['action'];
switch($action) { switch($action) {

Loading…
Cancel
Save