Admin panel revamp and simple menu builder

This commit is contained in:
danpros 2021-02-18 14:08:51 +07:00
commit d1f7d279bd
51 changed files with 2946 additions and 1671 deletions

View file

@ -5,10 +5,6 @@ $draft = array();
$files = glob('content/*/blog/*.md', GLOB_NOSORT);
$draft = glob('content/*/draft/*.md', GLOB_NOSORT);
if (!empty($files) || !empty($draft)) {
migrate_old_content();
}
rebuilt_cache('all');
foreach (glob('cache/page/*.cache', GLOB_NOSORT) as $file) {