From 887f8be3fa87cd98d630881acba76af21c75f79d Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Fri, 8 Sep 2023 04:37:55 +0200 Subject: [PATCH] Update doc/ADMIN.md Ok Co-authored-by: Alexandre Aubin --- doc/ADMIN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ADMIN.md b/doc/ADMIN.md index 3d98559..7b6bf2e 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -1,5 +1,5 @@ ## Custom configurations -If you wish, you can add personal costum configurations by editing the `/var/www/paheko/config.local.user.php` file. To see the possibilities, you can read the `/var/www/paheko/config.dist.php` file first. +If you wish, you can add personal costum configurations by editing the `__INSTALL_DIR__/config.local.user.php` file. To see the possibilities, you can read the `__INSTALL_DIR__/config.dist.php` file first.