mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 17:44:37 +02:00
Post Script access default set to 'nobody'.
This commit is contained in:
@@ -5471,7 +5471,7 @@ return;
|
||||
|
||||
if($this->scriptAccess === false)
|
||||
{
|
||||
$this->scriptAccess = e107::getConfig()->get('post_script', e_UC_MAINADMIN); // Pref to Allow <script> tags11;
|
||||
$this->scriptAccess = e107::getConfig()->get('post_script', e_UC_NOBODY); // Pref to Allow <script> tags11;
|
||||
}
|
||||
|
||||
if(check_class($this->scriptAccess))
|
||||
|
Reference in New Issue
Block a user