Skip to content
Snippets Groups Projects
Commit a18bf0c6 authored by Jared Hancock's avatar Jared Hancock
Browse files

pjax: Add header to indicate new deployment

parent 0129c357
No related branches found
No related tags found
No related merge requests found
......@@ -77,6 +77,7 @@
echo $h;
} ?>
<title><?php echo ($ost && ($title=$ost->getPageTitle()))?$title:'osTicket :: Staff Control Panel'; ?></title><?php
header('X-PJAX-Version: ' . GIT_VERSION);
} # endif X_PJAX ?>
<ul id="nav">
<?php include STAFFINC_DIR . "templates/navigation.tmpl.php"; ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment