mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
create request
This commit is contained in:
parent
8b75ffaea1
commit
1051f669f4
|
@ -18,8 +18,11 @@
|
|||
// along with this program; if not, write to the Free Software
|
||||
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
|
||||
if(!empty($settings->_coreDir))
|
||||
require_once($settings->_coreDir.'/Core.php');
|
||||
else
|
||||
require_once('SeedDMS/Core.php');
|
||||
|
||||
$request = Request::createFromGlobals();
|
||||
|
|
Loading…
Reference in New Issue
Block a user