debug
This commit is contained in:
parent
546f186748
commit
2f9d84e299
@ -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">
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -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');
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user