function run_admin_command_palette()
{
    global $ACP;
    $ACP = new ACP();
    $ACP->run();
}