/**
  * Enforce singleton.
  */
 protected function __construct()
 {
     parent::__construct();
     global $dg_options;
     $this->uid = $dg_options['thumber-co']['uid'];
     $this->userSecret = $dg_options['thumber-co']['secret'];
     $this->thumberUserAgent = 'Document Gallery Thumber Client 1.0 (PHP ' . phpversion() . '; ' . php_uname() . ')';
 }