Changeset 2765383
- Timestamp:
- 08/02/2022 07:58:02 PM (4 years ago)
- Location:
- expan-pro/trunk
- Files:
-
- 2 edited
-
index.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
expan-pro/trunk/index.php
r2765374 r2765383 4 4 * Plugin URI: https://www.expan.cl 5 5 * Description: This plugin is designed to use the Expan Pro service associated with your user account created by Expan Tours. 6 * Version: 1. 66 * Version: 1.7 7 7 * Author: Expan Team 8 8 * Text Domain: expanpro … … 34 34 ); 35 35 36 //$url = "https://api.expan.pro";37 $url = "https://expanpro.test";36 $url = "https://api.expan.pro"; 37 //$url = "https://expanpro.test"; 38 38 39 39 $attsstring = implode("-",$atts); … … 308 308 309 309 <?php 310 //$url = "https://api.expan.pro";311 $url = "https://expanpro.test";310 $url = "https://api.expan.pro"; 311 //$url = "https://expanpro.test"; 312 312 $response = wp_remote_post( $url . '/api/auth/loginweb/?email='.esc_attr( get_option('expanpro_email') ).'&password='.esc_attr( get_option('expanpro_password') ) , array() ) ; 313 313 -
expan-pro/trunk/readme.txt
r2765375 r2765383 5 5 Tested up to: 6.0.1 6 6 Requires PHP: 5.6 7 Stable tag: 1. 67 Stable tag: 1.7 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.