Update PHP entry point and add project summary documentation

This commit is contained in:
2025-10-24 17:14:01 -05:00
parent df8c75603f
commit a7cfd0fcb5
2 changed files with 45 additions and 5 deletions

View File

@@ -1,8 +1,5 @@
<?php
// Simple PHP entry point that works with HHVM
// Simple PHP file 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';
echo "<p>This is a simple PHP application running on HHVM.</p>";