Skip to content

Commit

Permalink
Fixed Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirezaEb committed Jul 16, 2024
1 parent 18604b7 commit defabde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions English/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

#---# Upload Config #---#

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

#---# Social Media #---#
Expand Down
4 changes: 2 additions & 2 deletions Persian/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

#---# Upload Config #---#

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

#---# Social Media #---#
Expand Down

0 comments on commit defabde

Please sign in to comment.