diff options
| author | polo <ordipolo@gmx.fr> | 2023-02-25 02:27:22 +0100 |
|---|---|---|
| committer | polo <ordipolo@gmx.fr> | 2023-02-25 02:27:22 +0100 |
| commit | 9d8133643773912d54fb0c7d86ef04e6acffa8c9 (patch) | |
| tree | 8048a9eeded086e9e9c00ce0a68b9454c171d085 /src/Config.php | |
| parent | 209c0b93c529356a094d7133a717e8f6ee6d90c6 (diff) | |
| download | AppliGestionPHP-9d8133643773912d54fb0c7d86ef04e6acffa8c9.tar.gz AppliGestionPHP-9d8133643773912d54fb0c7d86ef04e6acffa8c9.tar.bz2 AppliGestionPHP-9d8133643773912d54fb0c7d86ef04e6acffa8c9.zip | |
lire tables, modifications BDD, création documents et enveloppes latex, suppression de traits.php
Diffstat (limited to 'src/Config.php')
| -rw-r--r-- | src/Config.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Config.php b/src/Config.php index 396b588..1557705 100644 --- a/src/Config.php +++ b/src/Config.php | |||
| @@ -5,6 +5,10 @@ class Config | |||
| 5 | { | 5 | { |
| 6 | // valeurs par défaut au cas où | 6 | // valeurs par défaut au cas où |
| 7 | static public $business_name = 'ORDIPOLO'; | 7 | static public $business_name = 'ORDIPOLO'; |
| 8 | static public $business_guy = 'Paul Jusot'; | ||
| 9 | static public $business_address = "2A rue de l'île de Man"; | ||
| 10 | static public $business_postcode = '29000'; | ||
| 11 | static public $business_city = 'Quimper'; | ||
| 8 | static public $db_name = "ordipolo"; | 12 | static public $db_name = "ordipolo"; |
| 9 | static public $db_path = '../data/'; | 13 | static public $db_path = '../data/'; |
| 10 | static public $latex_path = '../data/latex/'; | 14 | static public $latex_path = '../data/latex/'; |
| @@ -107,7 +111,7 @@ class Config | |||
| 107 | } | 111 | } |
| 108 | 112 | ||
| 109 | // à faire plus tard | 113 | // à faire plus tard |
| 110 | // transformer les chemins pour qu'ils soient relatif au dossier 'src' où s'exécute le programme | 114 | // transformer les chemins pour qu'ils soient relatifs au dossier 'src' où s'exécute le programme |
| 111 | static private function adjustRelativePath($input) | 115 | static private function adjustRelativePath($input) |
| 112 | { | 116 | { |
| 113 | // chemin windows? | 117 | // chemin windows? |
