From e1939cd6881cd72f0fe30534dc263e14f3b8bc19 Mon Sep 17 00:00:00 2001 From: Keplyx Date: Sat, 18 May 2019 15:35:47 +0200 Subject: [PATCH] Fixed errors on index --- classes/dao.php | 1 + index.php | 1 + 2 files changed, 2 insertions(+) diff --git a/classes/dao.php b/classes/dao.php index fd477f1..d3fad72 100755 --- a/classes/dao.php +++ b/classes/dao.php @@ -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'; diff --git a/index.php b/index.php index 783ffba..f0940c4 100755 --- a/index.php +++ b/index.php @@ -12,6 +12,7 @@ function get_total_points($team) $scoreUSA = get_total_points('usa'); $scoreURSS = get_total_points('urss'); +$relativePath = ''; ?>