mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-10-01 01:26:10 -04:00
change to whitelist_paste_creation
This commit is contained in:
parent
cea96ee12a
commit
819d25a74c
@ -197,7 +197,7 @@ class Controller
|
||||
private function _create()
|
||||
{
|
||||
// Check whitelist if allowed to create
|
||||
$whitelist = explode(',', $this->_conf->getKey('whitelist', 'traffic'));
|
||||
$whitelist = explode(',', $this->_conf->getKey('whitelist_paste_creation', 'traffic'));
|
||||
if (($option = $this->_conf->getKey('header', 'traffic')) !== null) {
|
||||
$httpHeader = 'HTTP_' . $option;
|
||||
if (array_key_exists($httpHeader, $_SERVER) && !empty($_SERVER[$httpHeader])) {
|
||||
|
Loading…
Reference in New Issue
Block a user