DasIst0 Posted August 20, 2021 Share Posted August 20, 2021 Может есть плагин чистить кеш не заходя в админку? Через адресную строку например. У меня вероятно из-за темы приходиться часто производить эти манипуляции. Quote Link to comment Share on other sites More sharing options...
zxcoikio Posted August 20, 2021 Share Posted August 20, 2021 <?php require_once 'init.php'; /* Clear JS Maps first */ \IPS\Output::clearJsFiles(); /* Reset theme maps to make sure bad data hasn't been cached by visits mid-setup */ foreach( \IPS\Theme::themes() as $id => $set ) { /* Update mappings */ $set->css_map = array(); $set->save(); } \IPS\Data\Store::i()->clearAll(); \IPS\Data\Cache::i()->clearAll(); ?> DasIst0 and totoshka 1 1 Quote Link to comment Share on other sites More sharing options...
DasIst0 Posted August 20, 2021 Author Share Posted August 20, 2021 Спасибо, попробую. А как это в CronTab реализовать? Quote Link to comment Share on other sites More sharing options...
by_ix Posted August 20, 2021 Share Posted August 20, 2021 как и всегда. ссылку с путём до файла засовываешь в крон и всё. мб от самих панелей ещё будет зависеть, что вставить перед ссылкой. но везде есть вики с примером. DasIst0 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.