<?php
defined('C5_EXECUTE') or die("Access Denied.");

final class FilePermissions {

	public static function getGlobal() {
		$fs = FileSet::getGlobal();
		$fsp = new Permissions($fs);
		return $fsp;
	}
}