Fixed errors on index

This commit is contained in:
Keplyx 2019-05-18 15:35:47 +02:00
vanhempi ebf4de0b7c
commit e1939cd688
2 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa

Näytä tiedosto

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

Näytä tiedosto

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