Jump to content

Featured Replies

Posted

Может есть плагин чистить кеш не заходя в админку? Через адресную строку например.

У меня вероятно из-за темы приходиться часто производить эти манипуляции.

<?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();

?>

 

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.

Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.