Files
MOHPortalTest-AllAgents-All…/qwen/hack/public/index.php
2025-10-24 17:06:14 -05:00

8 lines
253 B
PHP

<?php
// Simple PHP entry point that works with HHVM
echo "<h1>Welcome to MerchantsOfHope.org</h1>";
echo "<p>This is a simple PHP application running on HHVM.</p>";
// Include the main application logic if needed
// require_once __DIR__ . '/app.php';