* moved account actions (pages) to account/ directory

This commit is contained in:
slawkens
2017-10-17 15:28:29 +02:00
parent c914a73352
commit 69f822b69c
13 changed files with 977 additions and 868 deletions

View File

@@ -60,6 +60,7 @@ define('CACHE', SYSTEM . 'cache/');
define('LOCALE', SYSTEM . 'locale/');
define('LIBS', SYSTEM . 'libs/');
define('LOGS', SYSTEM . 'logs/');
define('PAGES', SYSTEM . 'pages/');
define('PLUGINS', BASE . 'plugins/');
define('TEMPLATES', BASE . 'templates/');
define('TOOLS', BASE . 'tools/');