mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
do not include SeedDMS/Preview.php anymore because it is included in inc.FulltextInit.php already
This commit is contained in:
parent
c56a92b395
commit
335c7bbf98
|
@ -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;
|
||||
|
||||
|
|
|
@ -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));
|
||||
|
|
|
@ -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
|
||||
*
|
||||
|
|
|
@ -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
|
||||
*
|
||||
|
|
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue
Block a user