Added sitename

This commit is contained in:
Bram Prieshof
2020-07-17 13:07:28 +02:00
parent 796a325a10
commit 4bca0bf4af

6
Sed.md
View File

@@ -6,6 +6,12 @@ Example:
sed -i 's/DOMAINname/'$domain'/' <path/to/filename> sed -i 's/DOMAINname/'$domain'/' <path/to/filename>
``` ```
### SITEname: should be replaced with $sitename
Example:
```
sed -i 's/SITEname/'$sitename'/' <path/to/filename>
```
### PHPver: should be replaced with $phpver ### PHPver: should be replaced with $phpver
Example: Example:
``` ```