Added new and improved Admin Preview

This commit is contained in:
Andy Miller
2018-03-11 15:23:25 -06:00
parent 9aa7e6f506
commit 116f3609ef
14 changed files with 69 additions and 37 deletions

View File

@@ -1791,4 +1791,9 @@ class Admin
return false;
}
public function getReferrer()
{
return $_SERVER['HTTP_REFERER'];
}
}