diff options
| author | Kevin J Hoerr <kjhoerr@submelon.tech> | 2018-08-26 01:38:28 -0400 |
|---|---|---|
| committer | Kevin Hoerr <kjhoerr@submelon.tech> | 2018-08-31 23:24:45 -0400 |
| commit | 0965d62be00a7820f97284704dc71f37e661b412 (patch) | |
| tree | 5a5c9d69062e24aa926eb30447c5ff27e0a65492 /private/Model/creds.php | |
| parent | 1e3946f04b5b602d3869a285d897acb0ba2b3c35 (diff) | |
| download | august-offensive-0965d62be00a7820f97284704dc71f37e661b412.tar.gz august-offensive-0965d62be00a7820f97284704dc71f37e661b412.tar.bz2 august-offensive-0965d62be00a7820f97284704dc71f37e661b412.zip | |
Begin migration to Rust; Add actix-web, diesel as main dependencies
Diffstat (limited to 'private/Model/creds.php')
| -rw-r--r-- | private/Model/creds.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/private/Model/creds.php b/private/Model/creds.php deleted file mode 100644 index 056d77b..0000000 --- a/private/Model/creds.php +++ /dev/null @@ -1,10 +0,0 @@ -<?php - -declare(strict_types=1); - -$cred = new \stdClass(); -$cred->host = "localhost"; -$cred->port = "5432"; -$cred->dbName = ""; -$cred->login = ""; -$cred->password = ""; |
