mirror of
https://github.com/myronblair/parkerslingshotrentals
synced 2026-07-27 16:42:32 -05:00
3bf7fe7620
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.
3 lines
57 B
PHP
3 lines
57 B
PHP
<?php
|
|
require_once dirname(__DIR__) . "/db-secrets.php";
|