Jelajahi Sumber

Change image upload default location

Robert Marshall 7 tahun lalu
induk
melakukan
17c493a99b
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      Model/Image.php

+ 1 - 1
Model/Image.php

@@ -1,6 +1,6 @@
 <?php
 
-ApplicationSettings::RegisterDefaultSetting("images", "upload_location", "images/uploads");
+ApplicationSettings::RegisterDefaultSetting("images", "upload_location", "image_uploads");
 ApplicationSettings::RegisterDefaultSetting("images", "thumbnail_width", "480");
 ApplicationSettings::RegisterDefaultSetting("images", "thumbnail_height", "360");