diff --git a/English/config/config.php b/English/config/config.php index e1b9a3e..ad37be6 100644 --- a/English/config/config.php +++ b/English/config/config.php @@ -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 #---# diff --git a/Persian/config/config.php b/Persian/config/config.php index bb47d41..be7191a 100644 --- a/Persian/config/config.php +++ b/Persian/config/config.php @@ -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 #---#