60a2bbec44
git-svn-id: http://piwigo.org/svn/trunk@15805 68402e56-0260-453c-a942-63ccdbb3a9ee
12 lines
266 B
PHP
12 lines
266 B
PHP
<?php
|
|
if (! defined('MULTIVIEW_CONTROLLER') )
|
|
{
|
|
if (pwg_get_session_var( 'purge_template', 0 ))
|
|
{
|
|
global $template;
|
|
$template->delete_compiled_templates();
|
|
FileCombiner::clear_combined_files();
|
|
pwg_unset_session_var( 'purge_template' );
|
|
}
|
|
}
|
|
?>
|