Fixed errors on index
这个提交包含在:
父节点
ebf4de0b7c
当前提交
e1939cd688
共有 2 个文件被更改,包括 2 次插入 和 0 次删除
|
@ -11,6 +11,7 @@ class Dao
|
|||
{
|
||||
if ($this->debug) {
|
||||
$username = 'root';
|
||||
// $username = 'phpmyadmin';
|
||||
// $password = $this->read_password($path_to_password);
|
||||
$password ='';
|
||||
$dsn = 'mysql:dbname=phpmyadmin;host=127.0.0.1';
|
||||
|
|
|
@ -12,6 +12,7 @@ function get_total_points($team)
|
|||
|
||||
$scoreUSA = get_total_points('usa');
|
||||
$scoreURSS = get_total_points('urss');
|
||||
$relativePath = '';
|
||||
?>
|
||||
|
||||
<!DOCTYPE html>
|
||||
|
|
正在加载…
在新工单中引用