aboutsummaryrefslogtreecommitdiff
path: root/includes/header.php
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-04-14 17:04:41 +0200
committerMinteck <contact@minteck.org>2022-04-14 17:04:41 +0200
commitf6e5be4e0ef648d3eb1d8a12edcb48dbb8c31037 (patch)
treef971559dd665e8a9ef84fdaea41044786605a80f /includes/header.php
parent3c570954b0cc0d358aa00ab4cae4e91a2bb3a3da (diff)
downloadember-f6e5be4e0ef648d3eb1d8a12edcb48dbb8c31037.tar.gz
ember-f6e5be4e0ef648d3eb1d8a12edcb48dbb8c31037.tar.bz2
ember-f6e5be4e0ef648d3eb1d8a12edcb48dbb8c31037.zip
Fix
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">