Initial commit

This commit is contained in:
2021-03-23 13:54:38 +01:00
commit 82b142ff95
16941 changed files with 2617212 additions and 0 deletions

13
cache/prod/PropelConfig.php vendored Normal file
View File

@@ -0,0 +1,13 @@
<?php return array (
'dsn' => 'mysql:host=localhost;dbname=clients2_thel810;port=3306',
'user' => 'clients2_thel810',
'password' => '79SF)1RK(p',
'classname' => '\\Propel\\Runtime\\Connection\\ConnectionWrapper',
'options' =>
array (
1002 =>
array (
'value' => 'SET NAMES \'UTF8\'',
),
),
);