summaryrefslogtreecommitdiff
path: root/src/Config.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Config.php')
-rw-r--r--src/Config.php6
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?