Skip to content

archistico/appuntamenti

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 23, 2023
d621a4a · Jan 23, 2023

History

24 Commits
Mar 20, 2017
Feb 17, 2017
Feb 17, 2017
Mar 20, 2017
Feb 16, 2017
Feb 17, 2017
Jan 23, 2023
Jan 23, 2023
Jan 23, 2023
Jan 23, 2023
Jan 23, 2023
Jan 23, 2023
Jan 23, 2023
Jan 23, 2023
Jan 23, 2023
Feb 17, 2017
Jan 23, 2023
Jan 23, 2023
Jan 23, 2023
Jan 23, 2023
Feb 17, 2017

Repository files navigation

screenshot

APPUNTAMENTI

Programmazione appuntamenti per studio medico

Licenza

Licenza MIT che trovate sotto il file licence

Installazione XAMPP

In "C:\xampp\apache\conf\extra\httpd-vhosts.conf"

<VirtualHost *:80>
	ServerAdmin webmaster@localhost.com
	DocumentRoot "E:/siti/test/appuntamenti"
	DirectoryIndex index.php index.html
	ServerName appuntamenti.local
	<Directory "E:/siti/test/appuntamenti">
        Options Indexes FollowSymLinks
        AllowOverride None
        Require all granted
	</Directory>
</VirtualHost>

Modifica poi il file config.php con i propri dati di accesso alla base dati