Changeset 1461983
- Timestamp:
- 07/28/2016 07:48:12 AM (10 years ago)
- File:
-
- 1 edited
-
geosm2/trunk/geosm2_widget.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
geosm2/trunk/geosm2_widget.php
r1461981 r1461983 48 48 if ( $update ) 49 49 { 50 50 51 $ch = curl_init($url); 51 52 $fp = fopen($save_to, "wb"); … … 69 70 70 71 $path=ABSPATH.'wp-content/plugins/'.str_replace(basename( __FILE__),"",plugin_basename(__FILE__)); 71 72 echo $path;73 72 74 73 $tiles = $path.'cache/tiles/';
Note: See TracChangeset
for help on using the changeset viewer.