- Refactors API

- Updates existing classes to use the refactored API methods
This commit is contained in:
Vlad
2016-07-05 14:45:40 -04:00
parent 38199dc96f
commit cb2faec8b2
16 changed files with 195 additions and 117 deletions

View File

@@ -70,7 +70,7 @@ class ViewInBrowser {
}
private function abort() {
header('HTTP/1.0 404 Not Found');
status_header(404);
exit;
}
}
}