diff options
Diffstat (limited to 'include/functions_cookie.inc.php')
-rw-r--r-- | include/functions_cookie.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/functions_cookie.inc.php b/include/functions_cookie.inc.php index cbb7c51bb..159a5b538 100644 --- a/include/functions_cookie.inc.php +++ b/include/functions_cookie.inc.php @@ -21,8 +21,8 @@ // | USA. | // +-----------------------------------------------------------------------+ -// cookie_path returns the path to use for the PhpWebGallery cookie. -// If PhpWebGallery is installed on : +// cookie_path returns the path to use for the Piwigo cookie. +// If Piwigo is installed on : // http://domain.org/meeting/gallery/category.php // cookie_path will return : "/meeting/gallery" function cookie_path() |