do not include SeedDMS/Preview.php anymore because it is included in inc.FulltextInit.php already

This commit is contained in:
Uwe Steinmann 2023-01-22 19:16:38 +01:00
parent c56a92b395
commit 335c7bbf98
5 changed files with 0 additions and 35 deletions

View File

@ -30,11 +30,6 @@ include("../inc/inc.ClassUI.php");
include("../inc/inc.ClassController.php");
//include("../inc/inc.BasicAuthentication.php");
/**
* Include class to preview documents
*/
require_once("SeedDMS/Preview.php");
if(empty($_GET['hash']))
exit;

View File

@ -32,11 +32,6 @@ require_once("inc/inc.Authentication.php");
require_once("../views/".$theme."/trait.TransmittalUpdateButton.php");
require_once("../views/".$theme."/trait.TransmittalDeleteButton.php");
/**
* Include class to preview documents
*/
require_once("SeedDMS/Preview.php");
$isajax = isset($_GET['action']) && ($_GET['action'] == 'items' || $_GET['action'] == 'form');
$tmp = explode('.', basename($_SERVER['SCRIPT_FILENAME']));
$view = UI::factory($theme, $tmp[1], array('dms'=>$dms, 'user'=>$user));

View File

@ -13,16 +13,6 @@
* @version Release: @package_version@
*/
/**
* Include parent class
*/
//require_once("class.Bootstrap.php");
/**
* Include class to preview documents
*/
require_once("SeedDMS/Preview.php");
/**
* Class which outputs the html page for ReceiptSummary view
*

View File

@ -13,16 +13,6 @@
* @version Release: @package_version@
*/
/**
* Include parent class
*/
//require_once("class.Bootstrap.php");
/**
* Include class to preview documents
*/
require_once("SeedDMS/Preview.php");
/**
* Class which outputs the html page for ReviewSummary view
*

View File

@ -20,11 +20,6 @@ require_once("vendor/autoload.php");
use \FeedWriter\RSS2;
/**
* Include class to preview documents
*/
require_once("SeedDMS/Preview.php");
/**
* Class which outputs the html page for UserList view
*