/**
  * Set the license key, usually called in mysite/_config.
  * 
  * @param String $key License key
  */
 public static function set_license_key($key)
 {
     self::$license_key = $key;
 }