Fixed errors on index

这个提交包含在:
Keplyx 2019-05-18 15:35:47 +02:00
父节点 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>