diff options
| author | michael pereira | 2011-10-31 02:08:13 +0100 |
|---|---|---|
| committer | michael pereira | 2011-10-31 02:08:13 +0100 |
| commit | 8e7807ad33431e683b7d49bebde83f4ae9daf7e4 (patch) | |
| tree | d3157ee5d5b513bfdba55ffe259e3d422a360792 /application/modules/ipxe/views/scripts/resource | |
| parent | login (diff) | |
| download | pbs2-8e7807ad33431e683b7d49bebde83f4ae9daf7e4.tar.gz pbs2-8e7807ad33431e683b7d49bebde83f4ae9daf7e4.tar.xz pbs2-8e7807ad33431e683b7d49bebde83f4ae9daf7e4.zip | |
login
Diffstat (limited to 'application/modules/ipxe/views/scripts/resource')
| -rw-r--r-- | application/modules/ipxe/views/scripts/resource/getvesamenu.phtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml index 143aea7..9e8b44d 100644 --- a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml +++ b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml @@ -74,7 +74,7 @@ ?> <?php if(isset($this->startcounter)) - echo "TIMEOUT ".$this->startcounter."\n";?> + echo "TIMEOUT ".(10*$this->startcounter)."\n";?> PROMPT 0 DEFAULT /ipxe/vesamenu.c32 @@ -144,7 +144,7 @@ MENU MSGCOLOR #ff1c2a33 #00000000 none } }else{ - title ( $this->title . $this->startcounter); + title ( $this->title); $bootosmapper = new Application_Model_BootOsMapper(); |
