Fixed errors on index
This commit is contained in:
parent
ebf4de0b7c
commit
e1939cd688
2 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,7 @@ class Dao
|
||||||
{
|
{
|
||||||
if ($this->debug) {
|
if ($this->debug) {
|
||||||
$username = 'root';
|
$username = 'root';
|
||||||
|
// $username = 'phpmyadmin';
|
||||||
// $password = $this->read_password($path_to_password);
|
// $password = $this->read_password($path_to_password);
|
||||||
$password ='';
|
$password ='';
|
||||||
$dsn = 'mysql:dbname=phpmyadmin;host=127.0.0.1';
|
$dsn = 'mysql:dbname=phpmyadmin;host=127.0.0.1';
|
||||||
|
|
|
@ -12,6 +12,7 @@ function get_total_points($team)
|
||||||
|
|
||||||
$scoreUSA = get_total_points('usa');
|
$scoreUSA = get_total_points('usa');
|
||||||
$scoreURSS = get_total_points('urss');
|
$scoreURSS = get_total_points('urss');
|
||||||
|
$relativePath = '';
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
Loading…
Reference in a new issue