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

View File

@ -12,7 +12,7 @@
<title>Lyon Association Libre Informatique Solidaire</title> <title>Lyon Association Libre Informatique Solidaire</title>
<!-- Custom CSS --> <!-- Custom CSS -->
<link href="../css/freelancer.css" rel="stylesheet"> <link href="freelancer.css" rel="stylesheet">
<!-- Custom Fonts > <!-- Custom Fonts >
<link href="../font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href="../font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">

View File

@ -12,7 +12,7 @@
<title>Lyon Association Libre Informatique Solidaire</title> <title>Lyon Association Libre Informatique Solidaire</title>
<!-- Custom CSS --> <!-- Custom CSS -->
<link href="freelancer.css" rel="stylesheet"> <link href="../css/freelancer.css" rel="stylesheet">
</head> </head>

View File

@ -14,9 +14,6 @@ error_reporting(E_ALL);
date_default_timezone_set("Europe/Paris"); date_default_timezone_set("Europe/Paris");
$base_path = "/var/www/html"; $base_path = "/var/www/html";
set_include_path(get_include_path() . ':' .$base_path . '/vote/include'); 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'); set_include_path(get_include_path() . ':' .$base_path . '/js');
?> ?>