Changeset 2333323
- Timestamp:
- 07/01/2020 07:13:15 AM (6 years ago)
- Location:
- mobile-builder/trunk
- Files:
-
- 2 edited
-
mobile-builder.php (modified) (1 diff)
-
public/class-mobile-builder-public.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mobile-builder/trunk/mobile-builder.php
r2332656 r2333323 11 11 * Plugin URI: https://doc-oreo.rnlab.io 12 12 * Description: The most advanced drag & drop app builder. Create multi templates and app controls. 13 * Version: 1.0. 413 * Version: 1.0.5 14 14 * Author: Rnlab.io 15 15 * Author URI: https://rnlab.io -
mobile-builder/trunk/public/class-mobile-builder-public.php
r2311294 r2333323 1648 1648 $headers = $this->headers(); 1649 1649 1650 if ( isset( $headers['authorization'] ) ) { 1651 $headers['Authorization'] = $headers['authorization']; 1652 } 1653 1650 1654 if ( ! isset( $headers['Authorization'] ) ) { 1651 1655 return new WP_Error( … … 1658 1662 } 1659 1663 1660 1661 1664 $match = preg_match( '/Bearer\s(\S+)/', $headers['Authorization'], $matches ); 1662 1665
Note: See TracChangeset
for help on using the changeset viewer.