We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 256d438 commit 59f490dCopy full SHA for 59f490d
public/index.php
@@ -46,7 +46,7 @@ function cfip() { return (@defined('SECURITY')) ? 1 : 0; }
46
// Rate limiting
47
if ($config['memcache']['enabled'] && $config['mc_antidos']['enabled']) {
48
if (PHP_OS == 'WINNT') {
49
- require_once(CLASS_DIR . 'memcached.class.php');
+ require_once(CLASS_DIR . '/memcached.class.php');
50
}
51
// memcache antidos needs a memcache handle
52
$memcache = new Memcached();
0 commit comments