Highlight build number, enable actual import
This commit is contained in:
@@ -45,7 +45,7 @@ Function print_build($current, $next)
|
||||
{
|
||||
print "
|
||||
<tr style=\"background-color: #303030;\">
|
||||
<th>" . htmlspecialchars($current->nr). "</th>
|
||||
<th><a href=\"#\">Build " . htmlspecialchars($current->nr). "</a></th>
|
||||
<th>" . htmlspecialchars($current->modified). " (" . Layout::since(strtotime($current->modified)) . " ago)</th>
|
||||
<th>" . htmlspecialchars($current->chan). "</th>
|
||||
<th><a href='" . URL_ROOT . "/" . $current->file . "'>Windows Installer <img src=\"" . IMG_ROOT . "/dl.gif\" /></a>
|
||||
|
||||
@@ -124,8 +124,8 @@ function update_builds()
|
||||
}
|
||||
|
||||
chdir(SITE_ROOT . "/lib/source");
|
||||
#update_source();
|
||||
#update_revs();
|
||||
update_source();
|
||||
update_revs();
|
||||
|
||||
chdir(SITE_ROOT);
|
||||
update_builds();
|
||||
|
||||
Reference in New Issue
Block a user