Compare commits

...

2 Commits

Author SHA1 Message Date
77d482c5dc Merge branch 'main' of https://gitea.lyc-lecastel.fr/pierre.renaudot/AP44 2024-01-18 10:24:13 +01:00
1a78fb2726 bug 2024-01-18 10:23:49 +01:00
2 changed files with 3 additions and 4 deletions

View File

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

View File

@ -1,6 +1,8 @@
<?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');
@ -39,9 +41,7 @@ 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,