Skip to content

Commit

Permalink
Homepage: Removed Dropbox URIs
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Nov 10, 2015
1 parent 1b12184 commit 83df274
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
4 changes: 2 additions & 2 deletions web/forums/skin/template/overall_header.html
Expand Up @@ -78,8 +78,8 @@
</script>
<script src="{T_TEMPLATE_PATH}/forum_fn.js"></script>

<link rel="icon" href="http://dl.dropboxusercontent.com/u/11948701/dengine.net/images/favicon.ico" />
<link rel="shortcut icon" href="http://dl.dropboxusercontent.com/u/11948701/dengine.net/images/favicon.ico" />
<link rel="icon" href="/images/favicon.ico" />
<link rel="shortcut icon" href="/images/favicon.ico" />

<link rel="stylesheet" href="/style.css" media="all" />
<link rel="stylesheet" href="{T_THEME_PATH}/print.css" media="print" title="printonly" />
Expand Down
7 changes: 0 additions & 7 deletions web/plugins/buildrepository/buildrepository.php
Expand Up @@ -1434,13 +1434,6 @@ private function outputBuildPackageList(&$build)
{
$logUri = $pack->compileLogUri();

/// @todo Temporary kludge to patch the build log URIs
/// while code.iki.fi is offline. Remove me.
{
$logUri = str_replace("code.iki.fi", "dl.dropboxusercontent.com/u/11948701", $logUri);
}
///< Kludge end.

?><a href="<?php echo $logUri; ?>" title="Download build logs for <?php echo htmlspecialchars($pack->composeFullTitle()); ?>">txt.gz</a><?php

}
Expand Down

0 comments on commit 83df274

Please sign in to comment.