From e1ceb050e19c7574bca146a8da7047ee4ff456b5 Mon Sep 17 00:00:00 2001 From: Marius Burkard <m.burkard@pixcept.de> Date: Sun, 10 Jul 2016 05:02:35 -0400 Subject: [PATCH] Merge branch 'stable-3.1' --- interface/web/vm/openvz_vm_list.php | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/interface/web/vm/openvz_vm_list.php b/interface/web/vm/openvz_vm_list.php index 02d1651..c1ea907 100644 --- a/interface/web/vm/openvz_vm_list.php +++ b/interface/web/vm/openvz_vm_list.php @@ -28,8 +28,8 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -require_once('../../lib/config.inc.php'); -require_once('../../lib/app.inc.php'); +require_once '../../lib/config.inc.php'; +require_once '../../lib/app.inc.php'; /****************************************** * Begin Form configuration @@ -51,4 +51,4 @@ $app->listform_actions->onLoad(); -?> \ No newline at end of file +?> -- Gitblit v1.9.1