mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Añadida la libreria datatables editor a third party
This commit is contained in:
12
ci4/app/ThirdParty/DatatablesEditor/composer.php
vendored
Normal file
12
ci4/app/ThirdParty/DatatablesEditor/composer.php
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
/*
|
||||
* This file is included by composer automatically and is used simply
|
||||
* to define a parameter that allows the Editor PHP libraries to load
|
||||
* (they check for this parameter and will exit immediately if not
|
||||
* defined for security).
|
||||
*
|
||||
* This file should NOT be included manually. It is for use by
|
||||
* composer only.
|
||||
*/
|
||||
|
||||
define("DATATABLES", true);
|
||||
Reference in New Issue
Block a user