You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<p class="debug-bar-alignRight">
|
|
|
|
<a href="https://codeigniter.com/user_guide/" target="_blank" >Read the CodeIgniter docs...</a>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<table>
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
|
|
|
<td>CodeIgniter Version:</td>
|
|
|
|
<td>{ ciVersion }</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>PHP Version:</td>
|
|
|
|
<td>{ phpVersion }</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>PHP SAPI:</td>
|
|
|
|
<td>{ phpSAPI }</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Environment:</td>
|
|
|
|
<td>{ environment }</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Base URL:</td>
|
|
|
|
<td>
|
|
|
|
{ if $baseURL == '' }
|
|
|
|
<div class="warning">
|
|
|
|
The $baseURL should always be set manually to prevent possible URL personification from external parties.
|
|
|
|
</div>
|
|
|
|
{ else }
|
|
|
|
{ baseURL }
|
|
|
|
{ endif }
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Timezone:</td>
|
|
|
|
<td>{ timezone }</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Locale:</td>
|
|
|
|
<td>{ locale }</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Content Security Policy Enabled:</td>
|
|
|
|
<td>{ if $cspEnabled } Yes { else } No { endif }</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|