1 2 3 4
static public function invoke($hook) {
$packages = array();
$results = array();
...
1 2 3 4
<?php // Eval encoded file decrypter // V 1 - 01/26/2008 ...
PHP Eval encoded file decoder
by ellisgl.myopenid.com,
January 26, 2008 17:08,
38 refactorings, tagged with php, decode, encrypted, eval
I was having an issue with ...
Hey guys, I should have rea...