web: comment tweak

This commit is contained in:
David Anderson 2014-09-28 00:25:08 -07:00
parent 6c73f71cee
commit cacbd3e39b
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ require_once("../project/project.inc");
// use mysqli if available,
// but let projects not use it if they want
// (by define('MYSQLI', false) in project.inc)
// (by define('NO_MYSQLI', true) in project.inc)
//
if (defined('NO_MYSQLI') && NO_MYSQLI) {
define("MYSQLI", false);