mirror of
https://github.com/itflow-org/itflow
synced 2026-03-27 15:55:37 +00:00
Cleared git cache to honor gitignore
This commit is contained in:
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 |
Reference in New Issue
Block a user