From 647fe7fb7e9b9e8aef9563c36f63e8ee4cfb0c14 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Wed, 25 May 2011 19:07:57 +1000 Subject: [PATCH] typo --- inc/config.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index 5c373f83..dc0818ae 100644 --- a/inc/config.php +++ b/inc/config.php @@ -90,7 +90,9 @@ $config['secure_trip_salt'] = '@#$&^@#)$(*&@!_$(&329-8347'; // How many seconds before you can post, after the first visit + // Does not currently work due to technical limitations; disregard for now $config['lurktime'] = 30; + // How many seconds between each post $config['flood_time'] = 10; // How many seconds between each post with exactly the same content and same IP @@ -614,7 +616,7 @@ $config['genpassword_chars'] = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!@#$%^&*()_+'; // Enable embedding (see below) - $config['enable_enbedding'] = false; + $config['enable_embedding'] = false; // Custom embedding (YouTube, vimeo, etc.) // It's very important that you match the full string (with ^ and $) or things will not work correctly.