* added administration panel for screenshots management with auto thumbnail generator

* moved commands & screenshots html code to twig template files
* minimum PHP version to install the MyAAC is now 5.2.0 cause of pathinfo (extension) function
This commit is contained in:
slawkens
2017-08-28 16:27:38 +02:00
parent 7890eb14d1
commit b62ce7ec6f
10 changed files with 452 additions and 121 deletions

View File

@@ -43,6 +43,8 @@ define('FLAG_CONTENT_FORUM', 32);
define('FLAG_CONTENT_COMMANDS', 64);
define('FLAG_CONTENT_SPELLS', 128);
define('FLAG_CONTENT_MONSTERS', 256);
define('FLAG_CONTENT_SCREENSHOTS', 512);
define('FLAG_CONTENT_MOVIES', 1024);
// news
define('NEWS', 1);