From 33ad8f4149b84394c3bdf7e35fb22863f9515406 Mon Sep 17 00:00:00 2001
From: Florian Schaal <florian@schaal-24.de>
Date: Thu, 22 Oct 2015 06:34:47 -0400
Subject: [PATCH] add bootorder to openvz
---
interface/web/keepalive.php | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/interface/web/keepalive.php b/interface/web/keepalive.php
index c166055..fe91978 100644
--- a/interface/web/keepalive.php
+++ b/interface/web/keepalive.php
@@ -1,7 +1,7 @@
<?php
/*
-Copyright (c) 2008, Till Brehm, projektfarm Gmbh
+Copyright (c) 2007, Till Brehm, projektfarm Gmbh
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
@@ -30,7 +30,7 @@
error_reporting(E_ALL|E_STRICT);
-require_once('../lib/config.inc.php');
-require_once('../lib/app.inc.php');
+require_once '../lib/config.inc.php';
+require_once '../lib/app.inc.php';
-?>
\ No newline at end of file
+?>
--
Gitblit v1.9.1