diff options
Diffstat (limited to 'config.php')
-rw-r--r-- | config.php | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/config.php b/config.php new file mode 100644 index 0000000..c34309d --- /dev/null +++ b/config.php | |||
@@ -0,0 +1,44 @@ | |||
1 | <?php | ||
2 | // config.php | ||
3 | |||
4 | // fichier à modifier soi-même | ||
5 | // les lignes commentées correspondent aux réglages par défaut | ||
6 | |||
7 | $business_name = 'ORDIPOLO'; | ||
8 | |||
9 | // $receipts = '~/ORDIPOLO/Applis_PHP/LaTeX/'; | ||
10 | $receipts = 'LaTeX/'; | ||
11 | |||
12 | // $quotations = '~/ORDIPOLO/Applis_PHP/LaTeX/'; | ||
13 | $quotations = 'LaTeX/'; | ||
14 | |||
15 | // $pub = "~/ORDIPOLO/PUB/"; | ||
16 | $pub = "pub/"; | ||
17 | |||
18 | // $flyer = "flyer.xcf"; | ||
19 | $flyer = "flyer.xcf"; | ||
20 | |||
21 | // $business_card = "carte.sla"; | ||
22 | $business_card = "carte.sla"; | ||
23 | |||
24 | // $envelopes = '~/ORDIPOLO/Applis_PHP/LaTeX/'; | ||
25 | $envelopes = 'LaTeX/'; | ||
26 | |||
27 | // $db_name = "ordipolo"; | ||
28 | $db_name = "ordipolo"; | ||
29 | |||
30 | // $db_place = '~/ORDIPOLO/Appli_PHP/'; | ||
31 | $db_place = ''; | ||
32 | |||
33 | // $image_editor = 'gimp'; | ||
34 | $image_editor = 'gimp'; | ||
35 | |||
36 | // $publishing = 'scribus'; | ||
37 | $publishing = 'scribus'; | ||
38 | |||
39 | // $x_terminal = 'xterm'; | ||
40 | //$x_terminal = 'xterm'; | ||
41 | // les terminaux disponibles sont: xterm... | ||
42 | |||
43 | // vérification des variables | ||
44 | // dans config_check.php | ||