Enhanced File Manager

2025-04-03 23:39:38
Disk Space: 7.56 GB / 24.93 GB (30.34%)

Drag & Drop files here or click to browse

Create New Folder

Create New File

Preview of search-location.php

<?php require_once __DIR__ . '/src/Services/Logger.php'; header('Content-Type: application/json'); // Enable detailed logging function detailed_log($message, $data = null) { $log = date('Y-m-d H:i:s') . " - " . $message; if ($data !== null) { $log .= "\n" . (is_string($data) ? $data : json_encode($data, JSON_PRETTY_PRINT)); } $logFile = '/tmp/mcleod_search_location.log'; file_put_contents($logFile, $log . "\n\n", FILE_APPEND); } try { // Initialize logger $logger = new \Services\Logger(); // API configuration - DEVELOPMENT ENVIRONMENT $username = 'apiuser'; $password = 'apawapiuser'; $company_id = 'TMS'; // USING DEV API as specified in the documentation $api_base_url = 'https://tms-apaw.loadtracking.com:6990/ws'; detailed_log('Search location request params:', $_GET); // IMPROVED PARAMETER HANDLING - Fix for the 500 error and JSON parsing // Initialize sea
Parent Directory
logs
meki
src
templates
RateConProcessor.php
commodity-lookup.php
commodity_codes.txt
composer.json
create-location.php
file_manager.php
get-customer-by-mc.php
index.html
mcleod-editor.js
process-ratecon.php
search-customer.php
search-location.php
send-to-mcleod.php