Changeset 659907
- Timestamp:
- 01/27/2013 10:33:16 PM (13 years ago)
- Location:
- hana-flv-player/trunk
- Files:
-
- 2 edited
-
hana-flv-player.php (modified) (1 diff)
-
plugin_feed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hana-flv-player/trunk/hana-flv-player.php
r659477 r659907 528 528 <script type='text/javascript' src='".$this->plugin_url."/".$this->player_base[$player]."/build/mediaelement-and-player.min.js'></script> 529 529 <link rel='stylesheet' href='".$this->plugin_url."/".$this->player_base[$player]."/build/mediaelementplayer.mod.css' /> 530 //due to the bug - IE8 does not show video530 <!-- due to the bug - IE8 does not show video --> 531 531 <!--[if IE 8]><style> .me-plugin { position: static; } </style><![endif]--> 532 532 </hana-ampersand>"; -
hana-flv-player/trunk/plugin_feed.php
r659477 r659907 6 6 $id=$_GET['id']; 7 7 8 $default="<center>Thank you for using my plugin! Visit my website <a href='http://wpmarketing.org'>http://wpmarketing.org</a></center>"; 8 9 if ( ! function_exists('curl_init')) { 9 echo "<center>Thank you for using my plugin! Visit my website <a href='http://wpmarketing.org'>http://wpmarketing.org</a></center>";10 exit ;10 echo $default; 11 exit ; 11 12 } 12 13 … … 18 19 19 20 20 if ($output !== false) echo $output; 21 if ($output !== false) 22 echo $output; 23 else 24 echo $default; 25 21 26 22
Note: See TracChangeset
for help on using the changeset viewer.