Changeset 2633623
- Timestamp:
- 11/22/2021 03:44:59 PM (4 years ago)
- File:
-
- 1 edited
-
qisstpay/trunk/class_woo_qp_pgw.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
qisstpay/trunk/class_woo_qp_pgw.php
r2617841 r2633623 356 356 <?php 357 357 global $woocommerce; 358 session_start(); 358 if (session_status() === PHP_SESSION_NONE) { 359 session_start(); 360 } 359 361 if (! empty($_SESSION['iframe_url'])) { 360 362 ?>
Note: See TracChangeset
for help on using the changeset viewer.