Menu="UserList" Title="Edit User" Tag="user" ---

User has been deleted.


"; $icon = ""; ?>
)"> User name: : Description: : > Up to 64 characters. The characters ampersand (&) quote (") and colon (:) are not allowed. Custom image: : Drag-n-drop a PNG file or click the image at the left. > The image will be scaled to 48x48 pixels in size. The maximum image file upload size is 512 kB (524,288 bytes).   Delete :


Password: : > Up to 128 characters. Retype password: :   :
"; echo "ShareSecurityUser Access"; echo ""; foreach ($shares as $share => $data) { if ($sec[$share]['export']=='-') continue; $security = $sec[$share]['security']; $read = in_array($name,explode(',',$sec[$share]['readList'])); $write = in_array($name,explode(',',$sec[$share]['writeList'])); switch ($security) { case 'public' : $access = $rw; break; case 'secure' : $access = $write ? $rw : $ro; break; case 'private': $access = $write ? $rw : ($read ? $ro : $no); break;} echo "$share$security"; } echo ""; echo ""; ?>   :