- fixes missing () from num_rows in authenticate user function - removes passwordhash library in favor of built in PHP password_hash and password_verify functions - uppercase all class filenames - add new CLI error templates, move HTML error templates - update mimes file to latest version - update routes to latest version
10 行
无行尾
288 B
PHP
10 行
无行尾
288 B
PHP
<div style="border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;">
|
|
|
|
<h4>A PHP Error was encountered</h4>
|
|
|
|
<p>Severity: <?php echo $severity; ?></p>
|
|
<p>Message: <?php echo $message; ?></p>
|
|
<p>Filename: <?php echo $filepath; ?></p>
|
|
<p>Line Number: <?php echo $line; ?></p>
|
|
|
|
</div>
|