mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
add phpbb version number to constants
git-svn-id: file:///svn/phpbb/trunk@8818 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
4658e3f828
commit
63e2f5cf14
1 changed files with 5 additions and 2 deletions
|
@ -24,6 +24,9 @@ if (!defined('IN_PHPBB'))
|
||||||
* PHPBB_ADMIN_PATH
|
* PHPBB_ADMIN_PATH
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// phpBB Version
|
||||||
|
define('PHPBB_VERSION', '3.1.0-dev');
|
||||||
|
|
||||||
// QA-related
|
// QA-related
|
||||||
// define('PHPBB_QA', 1);
|
// define('PHPBB_QA', 1);
|
||||||
|
|
||||||
|
@ -178,8 +181,8 @@ define('REFERER_VALIDATE_PATH', 2);
|
||||||
|
|
||||||
// phpbb_chmod() permissions
|
// phpbb_chmod() permissions
|
||||||
@define('CHMOD_ALL', 7);
|
@define('CHMOD_ALL', 7);
|
||||||
define('CHMOD_READ', 4);
|
@define('CHMOD_READ', 4);
|
||||||
define('CHMOD_WRITE', 2);
|
@define('CHMOD_WRITE', 2);
|
||||||
@define('CHMOD_EXECUTE', 1);
|
@define('CHMOD_EXECUTE', 1);
|
||||||
|
|
||||||
// Additional constants
|
// Additional constants
|
||||||
|
|
Loading…
Add table
Reference in a new issue