-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8479ffb
commit f12e407
Showing
33 changed files
with
58 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ | |
* @subpackage mod_junewsultra | ||
* | ||
* @author Denys Nosov, [email protected] | ||
* @copyright 2007-2021 (C) Joomla! Ukraine, http://joomla-ua.org. All rights reserved. | ||
* @license GNU General Public License version 2 or later; see LICENSE.txt | ||
* @copyright 2007-2023 (C) Joomla! Ukraine, https://joomla-ua.org. All rights reserved. | ||
* @license GNU/GPL - https://www.gnu.org/copyleft/gpl.html | ||
*/ | ||
|
||
use Joomla\CMS\Factory; | ||
|
@@ -121,7 +121,7 @@ public function detect_video($html) | |
|
||
if(preg_match_all('#(player.vimeo.com)/video/(\d+)#i', $html, $match)) | ||
{ | ||
return 'http://vimeo.com/' . $match[ 2 ]; | ||
return 'https://vimeo.com/' . $match[ 2 ]; | ||
} | ||
|
||
return false; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ | |
* @subpackage mod_junewsultra | ||
* | ||
* @author Denys Nosov, [email protected] | ||
* @copyright 2007-2021 (C) Joomla! Ukraine, http://joomla-ua.org. All rights reserved. | ||
* @license GNU General Public License version 2 or later; see LICENSE.txt | ||
* @copyright 2007-2023 (C) Joomla! Ukraine, https://joomla-ua.org. All rights reserved. | ||
* @license GNU/GPL - https://www.gnu.org/copyleft/gpl.html | ||
*/ | ||
|
||
/* fields */ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ | |
* @subpackage mod_junewsultra | ||
* | ||
* @author Denys Nosov, [email protected] | ||
* @copyright 2007-2021 (C) Joomla! Ukraine, http://joomla-ua.org. All rights reserved. | ||
* @license GNU General Public License version 2 or later; see LICENSE.txt | ||
* @copyright 2007-2023 (C) Joomla! Ukraine, https://joomla-ua.org. All rights reserved. | ||
* @license GNU/GPL - https://www.gnu.org/copyleft/gpl.html | ||
*/ | ||
|
||
use Joomla\CMS\Form\FormField; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ | |
* @subpackage mod_junewsultra | ||
* | ||
* @author Denys Nosov, [email protected] | ||
* @copyright 2007-2021 (C) Joomla! Ukraine, http://joomla-ua.org. All rights reserved. | ||
* @license GNU General Public License version 2 or later; see LICENSE.txt | ||
* @copyright 2007-2023 (C) Joomla! Ukraine, https://joomla-ua.org. All rights reserved. | ||
* @license GNU/GPL - https://www.gnu.org/copyleft/gpl.html | ||
*/ | ||
|
||
define('_JEXEC', 1); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ | |
* @subpackage mod_junewsultra | ||
* | ||
* @author Denys Nosov, [email protected] | ||
* @copyright 2007-2021 (C) Joomla! Ukraine, http://joomla-ua.org. All rights reserved. | ||
* @license GNU General Public License version 2 or later; see LICENSE.txt | ||
* @copyright 2007-2023 (C) Joomla! Ukraine, https://joomla-ua.org. All rights reserved. | ||
* @license GNU/GPL - https://www.gnu.org/copyleft/gpl.html | ||
*/ | ||
|
||
use Joomla\CMS\Factory; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ | |
* @subpackage mod_junewsultra | ||
* | ||
* @author Denys Nosov, [email protected] | ||
* @copyright 2007-2021 (C) Joomla! Ukraine, http://joomla-ua.org. All rights reserved. | ||
* @license GNU General Public License version 2 or later; see LICENSE.txt | ||
* @copyright 2007-2023 (C) Joomla! Ukraine, https://joomla-ua.org. All rights reserved. | ||
* @license GNU/GPL - https://www.gnu.org/copyleft/gpl.html | ||
*/ | ||
|
||
use Joomla\CMS\Form\FormField; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ | |
* @subpackage mod_junewsultra | ||
* | ||
* @author Denys Nosov, [email protected] | ||
* @copyright 2007-2021 (C) Joomla! Ukraine, http://joomla-ua.org. All rights reserved. | ||
* @license GNU General Public License version 2 or later; see LICENSE.txt | ||
* @copyright 2007-2023 (C) Joomla! Ukraine, https://joomla-ua.org. All rights reserved. | ||
* @license GNU/GPL - https://www.gnu.org/copyleft/gpl.html | ||
*/ | ||
|
||
use Joomla\CMS\Form\FormHelper; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ | |
* @subpackage mod_junewsultra | ||
* | ||
* @author Denys Nosov, [email protected] | ||
* @copyright 2007-2021 (C) Joomla! Ukraine, http://joomla-ua.org. All rights reserved. | ||
* @license GNU General Public License version 2 or later; see LICENSE.txt | ||
* @copyright 2007-2023 (C) Joomla! Ukraine, https://joomla-ua.org. All rights reserved. | ||
* @license GNU/GPL - https://www.gnu.org/copyleft/gpl.html | ||
*/ | ||
|
||
use Joomla\CMS\Filesystem\File; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ | |
* @subpackage mod_junewsultra | ||
* | ||
* @author Denys Nosov, [email protected] | ||
* @copyright 2007-2021 (C) Joomla! Ukraine, http://joomla-ua.org. All rights reserved. | ||
* @license GNU General Public License version 2 or later; see LICENSE.txt | ||
* @copyright 2007-2023 (C) Joomla! Ukraine, https://joomla-ua.org. All rights reserved. | ||
* @license GNU/GPL - https://www.gnu.org/copyleft/gpl.html | ||
*/ | ||
|
||
use Joomla\CMS\Form\FormField; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ | |
* @subpackage mod_junewsultra | ||
* | ||
* @author Denys Nosov, [email protected] | ||
* @copyright 2007-2021 (C) Joomla! Ukraine, http://joomla-ua.org. All rights reserved. | ||
* @license GNU General Public License version 2 or later; see LICENSE.txt | ||
* @copyright 2007-2023 (C) Joomla! Ukraine, https://joomla-ua.org. All rights reserved. | ||
* @license GNU/GPL - https://www.gnu.org/copyleft/gpl.html | ||
*/ | ||
|
||
defined('JPATH_BASE') or die; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ | |
* @subpackage mod_junewsultra | ||
* | ||
* @author Denys Nosov, [email protected] | ||
* @copyright 2007-2021 (C) Joomla! Ukraine, http://joomla-ua.org. All rights reserved. | ||
* @license GNU General Public License version 2 or later; see LICENSE.txt | ||
* @copyright 2007-2023 (C) Joomla! Ukraine, https://joomla-ua.org. All rights reserved. | ||
* @license GNU/GPL - https://www.gnu.org/copyleft/gpl.html | ||
*/ | ||
|
||
define('_JEXEC', 1); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ | |
* @subpackage mod_junewsultra | ||
* | ||
* @author Denys Nosov, [email protected] | ||
* @copyright 2007-2021 (C) Joomla! Ukraine, http://joomla-ua.org. All rights reserved. | ||
* @license GNU General Public License version 2 or later; see LICENSE.txt | ||
* @copyright 2007-2023 (C) Joomla! Ukraine, https://joomla-ua.org. All rights reserved. | ||
* @license GNU/GPL - https://www.gnu.org/copyleft/gpl.html | ||
*/ | ||
|
||
defined('_JEXEC') or die; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ | |
* @subpackage mod_junewsultra | ||
* | ||
* @author Denys Nosov, [email protected] | ||
* @copyright 2007-2021 (C) Joomla! Ukraine, http://joomla-ua.org. All rights reserved. | ||
* @license GNU General Public License version 2 or later; see LICENSE.txt | ||
* @copyright 2007-2023 (C) Joomla! Ukraine, https://joomla-ua.org. All rights reserved. | ||
* @license GNU/GPL - https://www.gnu.org/copyleft/gpl.html | ||
*/ | ||
|
||
defined('_JEXEC') or die; | ||
|
Oops, something went wrong.