Sindbad~EG File Manager

Current Path : /home/copmadinaarea/thecopmadinaarea.org/portal/sql/
Upload File :
Current File : /home/copmadinaarea/thecopmadinaarea.org/portal/sql/add_email_module.sql

-- Add Email Management module to the system
INSERT INTO module_management (module_name, module_url, module_icon, is_active, display_order, required_role) 
VALUES ('Email Management', 'modules/email/index.php', 'envelope', 1, 7, 'area') 
ON DUPLICATE KEY UPDATE 
    module_name = VALUES(module_name),
    module_url = VALUES(module_url),
    module_icon = VALUES(module_icon),
    is_active = VALUES(is_active),
    display_order = VALUES(display_order),
    required_role = VALUES(required_role);

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists