forked from smogon/pokemon-showdown-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This moves most of the logic of action.php into a separate file lib/dispatcher.lib.php and separates the actions into ladder-related actions and non-ladder-related actions. This is intended to make it possible to have a second action.php that handlers only ladder-related actions, which can run on the main server computer and allow that computer to make HTTP requests to `localhost`, which should help reduce ladder errors.
- Loading branch information
Showing
4 changed files
with
354 additions
and
296 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.