@@ -1,7 +1,4 @@
<?php
- use function dbFunctions\checkIfTableExists;
-use function dbFunctions\createBookmakerTable;
-
class dbFunctions
{
@@ -1,5 +1,5 @@
-include_once __DIR__ . '../back/webDbConnection.php';
+include_once __DIR__ . 'webDbConnection.php';
$conn = new WebDbConnection( );