HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/PvdBoogaard/indoorski.nl/backup/oude-site/cms/api/class.imagemanager.php
<?php

/**
 * This file exists only to add in the permissions for the image manager in the control panel
 */

class iwp_imagemanager extends iwp_base
{
	public static $PermissionOptions;

	public static function getPermissionOptions ()
	{
		return self::$PermissionOptions;
	}
}

iwp_imagemanager::$PermissionOptions = array(
	'full'		=> new iwp_permissionoption(false, false, false),
/*	'view'			=> new iwp_permissionoption(false, false, false),
	'upload'		=> new iwp_permissionoption(false, false, false),
	'delete'		=> new iwp_permissionoption(false, false, false),*/
);