Skip to content

Commit 694440c

Browse files
authored
Update README.md
1 parent c712e4d commit 694440c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,15 +145,15 @@ print "</pre>";
145145
There is a possibility the upload file size is not set on a server, default 2MB value is set on a server. If you face this type of issue just find the right path of your **php.ini** file and change the bleow two parameters.
146146

147147
```
148-
**upload_max_filesize** = 2M
149-
**post_max_size** = 8M
148+
upload_max_filesize = 2M
149+
post_max_size = 8M
150150
```
151151

152152
Change to below.
153153

154154
```
155-
**upload_max_filesize** = 100M
156-
**post_max_size** = 150M
155+
upload_max_filesize = 100M
156+
post_max_size = 150M
157157
```
158158

159159
### Remember:

0 commit comments

Comments
 (0)