mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Only display presets to main admins (per Cameron), don't include news item date in preset (caused confusion)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
if(ADMIN){
|
||||
if(ADMIN && getperms("0"))
|
||||
{
|
||||
global $sql,$pst,$ns,$tp,$e_wysiwyg,$pref;
|
||||
if(isset($pst) && $pst->form && $pst->page){
|
||||
$thispage = urlencode(e_SELF."?".e_QUERY);
|
||||
|
Reference in New Issue
Block a user