Commit 39408a4814d54bcb44fba5aa5e7bcd65b8fd1703
1 parent
4679ec4a
Exists in
master
and in
110 other branches
info on APACHE_ALIAS
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
php/my_config.template.php
... | ... | @@ -15,7 +15,7 @@ define('DDSERVICE', '{:DDSERVICE:}'); |
15 | 15 | // User apache |
16 | 16 | define('APACHE_USER', '{:APACHE_USER:}'); |
17 | 17 | // Alias for name of AMDA |
18 | -define('APACHE_ALIAS', '{:APACHE_ALIAS:}'); | |
18 | +define('APACHE_ALIAS', '{:APACHE_ALIAS:}'); // APACHE_ALIAS with TWO slashes "/AMDA/" or ONE slash "/" | |
19 | 19 | //email to send errors from AmdaUpdate/AmdaInstall |
20 | 20 | define('email', '{:email:}'); |
21 | 21 | //IHM title |
... | ... |