mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-17 02:31:02 +01:00
Optimizations. Supporting new debug mode + wildcard-style ignores
This commit is contained in:
@@ -158,6 +158,7 @@ class AdminPlugin extends Plugin
|
||||
|
||||
public function onShutdown()
|
||||
{
|
||||
echo '<span style="color:red">system.debugger.shutdown.close_connection = false</span>';
|
||||
if ($this->config->get('plugins.admin.popularity.enabled')) {
|
||||
require_once PLUGINS_DIR . 'admin/classes/popularity.php';
|
||||
$popularity = new Popularity();
|
||||
|
||||
Reference in New Issue
Block a user