get strictformcheck from view

This commit is contained in:
Uwe Steinmann 2016-03-18 17:04:56 +01:00
parent 513ed0c4e1
commit 3d0d874caa

View File

@ -32,6 +32,7 @@ require_once("class.Bootstrap.php");
class SeedDMS_View_AddDocument extends SeedDMS_Bootstrap_Style {
function js() { /* {{{ */
$strictformcheck = $this->params['strictformcheck'];
$dropfolderdir = $this->params['dropfolderdir'];
header('Content-Type: application/javascript; charset=UTF-8');
?>