interface/web/client/domain_list.php
@@ -47,7 +47,7 @@ $app->uses('listform_actions'); if(isset($_SESSION['show_warning_msg'])) { $app->tpl->setloop('warning', array(array('warning_msg' => '<p>'.$_SESSION['show_warning_msg'].'</p>'))); $app->tpl->setVar('warning_msg', $_SESSION['show_warning_msg']); unset($_SESSION['show_warning_msg']); }