From 8012d7c66f9dc2241354de800a8d2f7352fb9264 Mon Sep 17 00:00:00 2001 From: michael pereira Date: Sun, 30 Oct 2011 23:48:45 +0100 Subject: login --- application/modules/ipxe/controllers/AuthController.php | 2 +- application/modules/ipxe/views/scripts/resource/getvesamenu.phtml | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) (limited to 'application/modules') 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 loggedin){ -- cgit v1.2.3-55-g7522