1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-02-20 18:54:15 +01:00

Dev: Changing name of dev include file for consistency with Editor

This commit is contained in:
Allan Jardine 2017-08-31 14:49:55 +01:00
parent d894dc7fbc
commit 2f2629433d
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
aa849bd98f730afa8b1bd42f78759863e94c9d1a
21e6d0082a771ef6fa543ecf21d72fe58a2b36e3

View File

@ -17,7 +17,7 @@
// REMOVE THIS BLOCK - used for DataTables test environment only!
$file = $_SERVER['DOCUMENT_ROOT'].'/datatables/mysql.php';
$file = $_SERVER['DOCUMENT_ROOT'].'/datatables/pdo.php';
if ( is_file( $file ) ) {
include( $file );
}