Browse Source

php7.3 dom parser

windhamdavid 5 years ago
parent
commit
1c35123243
1 changed files with 5 additions and 0 deletions
  1. 5 0
      inc/utils.php

+ 5 - 0
inc/utils.php

@@ -72,6 +72,11 @@ function _s_backbone_get_request_parameters() {
 	return $uri;
 }
 
+/*******************
+< PHP 7.3 include file as dom.php
+>= PHP 7.3 include file as html_dom.php
+**********************/
+
 function pull_til() {
 	include('lib/dom.php');