diff --git a/admin/NoidLib/custom/MysqlArkDB.php b/admin/NoidLib/custom/MysqlArkDB.php index 295130f..ebd42b8 100644 --- a/admin/NoidLib/custom/MysqlArkDB.php +++ b/admin/NoidLib/custom/MysqlArkDB.php @@ -81,7 +81,7 @@ public function open($name, $mode) } // Optimize the table for better performance. - $this->handle->query("OPTIMIZE TABLE `" . $this->db_name . "`"); + //$this->handle->query("OPTIMIZE TABLE `" . $this->db_name . "`"); return $this->handle; } diff --git a/admin/admin.php b/admin/admin.php index 12f0357..a2f3888 100644 --- a/admin/admin.php +++ b/admin/admin.php @@ -1057,6 +1057,62 @@ function onChangeTerms(value) + +
+