diff options
author | doktornotor <notordoktor@gmail.com> | 2015-12-12 17:21:54 +0100 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-12-12 17:21:54 +0100 |
commit | aa89f4aac5673a12ed6811a5a0cb7bc6d93ad9b2 (patch) | |
tree | 86fa4e8d969e46bbc6b52fe0bf07642f2afb464e /config/tftp2 | |
parent | dcc68137b44ee8f82f4e71f6650fc1cec5fd8c6b (diff) | |
download | pfsense-packages-aa89f4aac5673a12ed6811a5a0cb7bc6d93ad9b2.tar.gz pfsense-packages-aa89f4aac5673a12ed6811a5a0cb7bc6d93ad9b2.tar.bz2 pfsense-packages-aa89f4aac5673a12ed6811a5a0cb7bc6d93ad9b2.zip |
Add missing include
Diffstat (limited to 'config/tftp2')
-rw-r--r-- | config/tftp2/tftp_files.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/tftp2/tftp_files.php b/config/tftp2/tftp_files.php index e2e81ed4..4cb34024 100644 --- a/config/tftp2/tftp_files.php +++ b/config/tftp2/tftp_files.php @@ -28,6 +28,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +require_once("config.inc"); require_once("guiconfig.inc"); require_once("util.inc"); require_once("/usr/local/pkg/tftp.inc"); @@ -117,13 +118,13 @@ if ($_GET['act'] == "del") { } } +$pgtitle = "TFTP: Settings/Files"; include("head.inc"); ?> <body link="#0000CC" vlink="#0000CC" alink="#0000CC"> <?php include("fbegin.inc"); ?> -<p class="pgtitle">TFTP: Settings/Files</p> <?php $savemsg = $_GET["savemsg"]; |