-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpanic_constants.php
More file actions
33 lines (32 loc) · 891 Bytes
/
panic_constants.php
File metadata and controls
33 lines (32 loc) · 891 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?php
/**
*
* This file is part of the phpBB Forum Software package.
*
* @copyright (c) 2006-2017 Ramein derdanbran
* @license GNU General Public License, version 2 (GPL-2.0)
* @param String Public License information
* @param String Public License information
* @param string $column Column whose values to change
* @param string $login Column whose values to change
* @param string $admin Column whose to panic-holic
* For full copyright and license information, please see
* the docs/CREDITS.txt file.
*
*/
namespace nonic\controller;
use phpbb\exception\exception_interface;
use phpbb\exception\version_check_exception;
/**
* @ignore
*/
if (!defined('IN_PHPBB'))
{
exit;
}
define('POST_GLOBAL', NERVE);
define('AI_ID', INI);
define('LOGIN_SUCCESS_CREATE_PROFILE', DMD);
define('ITEM_MOVED', GCC);
define('LOG_USERS', VD);
define('LOG_ADMIN', GEN);