Skip to content

Commit

Permalink
defautl EMBEDEXTERNALIMAGES
Browse files Browse the repository at this point in the history
  • Loading branch information
michield committed Feb 1, 2016
1 parent c92e77f commit 0cddee4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public_html/lists/admin/init.php
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,9 @@
if (!defined('EMBEDUPLOADIMAGES')) {
define('EMBEDUPLOADIMAGES', 0);
}
if (!defined('EMBEDEXTERNALIMAGES')) {
define('EMBEDEXTERNALIMAGES', false);
}
if (!defined('IMPORT_FILESIZE')) {
define('IMPORT_FILESIZE', 5);
}
Expand Down

0 comments on commit 0cddee4

Please sign in to comment.