summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
Diffstat (limited to 'application')
-rw-r--r--application/controllers/ResourceController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/controllers/ResourceController.php b/application/controllers/ResourceController.php
index 25bbc8d..6ded9fa 100644
--- a/application/controllers/ResourceController.php
+++ b/application/controllers/ResourceController.php
@@ -605,7 +605,7 @@ class ResourceController extends Zend_Controller_Action
$vesamenuView->host = $_SERVER['HTTP_HOST'];
$vesamenu = $vesamenuView->render('getvesamenu.phtml');
- $result = "#!gpxe\n";
+ $result = "#!ipxe\n";
$result .= "imgfree\n";
$result .= "chain http://".$_SERVER['HTTP_HOST']."/resource/getvesamenu $vesamenu";