diff --git a/htdocs/application/config/stikked.php.dist b/htdocs/application/config/stikked.php.dist index 683f7ee..c8779e9 100644 --- a/htdocs/application/config/stikked.php.dist +++ b/htdocs/application/config/stikked.php.dist @@ -54,6 +54,14 @@ $config['db_prefix'] = ''; */ $config['theme'] = 'default'; +/** + * Display QR code + * + * Whether or not to display the QR code + * +*/ +$config['qr_enabled'] = true; + /** * JavaScript-Editor * diff --git a/htdocs/themes/bootstrap/views/view/view.php b/htdocs/themes/bootstrap/views/view/view.php index f93596f..39f7fc4 100644 --- a/htdocs/themes/bootstrap/views/view/view.php +++ b/htdocs/themes/bootstrap/views/view/view.php @@ -25,7 +25,9 @@ if(isset($insert)){