From 27b12c4136bc7a28fb0b70ddb1d0efbb5e70860c Mon Sep 17 00:00:00 2001 From: Unick Soft Date: Sun, 19 May 2019 20:52:17 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91a2404..ac6fa9c 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Server side: 1. Download repository to local website folder. It should be placed into root of domen. It can work wrong from subdirectory. 2. Change access rights of directory /tmp. PHP scripts need to create and modify files inside it. 3. Run file from browser: /script/merge.php. It merges all js files into one /script/example.js. -4. Run file from browser: /cgi-bin/getPluginsList.php. It creates file with list of plug-ins. Just optimization. +4. Run file from browser: /cgi-bin/getPluginsList.php?reset. It creates file with list of plug-ins. Just optimization. 5. Change default root password in file: /core/config/admin_sector.php ``` $g_config['admin_sector']['def_pwd'] = 'rootPass';