Compare commits

..

No commits in common. "77d482c5dcf73be7bdeace814b61a4cdbaca7658" and "865134080ee2a145d99c9273d0c9c1c3a98b5c68" have entirely different histories.

2 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,5 @@
<?php
$_SESSION["typeU"] = "comptable";
require_once(__DIR__ . '/../Class/class.gestionFiche.php');
$gestionFiche = new Class_gestionFiche($pdo);

View File

@ -1,8 +1,6 @@
<?php
/**
* sudo date --set "YYYY-MM-DD HH:MM:SS"
* sudo apt install php8.2-intl
* sudo service apache2 restart
*/
require_once(__DIR__ . '/../Class/class.newFiche.php');
@ -41,7 +39,9 @@ if (isset($_GET['currentList'])) {
//Date du header en français
try {
//sudo timedatectl set-local-rtc 1
//sudo apt install php8.2-intl
//sudo service apache2 restart
$format = new IntlDateFormatter(
'fr_FR',
IntlDateFormatter::FULL,