Skip to content

Commit

Permalink
Merge pull request #74 from VSEphpbb/3.0.10-dev
Browse files Browse the repository at this point in the history
3.0.10 Release
  • Loading branch information
mssti committed Jan 5, 2012
2 parents eb5244b + 0af50d5 commit 090da9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mssti_abbc3/root/includes/abbcode.php
Expand Up @@ -1958,14 +1958,14 @@ function video_init()
'image' => 'filefront.gif',
'example' => "http://www.filefront.com/14284133/Batman-Arkham-Asylum-Gadgets-Trailer/",
'match' => "#http://www.filefront.com/(.*?)/([^[]*)?#si",
'replace' => "external",
'replace' => 'external',
),
'deviantart.com' => array(
'id' => 113,
'image' => 'deviantart.gif',
'example' => "http://bossk.deviantart.com/art/COLLEGE-FRIES-trailer-106469587",
'match' => "#http://(.*?).deviantart.com/([^[]*)?#si",
'replace' => "external",
'replace' => 'external',
),
'wat.tv' => array(
'id' => 114,
Expand Down
2 changes: 1 addition & 1 deletion mssti_abbc3/root/includes/acp/acp_abbcodes.php
Expand Up @@ -691,7 +691,7 @@ function abbc3_version_compare($current_version = '', $version_up_to_date = true
$errstr = '';
$errno = 0;

$info = get_remote_file('www.mssti.com', '/phpbb3/store/updatecheck', 'abbc3.txt', $errstr, $errno);
$info = get_remote_file('www.orca-music.com', '/software', 'abbc3.txt', $errstr, $errno);
if ($info === false)
{
$template->assign_var('S_VERSIONCHECK_FAIL', true);
Expand Down

0 comments on commit 090da9a

Please sign in to comment.