Skip to content

Instantly share code, notes, and snippets.

@snetty
snetty / gist:97938d415c2c722f7f1bba88f9774a15
Created July 27, 2016 11:00 — forked from GreatPotato/gist:5445303
Gets the security details of a LS installation (including encryption key)
<?php
print_r( Phpr_SecurityFramework::create()->get_config_content() );
?>
<?php
class My_Module extends Core_ModuleBase
{
public function subscribeEvents()
{
Backend::$events->addEvent('shop:onExtendCustomerModel', $this, 'extend_customer_model');
}