litespeedtech / lscache-opencart

GNU General Public License v3.0
26 stars 23 forks source link

/admin/model/extension/module/lscache.php information/contact include or exclude?!?! #14

Open AndreyPopovNew opened 4 years ago

AndreyPopovNew commented 4 years ago

at file 3.0/upload/admin/model/extension/module/lscache.php

line 239: $this->db->query(" insert into " . DB_PREFIX . "setting (store_id, code, key, value, serialized) values ('0', 'module_lscache', 'page_information_contact', '{\"name\":\"Contact Us\",\"route\":\"information\/contact\",\"cacheLogout\":\"1\",\"cacheLogin\":\"1\", \"default\":\"1\"}', '1')" ) ;

information/contact include to LSCache

but at line 277: $excludeRoutes = array( ...... 'information/contact', ......

information/contact excluded from routes that cached.