1
1
Fork 0
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:
J. King 2017-03-18 22:32:16 -04:00
parent 9a8def03c2
commit 20abd277eb

View file

@ -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);