Update htmly.php

This commit is contained in:
danpros 2024-09-10 09:14:10 +07:00
commit c87e249836

View file

@ -2074,6 +2074,9 @@ post('/admin/config/metatags', function () {
}
}
save_config($new_config, $new_Keys);
foreach (glob('cache/widget/*.cache', GLOB_NOSORT) as $file) {
unlink($file);
}
$redir = site_url() . 'admin/config/metatags';
header("location: $redir");
} else {