mirror of
https://github.com/danpros/htmly.git
synced 2026-04-18 03:26:20 +05:30
Update htmly.php
This commit is contained in:
parent
a18d234bc2
commit
c87e249836
1 changed files with 3 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue