mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
php-fpm support
This commit is contained in:
parent
91a804c1c8
commit
cd437282b2
4 changed files with 59 additions and 46 deletions
|
@ -148,7 +148,7 @@
|
|||
<?php if (!empty($_SESSION['WEB_BACKEND'])) { echo ""; ?>
|
||||
<tr>
|
||||
<td class="vst-text input-label">
|
||||
<?php print __('Backend Template') . " <span class='optional''> / " . strtoupper($_SESSION['WEB_BACKEND']) . "</span>";?>
|
||||
<?php print __('Backend Template') . " <span class='optional'>" . strtoupper($_SESSION['WEB_BACKEND']) . "</span>";?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue