// Set hashed admin addresses here; used in /php/include.php // Generate a hash with: echo hash( 'sha256', 'your.ip.here' ); $admin_address_hashes = [ '73.148.25.187', // me ];