Update ajax_table.php

This commit is contained in:
pblasquez
2016-02-04 18:09:47 -08:00
parent e397860257
commit ab6a608bdb

View File

@@ -36,6 +36,7 @@ $response = array();
if (isset($id)) {
if (file_exists("includes/table/$id.inc.php")) {
header('Content-type: application/json');
include_once "includes/table/$id.inc.php";
}
}