Move commands and downloads pages into database

Available under "Pages" in Admin Panel
This commit is contained in:
tobi132
2019-12-03 05:18:48 +01:00
parent ba1d52d6dd
commit bc3fd61bde
8 changed files with 43 additions and 229 deletions

View File

@@ -89,6 +89,9 @@ if(!databaseMigration20($content)) {
// add z_polls tables
require_once SYSTEM . 'migrations/22.php';
// add myaac_pages pages
require_once SYSTEM . 'migrations/27.php';
$locale['step_finish_desc'] = str_replace('$ADMIN_PANEL$', generateLink(str_replace('tools/', '',ADMIN_URL), $locale['step_finish_admin_panel'], true), $locale['step_finish_desc']);
$locale['step_finish_desc'] = str_replace('$HOMEPAGE$', generateLink(str_replace('tools/', '', BASE_URL), $locale['step_finish_homepage'], true), $locale['step_finish_desc']);
$locale['step_finish_desc'] = str_replace('$LINK$', generateLink('https://my-aac.org', 'https://my-aac.org', true), $locale['step_finish_desc']);