forked from rebillar/site-accueil-insa
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) {
|
||||
$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>
|
||||
|
|
Loading…
Reference in a new issue