mirror of
https://github.com/DataTables/DataTables.git
synced 2024-11-28 10:24:10 +01:00
Added Comment
changed the comment for removing pdo.php in local or production environment
This commit is contained in:
parent
277feb0075
commit
bbbb276569
@ -1 +1 @@
|
||||
b3337a076f8e3eaa12752ef1e300597b95230fc7
|
||||
6776ef92435225391569648f1c84eb456f2edd9d
|
||||
|
@ -16,7 +16,7 @@
|
||||
*/
|
||||
|
||||
|
||||
// REMOVE THIS BLOCK - used for DataTables test environment only!
|
||||
// Please Remove below 4 lines as this is use in Datatatables test environment for your local or live environment please remove it or else it will not work
|
||||
$file = $_SERVER['DOCUMENT_ROOT'].'/datatables/pdo.php';
|
||||
if ( is_file( $file ) ) {
|
||||
include( $file );
|
||||
|
Loading…
Reference in New Issue
Block a user