Skip to content

Commit 16dfe39

Browse files
committed
Caricamento dati orari
1 parent 5e32b01 commit 16dfe39

File tree

5 files changed

+427
-302
lines changed

5 files changed

+427
-302
lines changed

config.php

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
3+
$dbhost = "localhost";
4+
$dbname = "appuntamento";
5+
$dbuser = "root";
6+
$dbpswd = "stronza77php";
7+
8+
?>

0 commit comments

Comments
 (0)