mirror of
https://github.com/slawkens/myaac.git
synced 2025-12-02 15:56:51 +01: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