mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 21:22:40 +00:00
Don't muck with test file for now
This commit is contained in:
parent
9a8def03c2
commit
20abd277eb
1 changed files with 0 additions and 5 deletions
|
@ -13,11 +13,6 @@ $conf->userAuthPreferHTTP = true;
|
|||
$data = new RuntimeData($conf);
|
||||
$data->db->schemaUpdate();
|
||||
|
||||
(new REST($data))->dispatch("GET", "/index.php/apps/news/api/", "");
|
||||
exit;
|
||||
|
||||
|
||||
|
||||
$data->user->add($user, $pass);
|
||||
$data->user->auth();
|
||||
$data->user->authorizationEnabled(false);
|
||||
|
|
Loading…
Reference in a new issue