getMessage(); exit(1); } } else { try { if(!file_exists($enc_env) || (!file_exists($enc_key))) { throw new Exception("Application Environment Variables Not Available..!"); } } catch(Exception $e) { header('HTTP/1.1 503 Service Unavailable.', TRUE, 503); echo $e->getMessage(); exit(1); } } (new SecureEnvPHP())->parse($enc_env,$enc_key); // echo getenv('GOOGLE_STATIC_MAP_API_KEY'); ?>