Prepare for blank database
1
.devcontainer/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
data/
|
@ -23,7 +23,7 @@
|
||||
?>
|
||||
<?
|
||||
$DBHOST= "db";
|
||||
$DBNAME= "sfiab";
|
||||
$DBUSER= "sfiab";
|
||||
$DBPASS= "ScienceFair123!";
|
||||
$DBNAME= "mariadb";
|
||||
$DBUSER= "mariadb";
|
||||
$DBPASS= "mariadb";
|
||||
?>
|
3794
.devcontainer/science-ation-blank-generic.sql
Normal file
@ -85,7 +85,7 @@ else
|
||||
exit;
|
||||
}
|
||||
|
||||
$dsn = "mysql:host=db;dbname=sfiab;charset=utf8mb4";
|
||||
$dsn = "mysql:host=db;dbname=$DBNAME;charset=utf8mb4";
|
||||
|
||||
$pdo = new PDO($dsn,$DBUSER,$DBPASS);
|
||||
|
||||
|
@ -1,2 +0,0 @@
|
||||
Order Deny,Allow
|
||||
Deny From All
|
@ -1,2 +0,0 @@
|
||||
Order Deny,Allow
|
||||
Deny From All
|
Before Width: | Height: | Size: 6.3 KiB |
Before Width: | Height: | Size: 9.1 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 50 KiB |
Before Width: | Height: | Size: 86 KiB |
Before Width: | Height: | Size: 105 KiB |
Before Width: | Height: | Size: 192 KiB |
BIN
data/logo.gif
Before Width: | Height: | Size: 49 KiB |
BIN
data/logo.jpg
Before Width: | Height: | Size: 84 KiB |
BIN
data/logo.png
Before Width: | Height: | Size: 81 KiB |
@ -1,2 +0,0 @@
|
||||
Order Deny,Allow
|
||||
Deny From All
|
@ -1,2 +0,0 @@
|
||||
|
||||
Parse error: syntax error, unexpected token "=>" in /var/www/html/sfiab/admin/judges_sa.php on line 398
|
@ -1,2 +0,0 @@
|
||||
|
||||
Parse error: syntax error, unexpected token "=>" in /var/www/html/sfiab/admin/judges_sa.php on line 398
|
@ -1,2 +0,0 @@
|
||||
|
||||
Parse error: syntax error, unexpected token "=>" in /var/www/html/sfiab/admin/judges_sa.php on line 398
|