summaryrefslogtreecommitdiff
path: root/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'config.php')
-rw-r--r--config.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.php b/config.php
index 754a887..5933242 100644
--- a/config.php
+++ b/config.php
@@ -45,6 +45,10 @@ $image_editor = 'gimp';
45// $publishing = 'scribus'; 45// $publishing = 'scribus';
46$publishing = 'scribus'; 46$publishing = 'scribus';
47 47
48// format des dates: EU = européenne 28-11-2022, US = américaine 11/28/2022
49// $date_format = 'EU';
50$date_format = 'EU';
51
48 52
49//$x_terminal = 'xterm'; 53//$x_terminal = 'xterm';
50// -- état actuel du programme -- 54// -- état actuel du programme --