From 9d8133643773912d54fb0c7d86ef04e6acffa8c9 Mon Sep 17 00:00:00 2001 From: polo Date: Sat, 25 Feb 2023 02:27:22 +0100 Subject: =?UTF-8?q?lire=20tables,=20modifications=20BDD,=20cr=C3=A9ation?= =?UTF-8?q?=20documents=20et=20enveloppes=20latex,=20suppression=20de=20tr?= =?UTF-8?q?aits.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Config.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/Config.php') 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 { // valeurs par défaut au cas où static public $business_name = 'ORDIPOLO'; + static public $business_guy = 'Paul Jusot'; + static public $business_address = "2A rue de l'île de Man"; + static public $business_postcode = '29000'; + static public $business_city = 'Quimper'; static public $db_name = "ordipolo"; static public $db_path = '../data/'; static public $latex_path = '../data/latex/'; @@ -107,7 +111,7 @@ class Config } // à faire plus tard - // transformer les chemins pour qu'ils soient relatif au dossier 'src' où s'exécute le programme + // transformer les chemins pour qu'ils soient relatifs au dossier 'src' où s'exécute le programme static private function adjustRelativePath($input) { // chemin windows? -- cgit v1.2.3