Changeset 3262407
- Timestamp:
- 03/26/2025 07:41:18 PM (10 months ago)
- Location:
- speedup-optimization
- Files:
-
- 2 edited
-
tags/1.3/core/firewall.speedup.php (modified) (2 diffs)
-
trunk/core/firewall.speedup.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
speedup-optimization/tags/1.3/core/firewall.speedup.php
r3259612 r3262407 4 4 * Class SG_SpeedUp 5 5 * 6 * ver.: 1.6. 17 * date: 2 1Mar 20256 * ver.: 1.6.2 7 * date: 26 Mar 2025 8 8 */ 9 9 /* USAGE: … … 528 528 public function AddImgLazyLoading($html) 529 529 { 530 if (empty($html)) return $html; 531 530 532 $dom = new DOMDocument(); 531 533 libxml_use_internal_errors(true); -
speedup-optimization/trunk/core/firewall.speedup.php
r3259612 r3262407 4 4 * Class SG_SpeedUp 5 5 * 6 * ver.: 1.6. 17 * date: 2 1Mar 20256 * ver.: 1.6.2 7 * date: 26 Mar 2025 8 8 */ 9 9 /* USAGE: … … 528 528 public function AddImgLazyLoading($html) 529 529 { 530 if (empty($html)) return $html; 531 530 532 $dom = new DOMDocument(); 531 533 libxml_use_internal_errors(true);
Note: See TracChangeset
for help on using the changeset viewer.