mirror of
https://github.com/Spritetm/picframe_colepd.git
synced 2025-04-18 16:44:40 -04:00
11 lines
No EOL
153 B
Text
11 lines
No EOL
153 B
Text
<?php
|
|
|
|
//Database configuration. Replace with your actual values
|
|
|
|
//Database name
|
|
$db="epd";
|
|
//Username/password
|
|
$username="epd";
|
|
$pass="mypassword";
|
|
|
|
?> |