-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Thay đổi lại cách thức thực hiện truy vấn SQL -> hạn chế lỗi SQL Injection ✓ - Fix lỗi bị lag khi thực hiện thêm, sửa, xóa với các mục có nhiều dữ liệu ✓ - Fix lỗi không cài đặt được ở 1 số máy ✓ - Fix lỗi không hiện công thức toán khi làm bài ✓ - Rewrite URL ✓
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,10 +10,10 @@ class Config | |
{ | ||
const TITLE = 'Hệ Thống Trắc Nghiệm Online'; | ||
const COPYRIGHT = "Copyright © 2016 Nong Van Du"; | ||
const VERSION = "3.4.1 #6"; | ||
const VERSION = "3.4.2"; | ||
const OWNER = "Nông Văn Du (Dzu)"; | ||
const CONTRIBUTOR = ""; | ||
const EMAIL = "[email protected]"; | ||
const RELEASE = "17/03/2019"; | ||
const RELEASE = "27/03/2019"; | ||
const TIMEZONE = "Asia/Bangkok"; | ||
} |