From 7ce6982bf9d969a92d27d7197fdcefab4eb6a1c6 Mon Sep 17 00:00:00 2001 From: Javier Casares Date: Wed, 7 Feb 2024 08:08:24 +0100 Subject: [PATCH 1/4] fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index beb752d..046dfad 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ cat ~/.ssh/id_rsa | base64 --wrap=0 cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys ``` -Use a more complex SSH connection process by creating a SSH alias: +Use a more complex SSH connection process by creating an SSH alias: ```bash # 1. Add the following to ~/.ssh/config to create a 'wpt' alias From 87cfd71496d7ce15e92311f9356974c90a5a1678 Mon Sep 17 00:00:00 2001 From: Javier Casares Date: Wed, 7 Feb 2024 08:09:30 +0100 Subject: [PATCH 2/4] Improve PHPDoc --- functions.php | 152 ++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 124 insertions(+), 28 deletions(-) diff --git a/functions.php b/functions.php index 6a074de..105714e 100644 --- a/functions.php +++ b/functions.php @@ -1,11 +1,20 @@ Date: Wed, 7 Feb 2024 08:10:48 +0100 Subject: [PATCH 3/4] fox --- cleanup.php | 1 - 1 file changed, 1 deletion(-) diff --git a/cleanup.php b/cleanup.php index 49d6a0d..e584c6c 100644 --- a/cleanup.php +++ b/cleanup.php @@ -1,5 +1,4 @@ Date: Wed, 7 Feb 2024 08:11:16 +0100 Subject: [PATCH 4/4] fix --- prepare.php | 1 - report.php | 1 - test.php | 1 - 3 files changed, 3 deletions(-) diff --git a/prepare.php b/prepare.php index 53b6f03..7283923 100644 --- a/prepare.php +++ b/prepare.php @@ -1,5 +1,4 @@