mirror of
https://github.com/itflow-org/itflow
synced 2026-03-05 13:24:51 +00:00
Add notes to debug page
This commit is contained in:
@@ -198,6 +198,15 @@ $updates = fetchUpdates();
|
|||||||
</div>
|
</div>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
|
|
||||||
|
<h2>Debugging</h2>
|
||||||
|
<ul>
|
||||||
|
<li>If you are experiencing a problem with ITFlow you may be directed to this page to gather server/app info.</li>
|
||||||
|
<li>When creating forum posts / support requests ensure you share the information under <i>Server Info</i>, <i>ITFlow app</i> and <i>Database stats</i>.</li>
|
||||||
|
<li><a class="text-danger text-bold">Caution:</a> Be careful when sharing the full debug output - it contains your PHP session variables/cookies ("PHPSESSID") which could allow anyone to login to your ITFlow instance</li>
|
||||||
|
<li>Note: Sometimes you might need to gather <a href="https://docs.itflow.org/gathering_logs#error_logs">PHP error logs</a> as well</li>
|
||||||
|
</ul>
|
||||||
|
<br>
|
||||||
|
|
||||||
<h3>Server Info</h3>
|
<h3>Server Info</h3>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
Reference in New Issue
Block a user