HEX
Server: Apache
System: Linux sg241.singhost.net 2.6.32-896.16.1.lve1.4.51.el6.x86_64 #1 SMP Wed Jan 17 13:19:23 EST 2018 x86_64
User: honghock (909)
PHP: 8.0.30
Disabled: passthru,system,shell_exec,show_source,exec,popen,proc_open
Upload Files
File: //opt/cloudlinux/alt-php54/root/usr/share/pear/RVSeagullMod/etc/sql_upgrades/0.4.5_to_0.4.6.my.sql
-- this was incorrectly called configmgr_insert before
UPDATE `permission`
   SET `name` = 'configmgr_update' WHERE `permission_id` = 9;

-- adding some new permission descriptions
UPDATE `permission`
  SET `description` = 'Permission to use block manager' WHERE `name` = 'blockmgr';
  
UPDATE `permission`
  SET `description` = 'Permission to view block listing' WHERE `name` = 'blockmgr_list';
  
UPDATE `permission`
  SET `description` = 'Permission to reorder blocks' WHERE `name` = 'blockmgr_reorder';
  
UPDATE `permission`
  SET `description` = 'Permission to remove block' WHERE `name` = 'blockmgr_delete';

UPDATE `permission`
  SET `description` = 'Permission to edit existing block' WHERE `name` = 'blockmgr_edit';

UPDATE `permission`
  SET `description` = 'Permission to add new block' WHERE `name` = 'blockmgr_add';

UPDATE `permission`
  SET `description` = 'Permission to submit contact info' WHERE `name` = 'contactusmgr_send';
  
UPDATE `permission`
  SET `description` = 'Permission to view Contact Us screen' WHERE `name` = 'contactusmgr_list';

UPDATE `permission`
  SET `description` = 'Permission to view and edit config settings' WHERE `name` = 'configmgr_edit';
  
UPDATE `permission`
  SET `description` = 'Permission to update config values' WHERE `name` = 'configmgr_update';