芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/www/wp-content/plugins/fluent-smtp/app/Services/DB/QueryBuilder/Transaction.php
db->query('COMMIT'); throw new TransactionHaltException(); } /** * Rollback the database changes */ public function rollback() { $this->db->query('ROLLBACK'); throw new TransactionHaltException(); } }