This commit is contained in:
gcch 2025-11-12 16:23:06 +01:00
commit e05e9553f5
1250 changed files with 23379 additions and 147730 deletions

View file

@ -1,9 +1,9 @@
<?php
<?php declare(strict_types=1);
require_once 'web/wp/wp-load.php';
ini_set('max_execution_time', 3600);
set_time_limit(3600);
ini_set('max_execution_time', 3_600);
set_time_limit(3_600);
$pdo = new PDO('mysql:dbname=haiku_atelier;host=localhost', 'haiku_utilisateur', 'spNFx5EAYwvF7o7XFMjiHpNPYJimDtmKWv');