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
Example:
```
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.