change phpmail + smarty directory to controller
This commit is contained in:
parent
712a91384e
commit
205c2890b5
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?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'])) {
|
if (isset($_COOKIE['username']) && isset($_COOKIE['pass'])) {
|
||||||
require "controller/ConnexionBDD.php";
|
require "controller/ConnexionBDD.php";
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user