Skip to content

Commit

Permalink
Actually show all errors
Browse files Browse the repository at this point in the history
  • Loading branch information
clintharrison committed Mar 25, 2013
1 parent a007fba commit 439c579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chat/index.php
Expand Up @@ -8,7 +8,7 @@
*/

// Show all errors:
error_reporting(E_ALL);
error_reporting(E_ALL | E_STRICT);

// Path to the chat directory:
define('AJAX_CHAT_PATH', dirname($_SERVER['SCRIPT_FILENAME']).'/');
Expand Down

0 comments on commit 439c579

Please sign in to comment.