change phpmail + smarty directory to controller

This commit is contained in:
Louis DUMONT 2022-03-30 09:40:33 +02:00
parent 712a91384e
commit 205c2890b5
463 changed files with 78 additions and 5 deletions

View File

@ -1,6 +1,6 @@
<?php
include_once("./assets/vendors/smarty/libs/Smarty.class.php");
include_once("controller/smarty/libs/Smarty.class.php");
if (isset($_COOKIE['username']) && isset($_COOKIE['pass'])) {
require "controller/ConnexionBDD.php";

Some files were not shown because too many files have changed in this diff Show More