diff options
| author | michael pereira | 2011-09-19 18:09:46 +0200 |
|---|---|---|
| committer | michael pereira | 2011-09-19 18:09:46 +0200 |
| commit | 0c7bf13551cffa2393893e41ebc80fc9ddef3998 (patch) | |
| tree | 529be785497b366c72b5096e2f7aa7228892442f | |
| parent | ipxe gefixt (diff) | |
| download | pbs2-0c7bf13551cffa2393893e41ebc80fc9ddef3998.tar.gz pbs2-0c7bf13551cffa2393893e41ebc80fc9ddef3998.tar.xz pbs2-0c7bf13551cffa2393893e41ebc80fc9ddef3998.zip | |
ipxe gefixt
| -rw-r--r-- | application/modules/ipxe/views/scripts/resource/getvesamenu.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml index 612e6c1..daa14e4 100644 --- a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml +++ b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml @@ -58,7 +58,7 @@ ?> TIMEOUT 100 PROMPT 0 -DEFAULT <?php "http://$this->host/ipxe/resource/getvesamenu/alpha/$this->alhaID()/vesamenu.c32" ?> +DEFAULT <?php echo "http://$this->host/ipxe/resource/getvesamenu/alpha/$this->alhaID()/vesamenu.c32" ?> MENU BACKGROUND http://pbs2.mp.openslx.org/media/img/pbs2.png MENU WIDTH 78 |
