Skip to content

Commit

Permalink
Suppress warning on optional include.
Browse files Browse the repository at this point in the history
  • Loading branch information
Danack committed Dec 26, 2014
1 parent 64760e1 commit 5526dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example_bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

// This file is not in VCS - create it if you want to set
// the DB credentials without having them commited to VCS.
include_once "./mysql_config.php";
@include_once "./mysql_config.php";

if (!defined('DB_HOST')) {
define('DB_HOST', '');
Expand Down

0 comments on commit 5526dfd

Please sign in to comment.