pv_project/site/include/entete.php

6 lines
109 B
PHP
Raw Permalink Normal View History

2025-07-17 08:15:19 +00:00
<?php
session_start();
//header( 'content-type: text/html; charset=utf-8' );
ini_set('display_errors',1);
?>