View file PF.Site/Apps/core/hooks/admincp.component_controller_controller_apps_end.php

File size: 180B
<?php

foreach ($allApps as $key => $app) {
    if ($app instanceof Core\App\Object) {
        if ($app->id == 'PHPfox_Core') {
            unset($allApps[$key]);
        }
    }
}