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
dfbcc06269
commit
567ce7e832
64 changed files with 976 additions and 197 deletions
|
@ -193,6 +193,12 @@
|
|||
<td rowspan=4 style="vertical-align:top;">
|
||||
<table>
|
||||
<tr><td> </td><td></td></tr>
|
||||
<?php if (!empty($_SESSION['WEB_BACKEND'])) { echo ""; ?>
|
||||
<tr>
|
||||
<td class="counter-name"><?php print __('Backend Template');?>:</td>
|
||||
<td class="counter-value"><?php echo $data[$key]['BACKEND'];?></td>
|
||||
</tr>
|
||||
<?php echo ""; }?>
|
||||
<?php if (!empty($_SESSION['PROXY_SYSTEM'])) { echo ""; ?>
|
||||
<tr>
|
||||
<td class="counter-name"><?php print __('Proxy Support');?>:</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue