pv_project/site/include/entete.php
2025-07-17 10:15:19 +02:00

6 lines
109 B
PHP

<?php
session_start();
//header( 'content-type: text/html; charset=utf-8' );
ini_set('display_errors',1);
?>