<?php
// by 1uffakind
// BIM/cfg/imgdo.inc
//////////////////////////////////////////////////////////////////////////////////////////////////////////
// define cfg and fields to override built in values in base class
// if this file exists, it will be used
// this is inited, not part of static defs
// so dynamic values are valid!
// custom config is BIM/cfg/imgdo.inc
static::
$config['ddir'] =
'pix_data';
if ( property_exists($this, 'cfg') )
static::
$cfg['ddir'] =
'pix_data';
?>