diff options
| author | michael pereira | 2011-10-31 01:57:09 +0100 |
|---|---|---|
| committer | michael pereira | 2011-10-31 01:57:09 +0100 |
| commit | 06b6903f1806d0ef981c5fc0e2c991ea4ef97ece (patch) | |
| tree | c218205f365d42e7c5881e0c0042958e318a62b9 /application/modules/ipxe/views/scripts/resource | |
| parent | login (diff) | |
| download | pbs2-06b6903f1806d0ef981c5fc0e2c991ea4ef97ece.tar.gz pbs2-06b6903f1806d0ef981c5fc0e2c991ea4ef97ece.tar.xz pbs2-06b6903f1806d0ef981c5fc0e2c991ea4ef97ece.zip | |
login
Diffstat (limited to 'application/modules/ipxe/views/scripts/resource')
| -rw-r--r-- | application/modules/ipxe/views/scripts/resource/getvesamenu.phtml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml index 3603c0a..dd2cf9c 100644 --- a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml +++ b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml @@ -73,9 +73,11 @@ ?> -<?php if(isset($this->startcounter)) - echo "TIMEOUT ".$this->startcounter;?> -PROMPT 0 +<?php if(isset($this->startcounter)) + echo "TIMEOUT ".$this->startcounter; + else + echo "PROMPT 1";?> + DEFAULT /ipxe/vesamenu.c32 MENU BACKGROUND /ipxe/pbs2.png |
