1
0
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:
Allan Jardine 2019-11-20 10:16:13 +00:00
parent 277feb0075
commit bbbb276569
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
b3337a076f8e3eaa12752ef1e300597b95230fc7
6776ef92435225391569648f1c84eb456f2edd9d

View File

@ -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 );