Show git commit in default.ctp
This commit is contained in:
parent
b98047c069
commit
f455a131c7
|
|
@ -172,7 +172,7 @@ endif;
|
|||
|
||||
</div>
|
||||
<div id="footer">
|
||||
Powered by CMC-Sales <?= $HTTP_ENV_VARS["COMMIT_SHA"]; ?>
|
||||
Powered by CMC-Sales <?= getenv("COMMIT_SHA"); ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
@ -222,10 +222,6 @@ else
|
|||
echo "<br/>";
|
||||
?>
|
||||
|
||||
|
||||
<?php // debug($currentuser); ?>
|
||||
<?php print_r($_ENV);?>
|
||||
|
||||
<?php echo $cakeDebug; ?>
|
||||
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Reference in a new issue