Changeset 1169435
- Timestamp:
- 05/28/2015 03:15:13 PM (11 years ago)
- Location:
- free-counter
- Files:
-
- 1 added
- 2 edited
-
tags/1.2/plugin.php (modified) (2 diffs)
-
tags/1.2/temp (added)
-
trunk/plugin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
free-counter/tags/1.2/plugin.php
r1169316 r1169435 217 217 218 218 // position in admin menu 219 if (!is_dir(plugin_dir_path( __FILE__ ) . "temp")) { 220 mkdir(plugin_dir_path( __FILE__ ) . "temp"); 221 } 219 222 if(self::check_site()) { 223 220 224 $menu_position = '26.1234567891'; 221 222 225 add_menu_page( 223 226 'Statistic for Counter', … … 339 342 340 343 $filename = "export.csv"; 341 self::$file_hash = plugin_dir_path( __FILE__ ) . " /temp/data";344 self::$file_hash = plugin_dir_path( __FILE__ ) . "temp/data"; 342 345 $data_hash = self::getHash(); 343 346 -
free-counter/trunk/plugin.php
r1169316 r1169435 217 217 218 218 // position in admin menu 219 if (!is_dir(plugin_dir_path( __FILE__ ) . "temp")) { 220 mkdir(plugin_dir_path( __FILE__ ) . "temp"); 221 } 219 222 if(self::check_site()) { 223 220 224 $menu_position = '26.1234567891'; 221 222 225 add_menu_page( 223 226 'Statistic for Counter', … … 339 342 340 343 $filename = "export.csv"; 341 self::$file_hash = plugin_dir_path( __FILE__ ) . " /temp/data";344 self::$file_hash = plugin_dir_path( __FILE__ ) . "temp/data"; 342 345 $data_hash = self::getHash(); 343 346
Note: See TracChangeset
for help on using the changeset viewer.