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