mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-23 07:15:50 -04:00
Continuation of r20518. Remove all the cases were the csrf values in
views were being manually set. Also removed it from the Admin_View.
This commit is contained in:
@@ -44,7 +44,6 @@ class Admin_View_Core extends View {
|
||||
$this->sidebar = "";
|
||||
$this->set_global("theme", $this);
|
||||
$this->set_global("user", user::active());
|
||||
$this->set_global("csrf", access::csrf_token());
|
||||
}
|
||||
|
||||
public function url($path, $absolute_url=false) {
|
||||
|
||||
Reference in New Issue
Block a user