Skip to content

Instantly share code, notes, and snippets.

View malachany's full-sized avatar
☁️
Building all things cloud!

Jerry Warren malachany

☁️
Building all things cloud!
View GitHub Profile

Keybase proof

I hereby claim:

  • I am malachany on github.
  • I am forgedconcepts (https://keybase.io/forgedconcepts) on keybase.
  • I have a public key whose fingerprint is 2CEB 4B58 CC62 066E 7982 720E 3A96 71D2 155A 993D

To claim this, I am signing this object:

### Keybase proof
I hereby claim:
* I am malachany on github.
* I am malachany (https://keybase.io/malachany) on keybase.
* I have a public key ASBbrvmSrDO_SDlZlBPGTlCIpfUs_KMXPie8QVLIWXg36Ao
To claim this, I am signing this object:
@malachany
malachany / Ssl.php
Created May 13, 2011 05:42
SSL Redirect Custom Zend Framework Plugin
<?
/**
* SSL Redirect Custom Controller Plugin
*
* This plugin will allow you to redirect your users between https:// and
* http:// and vice versa. All you have to do is add the plugin to your
* stack and add what modules, controllers, and actions you want to have
* SSL and thats it.
*
*