added feature: stick/unstick topic

This commit is contained in:
2015-02-15 17:27:06 +01:00
parent bf23339cfe
commit 9bae4628a0
9 changed files with 40 additions and 4 deletions

View File

@@ -17,4 +17,8 @@ define('FORUM_PATH', '/uf2');
define('HTTP_PORT', 81);
define('HTTPS_PORT', 443);
define('USE_HTTPS', true);
define('RANDOM_STRING', 'oVadvzFdxAezvuknUNXdQLoQMkQwrQuAbFPYfLIKfPWzbciVNkOfTWAdWKXexYZpZycXoxJmAXkRGsoZzwijGUQcdtYTwxtzWLiQjMpfAQgMLUeoTvkYUMmxvVPLmKJDsCFwhqWIGBLAqRnDnUOwCTEKvLvdzOyc');
define('SALT_LENGTH', 20);
?>