summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authormichael pereira2011-09-21 16:06:51 +0200
committermichael pereira2011-09-21 16:06:51 +0200
commit8bb06a8cba10b4dc7ed42a4afc3ba64e855d24c9 (patch)
treec3dd372d10de983533e3a387867c88aae82aaf27 /application
parentgpxecmd.c32 (diff)
downloadpbs2-8bb06a8cba10b4dc7ed42a4afc3ba64e855d24c9.tar.gz
pbs2-8bb06a8cba10b4dc7ed42a4afc3ba64e855d24c9.tar.xz
pbs2-8bb06a8cba10b4dc7ed42a4afc3ba64e855d24c9.zip
gpxecmd.c32
Diffstat (limited to 'application')
-rw-r--r--application/modules/ipxe/controllers/AuthController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/ipxe/controllers/AuthController.php b/application/modules/ipxe/controllers/AuthController.php
index ab0f48f..3d377b2 100644
--- a/application/modules/ipxe/controllers/AuthController.php
+++ b/application/modules/ipxe/controllers/AuthController.php
@@ -68,7 +68,7 @@ class Ipxe_AuthController extends Zend_Controller_Action
header('Content-Type: text/plain');
- $result = "#!ipxe\n";
+ $result = "#!gpxe\n";
$result .= "imgfree\n";
if($login){
$result .= "login\n";