phpBB

Code Changes

File: includes/constants.php

  Unmodified   Added   Modified   Removed
Line 28Line 28
*/

// phpBB Version

*/

// phpBB Version

@define('PHPBB_VERSION', '3.2.8');

@define('PHPBB_VERSION', '3.2.10');


// QA-related
// define('PHPBB_QA', 1);


// QA-related
// define('PHPBB_QA', 1);

Line 225Line 225
define('REFERER_VALIDATE_PATH', 2);

// phpbb_chmod() permissions

define('REFERER_VALIDATE_PATH', 2);

// phpbb_chmod() permissions

@define('CHMOD_ALL', 7);
@define('CHMOD_READ', 4);
@define('CHMOD_WRITE', 2);
@define('CHMOD_EXECUTE', 1);

@define('CHMOD_ALL', 7); // @deprecated 3.2.10
@define('CHMOD_READ', 4); // @deprecated 3.2.10
@define('CHMOD_WRITE', 2); // @deprecated 3.2.10
@define('CHMOD_EXECUTE', 1); // @deprecated 3.2.10


// Captcha code length
define('CAPTCHA_MIN_CHARS', 4);


// Captcha code length
define('CAPTCHA_MIN_CHARS', 4);