minor fixes
This commit is contained in:
parent
daace699a6
commit
2ce4424db7
20 changed files with 674 additions and 621 deletions
|
@ -1,11 +1,11 @@
|
|||
<?php
|
||||
require(__DIR__ . "/../libs/test_secret.php");
|
||||
|
||||
global $db;
|
||||
|
||||
$sql = file_get_contents('../scripts/init.sql', true);
|
||||
|
||||
$db->exec($sql);
|
||||
|
||||
echo "Database was set up.";
|
||||
?>
|
||||
|
||||
require(__DIR__ . "/../libs/test_secret.php");
|
||||
|
||||
global $db;
|
||||
|
||||
$sql = file_get_contents('../scripts/init.sql', true);
|
||||
|
||||
$db->exec($sql);
|
||||
|
||||
echo "Database was set up.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue