Changeset 1360604
- Timestamp:
- 02/29/2016 09:38:51 AM (10 years ago)
- Location:
- voter-plugin/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (1 diff)
-
voter.php (modified) (1 diff)
-
voter_functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
voter-plugin/trunk/readme.txt
r1357061 r1360604 425 425 = 3.0.5 = 426 426 * author profile role related fix. 427 428 = 3.0.6 = 429 * https not working - solved. -
voter-plugin/trunk/voter.php
r1357061 r1360604 8 8 Text Domain: aheadzen 9 9 Domain Path: /language 10 Version: 3.0. 510 Version: 3.0.6 11 11 12 12 Copyright: © 2014-2015 ASK-ORACLE.COM -
voter-plugin/trunk/voter_functions.php
r1357061 r1360604 1030 1030 function aheadzen_get_current_page_url() 1031 1031 { 1032 return $redirect_to = 'http://'.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; 1032 if (is_ssl()) {$urlStarter='https://';}else{$urlStarter='http://';} 1033 $redirect_to = $urlStarter.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; 1034 return $redirect_to; 1033 1035 } 1034 1036 /**CLASS END**/
Note: See TracChangeset
for help on using the changeset viewer.