Fixed errors on index

This commit is contained in:
Keplyx 2019-05-18 15:35:47 +02:00
parent ebf4de0b7c
commit e1939cd688
2 changed files with 2 additions and 0 deletions

View file

@ -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';

View file

@ -12,6 +12,7 @@ function get_total_points($team)
$scoreUSA = get_total_points('usa');
$scoreURSS = get_total_points('urss');
$relativePath = '';
?>
<!DOCTYPE html>