do not make get_meta_informations silent - accidently pulled from Arun
[phpfspot.git] / phpfspot_cfg.php.dist
index 4eb5894fe4de1d04809f813972379204b0279ee8..3793c541414d7da39735a62937a24e3a4090a2fa 100644 (file)
@@ -116,6 +116,9 @@ class PHPFSPOT_CFG {
    /* path to dcraw to decode Nikon's NEF format */
    // var $dcraw_bin = "/usr/bin/dcraw";
 
+   /* user friendly URLs */
+   var $user_friendly_url = false;
+
    public function __construct()
    {