Viewing File: /usr/local/cpanel/whostmgr/docroot/templates/phpsettings-advanced

<form name="phpsettingsform" action="../scripts/dophpsettings" method="POST" onSubmit="return delayed_submit();">
<input type="hidden" name="php_prefix" value="%php_prefix%" />
<table id="phptbl" width="95%"   class="sortable" border="0" cellpadding="5" cellspacing="0">
    <tr class="row-%">
        <th class="cell">Directive</th>
        <th class="cell">Info</th>
        <th colspan="2" class="cell-end">Value</th>
    </tr>
    <tbody>
!@directives@!
    <tr class="%trclass%">
        <td class="cell">%directive%</td>
        <td class="cell">%note%</td>
        <td class="cell" onClick="enablecontainedobj(this);"><span %input_hidden%><input %input_disabled% type="text" name="%directive%" value="%value%" size="35" /></span>%disabledtxt%</td>
    </tr>
!@directives@!
    </tbody>
</table>
<br />

<div>

<input type="submit" id="savebutton" class="btn-primary" value="Save">
<span id="savebutton_status"></span>

</div>
</form>
Back to Directory File Manager