1
0
This commit is contained in:
2022-09-29 17:03:12 +02:00
parent 546f186748
commit 2f9d84e299
3 changed files with 2 additions and 5 deletions

View File

@ -14,9 +14,6 @@ error_reporting(E_ALL);
date_default_timezone_set("Europe/Paris");
$base_path = "/var/www/html";
set_include_path(get_include_path() . ':' .$base_path . '/vote/include');
set_include_path(get_include_path() . ':' .$base_path . '/css');
set_include_path(get_include_path() . ':' .$base_path . '/font-awesome');
set_include_path(get_include_path() . ':' .$base_path . '/img');
set_include_path(get_include_path() . ':' .$base_path . '/js');
?>