Ignore:
Timestamp:
Feb 17, 2021, 9:27:32 PM (3 years ago)
Author:
chronos
Message:
  • Added: Documents section accessible from users panel.
  • Added: Contract model moved to separate module Contract.
  • Added: New action to generate PDF from Contract.
  • Fixed: Allow users to download files only by hash instead of direct id.
  • Added: Support for SHA1 as allowed mysql function.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/Common/Common.php

    r899 r901  
    2727include_once(dirname(__FILE__).'/BigInt.php');
    2828include_once(dirname(__FILE__).'/Int128.php');
     29include_once(dirname(__FILE__).'/Pdf.php');
    2930include_once(dirname(__FILE__).'/Modules/Setup.php');
    3031include_once(dirname(__FILE__).'/Modules/ModuleManager.php');
Note: See TracChangeset for help on using the changeset viewer.