Syntax corrections

This commit is contained in:
Romain Neutron
2011-12-27 15:51:19 +01:00
parent 1617d3e561
commit 2c850bf74f
13 changed files with 17 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
<?php
include dirname(__FILE__) . '/../lib/bootstrap.php';
include __DIR__ . '/../lib/bootstrap.php';
define('FREQ_THRESHOLD', 10);
define('SUGGEST_DEBUG', 0);