Initial commit
This commit is contained in:
6
settings/globals.php.example
Normal file
6
settings/globals.php.example
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
define('DB_HOST','');
|
||||
define('DB_NAME', '');
|
||||
define('DB_USER', '');
|
||||
define('DB_PASSWORD', '');
|
||||
?>
|
||||
6
settings/logininfo.php.example
Normal file
6
settings/logininfo.php.example
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
//Total Connect info
|
||||
$username="";
|
||||
$password="";
|
||||
$device_number = "";
|
||||
?>
|
||||
Reference in New Issue
Block a user