summaryrefslogtreecommitdiffstats
path: root/phpfspot_cfg.php.dist
diff options
context:
space:
mode:
Diffstat (limited to 'phpfspot_cfg.php.dist')
-rw-r--r--phpfspot_cfg.php.dist3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpfspot_cfg.php.dist b/phpfspot_cfg.php.dist
index 4eb5894..3793c54 100644
--- a/phpfspot_cfg.php.dist
+++ b/phpfspot_cfg.php.dist
@@ -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()
{