summaryrefslogtreecommitdiffstats
path: root/application/modules
diff options
context:
space:
mode:
authormichael pereira2011-10-30 23:48:45 +0100
committermichael pereira2011-10-30 23:48:45 +0100
commit8012d7c66f9dc2241354de800a8d2f7352fb9264 (patch)
tree287b843c03d76b5a9c07f0abe206cef5082e6412 /application/modules
parentlogin (diff)
downloadpbs2-8012d7c66f9dc2241354de800a8d2f7352fb9264.tar.gz
pbs2-8012d7c66f9dc2241354de800a8d2f7352fb9264.tar.xz
pbs2-8012d7c66f9dc2241354de800a8d2f7352fb9264.zip
login
Diffstat (limited to 'application/modules')
-rw-r--r--application/modules/ipxe/controllers/AuthController.php2
-rw-r--r--application/modules/ipxe/views/scripts/resource/getvesamenu.phtml7
2 files changed, 2 insertions, 7 deletions
diff --git a/application/modules/ipxe/controllers/AuthController.php b/application/modules/ipxe/controllers/AuthController.php
index a456115..2375570 100644
--- a/application/modules/ipxe/controllers/AuthController.php
+++ b/application/modules/ipxe/controllers/AuthController.php
@@ -117,7 +117,7 @@ class Ipxe_AuthController extends Zend_Controller_Action
header('Content-Type: text/plain');
$result = "#!ipxe\n";
$result .= "login\n";
- $result .= "isset \${username} || set username\n";
+ $result .= "isset \${username} || set username \n";
$result .= "chain http://\${username:uristring}:\${password:uristring}@".$_SERVER['HTTP_HOST']."/ipxe/auth/login/alpha/".$alpha."\n";
header("Content-Length: ".(strlen($result)));
echo $result;
diff --git a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml
index b4b7009..54922ef 100644
--- a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml
+++ b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml
@@ -36,10 +36,6 @@
order.");
}
- function separator(){
- echo "MENU SEPARATOR\n";
- }
-
function texthelp ( $texthelp ){
echo "TEXT HELP\n";
echo $texthelp."\n";
@@ -111,7 +107,6 @@ menu color disabled 1;37;40 #ffffffff #ffcacac8 std
#menu color timeout 1;37;40 #ffff8b00 #ff8093a1 std
#menu color help 37;40 #ff1c2a33 #00000000 none
MENU MSGCOLOR #ff1c2a33 #00000000 none
-MENU SEPARATOR #ffffffff #ffffffff none
<?php
@@ -162,7 +157,7 @@ MENU SEPARATOR #ffffffff #ffffffff none
nobootmenu();
}
- separator();
+ comment ("", "");
comment ("info", "More Options:");
if(!$this->loggedin){