summaryrefslogtreecommitdiffstats
path: root/application/modules
diff options
context:
space:
mode:
authormichael pereira2011-10-30 23:45:16 +0100
committermichael pereira2011-10-30 23:45:16 +0100
commit7c3c466325af2a3eb1c1020a4fe7252bb8fff28e (patch)
tree38be0209210f91fc3d6611325e4db160a2dfdece /application/modules
parentlogin (diff)
downloadpbs2-7c3c466325af2a3eb1c1020a4fe7252bb8fff28e.tar.gz
pbs2-7c3c466325af2a3eb1c1020a4fe7252bb8fff28e.tar.xz
pbs2-7c3c466325af2a3eb1c1020a4fe7252bb8fff28e.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.phtml2
2 files changed, 2 insertions, 2 deletions
diff --git a/application/modules/ipxe/controllers/AuthController.php b/application/modules/ipxe/controllers/AuthController.php
index 226f38b..a456115 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 e06a03a..b4b7009 100644
--- a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml
+++ b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml
@@ -111,7 +111,7 @@ 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 #00000000 #00000000 none
+MENU SEPARATOR #ffffffff #ffffffff none
<?php