v1.0.1 - Referral system, dynamic payments, full audit log, UI improvements

This commit is contained in:
2026-05-10 14:50:05 -05:00
parent c70027f8fc
commit 43c3416625
3 changed files with 115 additions and 172 deletions
+22 -3
View File
@@ -1,5 +1,24 @@
includes/config.php
public_html/create_admin.php
*.log
# OS
.DS_Store
Thumbs.db
# Build artifacts
*.zip
# Test/debug files (never commit these)
public_html/test*.php
public_html/test_login.php
public_html/sgtest.php
# PHP vendor (too large, install via composer)
vendor/
# Sensitive - config has real keys, never commit to public repo
# includes/config.php # Keep commented - it IS committed (private repo only)
# Logs
*.log
# Editor
.vscode/
.idea/