COMMIT_HASH in templates

This commit is contained in:
Szekeres Bálint
2018-02-24 16:05:40 +01:00
parent fb2476bf49
commit 1135850fee
5 changed files with 16 additions and 16 deletions

View File

@@ -10,5 +10,5 @@ location ~ \.php$ {<!--
include _php_fastcgi.conf;</span><!--
✔ unified && ✘ WordPress --><span ng-if="isUnified() && !isWordPress()">
<ng-include ng-include-tabs="{{ isUnified() ? 3 : 1 }}" src="'templates/conf/_php_fastcgi.conf.html'" onload="refreshHighlighting()"></ng-include></span>
<ng-include ng-include-tabs="{{ isUnified() ? 3 : 1 }}" src="'templates/conf/_php_fastcgi.conf.html?v=COMMIT_HASH'" onload="refreshHighlighting()"></ng-include></span>
}