Files
Myron Blair 3bf7fe7620 Move db.php secrets out of webroot; switch to universal Square account
db.php: replace with a require shim pointing to db-secrets.php outside
public_html (DB password, admin hash, CyberMail key, Square token were all
sitting in a web-reachable file, only protected by .htaccess).

index.html: update the Web Payments SDK App ID/Location ID to the new
unified Square account shared with tomtomgames.com and tomsjavajive.com.
2026-07-05 15:46:25 +00:00

3 lines
57 B
PHP

<?php
require_once dirname(__DIR__) . "/db-secrets.php";