Skip to content

Commit

Permalink
More location fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mastacontrola committed Jan 6, 2017
1 parent 30b44f6 commit b4b3ea2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/web/lib/fog/bootmenu.class.php
Expand Up @@ -322,7 +322,7 @@ public function __construct($Host = null)
$this->_bootexittype = self::$_exitTypes[$exit];
$this->_loglevel = "loglevel=$loglevel";
$this->_KS = self::getClass('KeySequence', $keySequence);
$this->_booturl = "http://{$webserver}{$webroot}service";
$this->_booturl = "http://{$webserver}/fog/service";
$this->_memdisk = "kernel $memdisk";
$this->_memtest = "initrd $memtest";
$this->_kernel = sprintf(
Expand Down
2 changes: 1 addition & 1 deletion packages/web/lib/fog/system.class.php
Expand Up @@ -53,7 +53,7 @@ private static function _versionCompare()
public function __construct()
{
self::_versionCompare();
define('FOG_VERSION', '6');
define('FOG_VERSION', '7');
define('FOG_SCHEMA', 245);
define('FOG_BCACHE_VER', 111);
define('FOG_SVN_REVISION', 6052);
Expand Down
Expand Up @@ -197,7 +197,6 @@ public function bootItemSettings($arguments)
$bzImage = $arguments['bzImage'];
$initrd = $arguments['initrd'];
$arguments['webserver'] = $ip;
$arguments['webroot'] = $webroot;
$arguments['memdisk'] = "http://${ip}/fog/service/ipxe/$memdisk";
$arguments['memtest'] = "http://${ip}/fog/service/ipxe/$memtest";
$arguments['bzImage'] = "http://${ip}/fog/service/ipxe/$bzImage";
Expand Down
2 changes: 1 addition & 1 deletion packages/web/management/languages/messages.pot
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-06 07:59-0500\n"
"POT-Creation-Date: 2017-01-06 13:03-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down

0 comments on commit b4b3ea2

Please sign in to comment.