=============================
Simple Invoices security warning
=============================

PHPINFO is disabled by default for security reasons.
To view your phpinfo contents, edit the file phpinfo.php in your Simple Invoices directory and change line 11 from:

$secure = true;

to

$secure = false;

and refresh this page. Once you have finished using the information from phpinfo it is advised to re-edit the phpinfo.php and change it back to $secure = true;