From: Maxious Date: Sat, 22 Sep 2012 13:28:36 +0000 Subject: amon key X-Git-Url: http://maxious.lambdacomplex.org/git/?p=disclosr.git&a=commitdiff&h=d48bce99314d941eaee5b956c45f511813bcc7c2 --- amon key Former-commit-id: 85870910887ec4079bd331db179c27858a689749 --- --- a/include/common.inc.php +++ b/include/common.inc.php @@ -17,7 +17,7 @@ require $basePath."lib/amon-php/amon.php"; Amon::config(array('address'=> 'http://127.0.0.1:2465', 'protocol' => 'http', - 'secret_key' => "g99127n3lkzigg8ob2rllth97d1pb4sj")); + 'secret_key' => "I2LJ6dOMmlnXgVAkTPFXd5M3ejkga8Gd2FbBt6iqZdw")); Amon::setup_exception_handler(); # Convert a stdClass to an Array. http://www.php.net/manual/en/language.types.object.php#102735