amon key
[disclosr.git] / include / common.inc.php
blob:a/include/common.inc.php -> blob:b/include/common.inc.php
--- 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