<?php/** * Database Updating * * @package LifterLMS/Templates/Admin * * @since 3.4.3 * @deprecated 5.2.0 Template admin/notices/db-updating.php is deprecated with no replacement. * @version 3.4.3 */defined('ABSPATH')||exit;if(!is_admin()){exit;}_deprecated_file(__FILE__,'version');$progress=LLMS_Install::$background_updater->get_progress().'%';?><p><strong><?php_e('LifterLMS database update','lifterlms');?></strong>–<?php_e('Your database is being upgraded in the background.','lifterlms');?></p><p><ahref="https://lifterlms.com/docs/lifterlms-database-updates/"><?php_e('Click here for database update FAQs','lifterlms');?></a></p><divstyle="background:#eee;"><divstyle="background:#ef476f;padding:5px;text-align:right;width:<?phpecho$progress;?>"><?phpecho$progress;?></div></div><p><ahref="<?phpechowp_nonce_url(admin_url('admin.php?page=llms-settings'),'force_db_updates','llms-force-db-update');?>"><?php_e('Taking too long? Click here to run the update now.','lifterlms');?></a></p>