Add option to not use URL rewriting

This commit is contained in:
Bernd Bestel
2018-06-15 20:50:40 +02:00
parent 02b6c3b721
commit 0954b5a741
16 changed files with 68 additions and 55 deletions

View File

@@ -20,3 +20,7 @@ define('BASE_URL', '/');
# must be the filename without .php extension and must be located in /data/plugins,
# see /data/plugins/DemoBarcodeLookupPlugin.php for an example implementation
define('STOCK_BARCODE_LOOKUP_PLUGIN', 'DemoBarcodeLookupPlugin');
# If, however, your webserver does not support URL rewriting,
# set this to true
define('DISABLE_URL_REWRITING', false);