We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6373f90 commit 89ec855Copy full SHA for 89ec855
1 file changed
README.md
@@ -18,7 +18,7 @@ Path to change the <code>.env</code> file
18
```PHP
19
$envpath = dirname(__DIR__, 1) . '/install/config/.env';
20
```
21
- Path to change the website landing and admin login after installation
+ Path to change the website landing and admin login after installation on <code>line no 225 & 225</code>
22
```HTML
23
<a href="'.getWebURL().'" class="theme-button choto">Go to website</a>
24
<a href="'.getWebURL().'/admin" class="theme-button choto">Go to Admin Panel</a>
0 commit comments