Skip to content

Commit defabde

Browse files
committed
Fixed Bug
1 parent 18604b7 commit defabde

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

English/config/config.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
#---# Upload Config #---#
99

10-
const AllowedFormat = ['rar', 'png', 'jpeg', 'mp3', 'zip', 'mp4', 'gif']; #Allowed File Upload Format
10+
const AllowedFormat = ['rar', 'png', 'jpeg', 'mp3', 'zip', 'mp4']; #Allowed File Upload Format
1111
const Limit = 20000000; #Maximum Upload Size (By Byte) 20000000 = 20MB
12-
const BASE_URL = 'http://localhost/Uploader/English/';
12+
const BASE_URL = 'http://localhost/File-Uploader/English/';
1313
const BASE_PATH = __DIR__ . '/../';
1414

1515
#---# Social Media #---#

Persian/config/config.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
#---# Upload Config #---#
99

10-
const AllowedFormat = ['rar', 'png', 'jpeg', 'mp3', 'zip', 'mp4', 'gif']; #Allowed File Upload Format
10+
const AllowedFormat = ['rar', 'png', 'jpeg', 'mp3', 'zip', 'mp4']; #Allowed File Upload Format
1111
const Limit = 20000000; #Maximum Upload Size (By Byte) 20000000 = 20MB
12-
const BASE_URL = 'http://localhost/Uploader/Persian/';
12+
const BASE_URL = 'http://localhost/File-Uploader/Persian/';
1313
const BASE_PATH = __DIR__ . '/../';
1414

1515
#---# Social Media #---#

0 commit comments

Comments
 (0)