aboutsummaryrefslogtreecommitdiff
path: root/includes/header.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/header.php')
-rw-r--r--includes/header.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/header.php b/includes/header.php
index 90c5c2b..dcf51ae 100644
--- a/includes/header.php
+++ b/includes/header.php
@@ -1,7 +1,7 @@
<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/functions.php"; ?>
<!DOCTYPE html>
<html lang="en">
-<head>
+<head data-webx-version="<?= version() ?>" data-webx-build="#<?= build() ?>">
<meta charset="UTF-8">
<title>Minteck</title>
<link rel="stylesheet" href="/assets/css/bootstrap.min.css">