mirror of
https://github.com/DataTables/DataTables.git
synced 2026-01-10 06:47:54 -05:00
Added Comment
changed the comment for removing pdo.php in local or production environment
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user