X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=inc%2Fconfig.php;h=1e055f74213b66bf7eb4f72157fb1aea40455f4a;hp=1cf6715e1aeca74c687203a67ae97fc2c01fbe6e;hb=1cf250f18e86026eb4ef799fd85dec8e54686f61;hpb=db9ac705602e78e31ad8f58e2142ec0c14eadea9 diff --git a/inc/config.php b/inc/config.php index 1cf6715..1e055f7 100644 --- a/inc/config.php +++ b/inc/config.php @@ -281,5 +281,8 @@ $cfg->setConfigEntry('db_update_primary_forced', "Y"); // CFG: GERMAN-DATE-TIME $cfg->setConfigEntry('german_date_time', "%3\$s.%2\$s.%1\$s, %4\$s:%5\$s:%6\$s"); +// CFG: PRODUCT-INSTALL-MODE +$cfg->setConfigEntry('product_install_mode', "debug"); + // [EOF] ?>