Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit de1dfbd5 authored by 65160377's avatar 65160377
Browse files

Initial commit

parent 60d9b8f0
No related branches found
No related tags found
No related merge requests found
<?php
// DB credentials.
define('DB_HOST','localhost');
define('DB_USER','root');
define('DB_PASS','');
define('DB_HOST','10.104.5.166');
define('DB_USER','pop');
define('DB_PASS','Owen@0807');
define('DB_NAME','tms');
// Establish database connection.
try
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment