Bug 519 - Typos and grammar errors in the program
Admin.php: "Intial Password": "Intial" is a typo. Courses.php: "Dealine Date/Time": "Dealine" is a typo. "Ttle" is a typo. "Invidual" is a typo. Script.php: "sepcial" is a typo. "Inavlid" is a typo. "Garde" is a typo. Should be "Grade". Student.php: "STUEDNT" is a typo. Should be "Student".Refactor-Moyo
parent
1e8533090f
commit
7d56b3df60
|
@ -4,7 +4,7 @@ error_reporting(0);
|
|||
date_default_timezone_set('Asia/Shanghai');
|
||||
|
||||
include "get_mysql_credentials.php";
|
||||
$con = mysqli_connect("localhost", $mysql_username, $mysql_password, "lrr");
|
||||
$con = mysqli_connect("localhost", "root", "", "lrr");
|
||||
|
||||
// Check database connection
|
||||
if (mysqli_connect_errno()) {
|
||||
|
|
Loading…
Reference in New Issue