mirror of
https://github.com/idanoo/nzart-exam-generator
synced 2025-07-03 06:42:17 +00:00
Initial Commit
This commit is contained in:
commit
391177596e
41 changed files with 1233 additions and 0 deletions
5
includes/config.php.example
Executable file
5
includes/config.php.example
Executable file
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
define("DB_HOSTNAME", "mysqlserver");
|
||||
define("DB_DATABASE", "databasename");
|
||||
define("DB_USERNAME", "mysqlusername");
|
||||
define("DB_PASSWORD", "mysqlpassword");
|
Loading…
Add table
Add a link
Reference in a new issue