From 28b3d2ae710a1bca1026f91d2ed49cb705556839 Mon Sep 17 00:00:00 2001 From: desertwitch <24509509+desertwitch@users.noreply.github.com> Date: Wed, 21 Aug 2024 12:02:09 +0200 Subject: [PATCH] update.php: clarify documentation comment --- emhttp/update.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emhttp/update.php b/emhttp/update.php index 14b6da724..7898e0c9f 100644 --- a/emhttp/update.php +++ b/emhttp/update.php @@ -26,8 +26,8 @@ * If omitted, then it's just a flat ini file without sections. * * #default : If present, then the default values will be restored instead (from 'default.cfg'). - * #defaultfile : If present in combination with #default, a custom defaults file - * relative to the document root is read (instead of 'default.cfg'). + * #defaultfile : If present in combination with #default, a custom defaults file relative to the + * plugin's document root will be restored instead (and not that 'default.cfg' file). * * #include : Specifies name of an include file to read and execute in before saving the file contents. * #cleanup : If present then parameters with empty strings are omitted from being written to the file.