mirror of https://github.com/itflow-org/itflow
Cleared git cache to honor gitignore
This commit is contained in:
parent
235ae1c7eb
commit
4f65fcb86f
12
config.php
12
config.php
|
|
@ -1,12 +0,0 @@
|
||||||
<?php
|
|
||||||
|
|
||||||
$dbhost = "localhost";
|
|
||||||
$dbusername = "admin_crm";
|
|
||||||
$dbpassword = "password";
|
|
||||||
$database = "admin_crm";
|
|
||||||
|
|
||||||
$mysqli = mysqli_connect($dbhost, $dbusername, $dbpassword, $database);
|
|
||||||
|
|
||||||
include("get_settings.php");
|
|
||||||
|
|
||||||
?>
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 37 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 14 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 22 KiB |
|
|
@ -1 +0,0 @@
|
||||||
test
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 37 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 37 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 37 KiB |
Loading…
Reference in New Issue