Skip to content

Instantly share code, notes, and snippets.

View KB1RMA's full-sized avatar

Christopher Snyder KB1RMA

  • Liberty Mutual
  • Newburyport, MA
  • X @kb1rma
View GitHub Profile
@GreatPotato
GreatPotato / gist:5445303
Last active July 27, 2016 11:00
Gets the security details of a LS installation (including encryption key)
<?php
print_r( Phpr_SecurityFramework::create()->get_config_content() );
?>