mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Merge branch 'develop' into pr/new-config-format
Conflicts: classes/context/Context.class.php
This commit is contained in:
commit
5afefc063c
42 changed files with 435 additions and 58 deletions
|
|
@ -233,6 +233,12 @@ class Context
|
|||
$this->_setRequestArgument();
|
||||
$this->_setUploadedArgument();
|
||||
|
||||
if(isset($_POST['_rx_ajax_compat']) && $_POST['_rx_ajax_compat'] === 'XMLRPC')
|
||||
{
|
||||
self::$_instance->request_method = 'XMLRPC';
|
||||
self::$_instance->response_method = 'JSON';
|
||||
}
|
||||
|
||||
// Load system configuration.
|
||||
$this->loadDBInfo();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue