Skip to content

Commit

Permalink
Merge pull request #24 from mryanb/1.5.0
Browse files Browse the repository at this point in the history
Update simple_html_dom.php
  • Loading branch information
sunra committed Apr 9, 2016
2 parents d95e6bb + 4457414 commit 0c91419
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Src/Sunra/PhpSimple/simplehtmldom_1_5/simple_html_dom.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,10 @@
define('DEFAULT_TARGET_CHARSET', 'UTF-8');
define('DEFAULT_BR_TEXT', "\r\n");
define('DEFAULT_SPAN_TEXT', " ");
define('MAX_FILE_SIZE', 600000);
if (!defined('MAX_FILE_SIZE'))
{
define('MAX_FILE_SIZE', 600000);
}
// helper functions
// -----------------------------------------------------------------------------
// get html dom from file
Expand Down

0 comments on commit 0c91419

Please sign in to comment.