From 0518178a4783db3b02ad261f47978f626f00a6be Mon Sep 17 00:00:00 2001 From: alexveebee Date: Thu, 1 May 2025 15:08:46 +0000 Subject: [PATCH] fix typo --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index 284fa8ad..3996d99c 100644 --- a/inc/config.php +++ b/inc/config.php @@ -203,7 +203,7 @@ // Used for communicating with Javascript; telling it when posts were successful. $config['cookies']['js'] = 'serv'; - // Cooakies path. Defaults to $config['root']. If $config['root'] is a URL, you need to set this. Should + // Cookies path. Defaults to $config['root']. If $config['root'] is a URL, you need to set this. Should // be '/' or '/board/', depending on your installation. // $config['cookies']['path'] = '/'; // Where to set the 'path' parameter to $config['cookies']['path'] when creating cookies. Recommended.