We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d95e6bb + 4457414 commit 0c91419Copy full SHA for 0c91419
Src/Sunra/PhpSimple/simplehtmldom_1_5/simple_html_dom.php
@@ -62,7 +62,10 @@
62
define('DEFAULT_TARGET_CHARSET', 'UTF-8');
63
define('DEFAULT_BR_TEXT', "\r\n");
64
define('DEFAULT_SPAN_TEXT', " ");
65
-define('MAX_FILE_SIZE', 600000);
+if (!defined('MAX_FILE_SIZE'))
66
+{
67
+ define('MAX_FILE_SIZE', 600000);
68
+}
69
// helper functions
70
// -----------------------------------------------------------------------------
71
// get html dom from file
0 commit comments