@@ -9,7 +9,7 @@ abstract class vpsbase extends vpsCore {
9
9
static $ __desc_centralbackup_server = array ("" , "" , "central_backup_server " );
10
10
static $ __desc_secondlevelquota_flag = array ("q " , "" , "second_level_quota_(only_for_openvz) " );
11
11
static $ __desc_text_inittab = array ("" , "" , "append_to_inittab " );
12
- static $ __desc_kloxo_flag = array ("f " , "" , "show_kloxo_buttons " );
12
+ // static $__desc_kloxo_flag = array("f", "", "show_kloxo_buttons");
13
13
static $ __desc_text_xen_config = array ("" , "" , "append_to_xen_config " );
14
14
static $ __desc_fixdev_confirm_f = array ("f " , "" , "confirm_fix_dev " );
15
15
static $ __desc_recover_ostemplate = array ("" , "" , "could_not_find_your_ostemplate_please_supply_one " );
@@ -294,12 +294,12 @@ function updateform($subaction, $param)
294
294
$ vlist ['rebuild_confirm_f ' ] = null ;
295
295
return $ vlist ;
296
296
297
- case "installkloxo " :
297
+ /* case "installkloxo":
298
298
$this->kloxo_type = 'master';
299
299
$vlist['rebuild_confirm_f'] = null;
300
300
$vlist['__v_button'] = 'Install';
301
301
return $vlist;
302
-
302
+ */
303
303
case "commandcenter " :
304
304
return $ this ->commandCenter ($ param );
305
305
@@ -330,7 +330,7 @@ function updateform($subaction, $param)
330
330
$ vlist ['nname ' ] = array ('M ' , $ this ->nname );
331
331
$ vlist ['corerootdir ' ] = array ('M ' , $ this ->corerootdir );
332
332
$ vlist ['ddate ' ]= array ('M ' , @ date ('d-m-Y ' , $ this ->ddate ));
333
- $ vlist ['kloxo_flag ' ] = null ;
333
+ // $vlist['kloxo_flag'] = null;
334
334
335
335
if ($ login ->isAdmin () && $ this ->isXen ()) {
336
336
$ vlist ['nosaveconfig_flag ' ] = null ;
0 commit comments