Skip to content
Snippets Groups Projects

Resolve "Clean up class HTTPStatus"

Merged Stein Magne Bjorklund requested to merge 17-clean-up-class-httpstatus into master
1 file
+ 0
4
Compare changes
  • Side-by-side
  • Inline
+ 0
4
@@ -54,10 +54,6 @@ final class HTTPStatus
@@ -54,10 +54,6 @@ final class HTTPStatus
$lodspk['home'] = $conf['basedir'];
$lodspk['home'] = $conf['basedir'];
$lodspk['baseUrl'] = $conf['basedir'];
$lodspk['baseUrl'] = $conf['basedir'];
$lodspk['ns'] = $conf['ns'];
$lodspk['ns'] = $conf['ns'];
$lodspk['this']['value'] = $uri;
$lodspk['this']['curie'] = Utils::uri2curie($uri);
$lodspk['this']['local'] = $localUri;
$file = $conf['httpStatus']['directory'] . "/" . $n . ".template";
$file = $conf['httpStatus']['directory'] . "/" . $n . ".template";
if (file_exists($conf['home'] . $file)) {
if (file_exists($conf['home'] . $file)) {
Loading