* added "Edit" option for admins in characters page

This commit is contained in:
slawkens1
2018-01-06 01:52:59 +01:00
parent 544375378f
commit 9c281511fa
4 changed files with 13 additions and 2 deletions

View File

@@ -46,6 +46,7 @@ define('FLAG_CONTENT_GALLERY', 512);
define('FLAG_CONTENT_VIDEOS', 1024);
define('FLAG_CONTENT_FAQ', 2048);
define('FLAG_CONTENT_MENUS', 4096);
define('FLAG_CONTENT_PLAYERS', 8192);
// news
define('NEWS', 1);