From 156bcf867579f0b3d78bc2973fb920e05cd896d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Arag=C3=B3n?= Date: Thu, 8 Nov 2018 16:33:19 -0500 Subject: [PATCH] adding configuration parameter to activate view with ViewerJS PDF LP - refs BT#15044 --- main/install/configuration.dist.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main/install/configuration.dist.php b/main/install/configuration.dist.php index 527c48b9b36..2de32645915 100755 --- a/main/install/configuration.dist.php +++ b/main/install/configuration.dist.php @@ -1021,3 +1021,6 @@ // You need add a new option called "confirmation" to the registration settings //INSERT INTO settings_options (variable, value, display_text) VALUES ('allow_registration', 'confirmation', 'MailConfirmation'); // ------ (End) Custom DB changes + +// Activate the view with ViewerJS for PDF files within the lessons for IPad and IPhone +// $_configuration['allow_pdf_viewerjs_in_lp'] = false; \ No newline at end of file