From 059f487d10d9201c1a42199ee12f34a7480df096 Mon Sep 17 00:00:00 2001 From: Aaron Johnson Date: Sat, 26 Mar 2022 06:30:29 -0500 Subject: [PATCH] Breaking out credintals into own file --- creds.inc | 7 +++++++ index.php | 6 +----- 2 files changed, 8 insertions(+), 5 deletions(-) create mode 100644 creds.inc diff --git a/creds.inc b/creds.inc new file mode 100644 index 0000000..5eaf485 --- /dev/null +++ b/creds.inc @@ -0,0 +1,7 @@ + diff --git a/index.php b/index.php index b423eda..bb6e293 100755 --- a/index.php +++ b/index.php @@ -17,11 +17,7 @@