Fix Flash constant calls

This commit is contained in:
Clemens Schwaighofer
2021-08-30 11:28:06 +09:00
parent f151509bfe
commit e0cc766cc7
2 changed files with 1 additions and 3 deletions

View File

@@ -41,8 +41,6 @@ define('IMAGES', 'images' . DS);
define('ICONS', 'icons' . DS);
// media (accessable from outside)
define('MEDIA', 'media' . DS);
// flash-root (below media or data)
define('FLASH', 'flash' . DS);
// uploads (anything to keep or data)
define('UPLOADS', 'uploads' . DS);
// files (binaries) (below media or data)