diff options
author | Liam McLoughlin <hexxeh@hexxeh.net> | 2011-08-10 18:39:11 +0100 |
---|---|---|
committer | Liam McLoughlin <hexxeh@hexxeh.net> | 2011-08-10 18:39:11 +0100 |
commit | 7f2c98b0d095c5c173fed07a0f8f32d51798d97e (patch) | |
tree | fe1d3817c8a221c72c70a0205f8e776e08554ec7 /web/status.php | |
parent | Adding GNOME config (diff) | |
download | gentoaster-7f2c98b0d095c5c173fed07a0f8f32d51798d97e.tar.gz gentoaster-7f2c98b0d095c5c173fed07a0f8f32d51798d97e.tar.bz2 gentoaster-7f2c98b0d095c5c173fed07a0f8f32d51798d97e.zip |
Combine configs, fix image download path via a new config option, add initscript
Diffstat (limited to 'web/status.php')
-rw-r--r-- | web/status.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/status.php b/web/status.php index 69e8afc..bde0ad2 100644 --- a/web/status.php +++ b/web/status.php @@ -69,7 +69,7 @@ "What would you like to do now?". "<br /><br /><center>". "<table><tr><td>". - "<a href=\"/gentoaster/". + "<a href=\"".IMAGES_URL."/". $buildID."/".$buildID. ".tar.gz\">". "<img style=\"padding: 10px;\" ". |