Skip to content

Commit 59f490d

Browse files
committed
[FIX] Wrong Memcache file path for Windows based systems
1 parent 256d438 commit 59f490d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function cfip() { return (@defined('SECURITY')) ? 1 : 0; }
4646
// Rate limiting
4747
if ($config['memcache']['enabled'] && $config['mc_antidos']['enabled']) {
4848
if (PHP_OS == 'WINNT') {
49-
require_once(CLASS_DIR . 'memcached.class.php');
49+
require_once(CLASS_DIR . '/memcached.class.php');
5050
}
5151
// memcache antidos needs a memcache handle
5252
$memcache = new Memcached();

0 commit comments

Comments
 (0)