mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-17 19:23:27 +02:00
* moved forum actions (pages) to forum/ directory
* fixed account actions
This commit is contained in:
@@ -124,7 +124,7 @@ $errors = array();
|
||||
'players' => $account_players
|
||||
));
|
||||
}
|
||||
else if(file_exists(PAGES . 'account/' . $action)) {
|
||||
else if(file_exists(PAGES . 'account/' . $action . '.php')) {
|
||||
require(PAGES . 'account/' . $action . '.php');
|
||||
}
|
||||
?>
|
||||
|
Reference in New Issue
Block a user