mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 05:31:42 +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
|
// along with this program; if not, write to the Free Software
|
||||||
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
|
|
||||||
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
|
|
||||||
if(!empty($settings->_coreDir))
|
if(!empty($settings->_coreDir))
|
||||||
require_once($settings->_coreDir.'/Core.php');
|
require_once($settings->_coreDir.'/Core.php');
|
||||||
else
|
else
|
||||||
require_once('SeedDMS/Core.php');
|
require_once('SeedDMS/Core.php');
|
||||||
|
|
||||||
|
$request = Request::createFromGlobals();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user