Ukrycie opcji wzywania kelnera
This commit is contained in:
@@ -5,7 +5,7 @@ $tsql = "SELECT ID, Nazwa FROM dbo.NGastroStolik ORDER BY Nazwa";
|
||||
$stmt = sqlsrv_query($conn, $tsql);
|
||||
|
||||
$host = $_SERVER['HTTP_HOST'] ?? 'localhost';
|
||||
$baseUrl = "http://$host/karczma-stoliki/public/stolik2_api.html?h=";
|
||||
$baseUrl = "https://$host/app/public/app.html?h=";
|
||||
|
||||
echo "<!DOCTYPE html>
|
||||
<html lang='pl'>
|
||||
|
||||
Reference in New Issue
Block a user