CSRF Token + small fixes
This commit is contained in:
@@ -6,4 +6,6 @@ abstract class StaticView {
|
||||
|
||||
public abstract function getCode();
|
||||
|
||||
public function __toString() { return $this->getCode(); }
|
||||
|
||||
}
|
||||
@@ -21,7 +21,6 @@ abstract class View extends StaticView {
|
||||
}
|
||||
|
||||
public function getTitle() { return $this->title; }
|
||||
public function __toString() { return $this->getCode(); }
|
||||
public function getDocument() { return $this->document; }
|
||||
public function isSearchable() { return $this->searchable; }
|
||||
public function getReference() { return $this->reference; }
|
||||
|
||||
Reference in New Issue
Block a user