__SERIALIZED__a:188:{s:21:"enablesitedownmessage";s:1:"0";s:15:"sitedownmessage";s:254:"
Untitled document
Site is currently down for maintenance.
";s:23:"sitedownmessagetemplate";s:2:"-1";s:14:"useadvancedcss";s:1:"1";s:8:"metadata";s:181:"
";s:19:"xmlmodulerepository";s:0:"";s:10:"logintheme";s:9:"OneEleven";s:12:"global_umask";s:3:"022";s:12:"frontendlang";s:5:"en_US";s:15:"frontendwysiwyg";s:9:"MicroTiny";s:12:"nogcbwysiwyg";s:1:"1";s:15:"urlcheckversion";s:0:"";s:17:"defaultdateformat";s:0:"";s:11:"css_max_age";s:1:"0";s:14:"backendwysiwyg";s:2:"-1";s:22:"disablesafemodewarning";s:1:"0";s:23:"allowparamcheckwarnings";s:1:"0";s:19:"enablenotifications";s:1:"1";s:11:"page_active";s:1:"1";s:15:"page_showinmenu";s:1:"1";s:13:"page_cachable";s:1:"1";s:13:"page_metadata";s:79:"{* Add code here that should appear in the metadata section of all new pages *}";s:18:"defaultpagecontent";s:79:"";s:19:"default_parent_page";s:2:"-1";s:18:"additional_editors";s:1:"2";s:15:"page_searchable";s:1:"1";s:11:"page_extra1";s:0:"";s:11:"page_extra2";s:0:"";s:11:"page_extra3";s:0:"";s:16:"sitedownexcludes";s:0:"";s:14:"clear_vc_cache";s:1:"0";s:8:"sitename";s:30:"AL-ILMI Travel & Tours";s:8:"sitemask";s:16:"Hh%FveYBX2ZUMQjR";s:26:"CMSMailer_mapi_pref_mailer";s:8:"sendmail";s:24:"CMSMailer_mapi_pref_host";s:21:"mail.alilmitravel.com";s:24:"CMSMailer_mapi_pref_port";s:3:"587";s:24:"CMSMailer_mapi_pref_from";s:24:"support@alilmitravel.com";s:28:"CMSMailer_mapi_pref_fromuser";s:20:"AL-ILMI Travel Admin";s:28:"CMSMailer_mapi_pref_sendmail";s:18:"/usr/sbin/sendmail";s:27:"CMSMailer_mapi_pref_timeout";s:4:"1000";s:28:"CMSMailer_mapi_pref_smtpauth";s:1:"0";s:28:"CMSMailer_mapi_pref_username";s:24:"support@alilmitravel.com";s:28:"CMSMailer_mapi_pref_password";s:10:"sepadu2018";s:26:"CMSMailer_mapi_pref_secure";s:0:"";s:35:"CMSPrinting_mapi_pref_overridestyle";s:256:"/*
You can put css stuff here, which will be inserted in the header after calling the cmsms-stylesheets.
Provided you don't remove the {$overridestylesheet} in PrintTemplate, of course.
Any suggestions for default content in this stylesheet?
Have fun!
*/";s:30:"FileManager_mapi_pref_iconsize";s:4:"32px";s:39:"CMSContentManager_mapi_pref_locktimeout";s:2:"60";s:37:"FileManager_mapi_pref_showhiddenfiles";s:1:"0";s:41:"ModuleManager_mapi_pref_module_repository";s:58:"https://www.cmsmadesimple.org/ModuleRepository/request/v2/";s:48:"News_mapi_pref_default_summary_template_contents";s:2445:"
{* This section shows a clickable list of your News categories. *}
{foreach from=$cats item=node}
{if $node.depth > $node.prevdepth}
{repeat string="" times=$node.depth-$node.prevdepth}
{elseif $node.depth < $node.prevdepth}
{repeat string="
" times=$node.prevdepth-$node.depth}
{elseif $node.index > 0}
{/if}
-
{if $node.count > 0}
{$node.news_category_name}{else}{$node.news_category_name} {/if}
{/foreach}
{repeat string="
" times=$node.depth-1}
{* this displays the category name if you're browsing by category *}
{if $category_name}
{$category_name}
{/if}
{* if you don't want category browsing on your summary page, remove this line and everything above it *}
{if $pagecount > 1}
{if $pagenumber > 1}
{$firstpage} {$prevpage}
{/if}
{$pagetext} {$pagenumber} {$oftext} {$pagecount}
{if $pagenumber < $pagecount}
{$nextpage} {$lastpage}
{/if}
{/if}
{foreach from=$items item=entry}
{if $entry->postdate}
{$entry->postdate|cms_date_format}
{/if}
{$category_label} {$entry->category}
{if $entry->author}
{$author_label} {$entry->author}
{/if}
{if $entry->summary}
{eval var=$entry->summary}
[{$entry->morelink}]
{else if $entry->content}
{eval var=$entry->content}
{/if}
{if isset($entry->extra)}
{/if}
{if isset($entry->fields)}
{foreach from=$entry->fields item='field'}
{if $field->type == 'file'}

{else}
{$field->name}: {eval var=$field->displayvalue}
{/if}
{/foreach}
{/if}
{/foreach}
";s:39:"News_mapi_pref_current_summary_template";s:6:"Sample";s:47:"News_mapi_pref_default_detail_template_contents";s:5532:"{* News module entry object reference:
------------------------------
In previous versions of News the 'object' returned in $entry was quite simple, and a {$entry|@print_r}
would output all of the available data
This has changed in News 2.12, the object is not quite as 'simple' as it was in previous versions, and that method will no longer work. Hence, below
you will find a referennce to the available data.
====
news_article Object Reference
====
Members:
--
Members can be displayed by the following syntax: {$entry->membername} or assigned to another smarty variable using {assign var='foo' value=$entry->membername}.
The following members are available in the entry array:
id (integer) = The unique article id.
author_id (integer) = The userid of the author who created the article. This value may be negative to indicate an FEU userid.
title (string) = The title of the article.
summary (text) = The summary text (may be empty or unset).
extra (string) = The "extra" data associated with the article (may be empty or unset).
news_url (string) = The url segment associated with this article (may be empty or unset).
postdate (string) = A string representing the news article post date. You may filter this through cms_date_format for different display possibilities.
startdate (string) = A string representing the date the article should begin to appear. (may be empty or unset)
enddate (string) = A string representing the date the article should stop appearing on the site (may be empty or unset).
category_id (integer) = The unique id of the hierarchy level where this article resides (may be empty or unset)
status (string) = either 'draft' or 'published' indicating the status of this article.
author (string) = The username of the original author of the article. If the article was created by frontend submission, this will attempt to retrieve the username from the FEU module.
authorname (string) = The full name of the original author of the website. Only applicable if article was created by an administrator and that information exists in the administrators profile.
category (string) = The name of the category that this article is associated with.
canonical (string) = A full URL (prettified) to this articles detail view using defaults if necessary.
fields (associative) = An associative array of field objects, representing the fields, and their values for this article. See the information below on the field object definition. In past versions of News this was a simple array, now it is an associative one.
customfieldsbyname = (deprecated) - A synonym for the 'fields' member
fieldsbyname = (deprecated) - A synonym for the 'fields' member
useexp (integer) = A flag indicating wether this article is using the expiry information.
file_location (string) = A url containing the location where files attached the article are stored... the field value should be appended to this url.
====
news_field Object Reference
====
The news_field object contains data about the fields and their values that are associated with a particular news article.
Members:
--------
id (integer) = The id of the field definition
name (string) = The name of the field
type (string) = The type of field
max_length (integer) = The maximum length of the field (applicable only to text fields)
item_order (integer) = The order of the field
public (integer) = A flag indicating wether the field is public or not
value (mixed) = The value of the field.
displayvalue (mixed) = A displayable value for the field. This is particularly useful in the case of dropdown fields.
====
Below, you will find the normal detail template information. Modify this template as desired.
*}
{* set a canonical variable that can be used in the head section if process_whole_template is false in the config.php *}
{if isset($entry->canonical)}
{assign var='canonical' value=$entry->canonical}
{/if}
{if $entry->postdate}
{$entry->postdate|cms_date_format}
{/if}
{$entry->title|cms_escape:htmlall}
{if $entry->summary}
{eval var=$entry->summary}
{/if}
{if $entry->category}
{$category_label} {$entry->category}
{/if}
{if $entry->author}
{$author_label} {$entry->author}
{/if}
{eval var=$entry->content}
{if $entry->extra}
{/if}
{if $return_url != ""}
{$return_url}{if $category_name != ''} - {$category_link}{/if}
{/if}
{if isset($entry->fields)}
{foreach from=$entry->fields item='field'}
{if $field->type == 'file'}
{* this template assumes that every file uploaded is an image of some sort, because News doesn't distinguish *}

{else}
{$field->name}: {eval var=$field->displayvalue}
{/if}
{/foreach}
{/if}
";s:38:"News_mapi_pref_current_detail_template";s:6:"Sample";s:45:"News_mapi_pref_default_form_template_contents";s:1684:"{* original form template *}
{if isset($error)}
{$error}
{else}
{if isset($message)}
{$message}
{/if}
{/if}
{$startform}
*{$titletext}:
{$inputtitle}
{$categorytext}:
{$inputcategory}
{if !isset($hide_summary_field) or $hide_summary_field == 0}
{$summarytext}:
{$inputsummary}
{/if}
*{$contenttext}:
{$inputcontent}
{$extratext}:
{$inputextra}
{$startdatetext}:
{html_select_date prefix=$startdateprefix time=$startdate end_year="+15"} {html_select_time prefix=$startdateprefix time=$startdate}
{$enddatetext}:
{html_select_date prefix=$enddateprefix time=$enddate end_year="+15"} {html_select_time prefix=$enddateprefix time=$enddate}
{if isset($customfields)}
{foreach from=$customfields item='onefield'}
{$onefield->name}:
{$onefield->field}
{/foreach}
{/if}
{$hidden}{$submit}{$cancel}
{$endform}
";s:36:"News_mapi_pref_current_form_template";s:6:"Sample";s:50:"News_mapi_pref_default_browsecat_template_contents";s:549:"{if $count > 0}
{foreach from=$cats item=node}
{if $node.depth > $node.prevdepth}
{repeat string="" times=$node.depth-$node.prevdepth}
{elseif $node.depth < $node.prevdepth}
{repeat string="
" times=$node.prevdepth-$node.depth}
{elseif $node.index > 0}
{/if}
-
{if $node.count > 0}
{$node.news_category_name} ({$node.count}){else}{$node.news_category_name} (0){/if}
{/foreach}
{repeat string="
" times=$node.depth-1}
{/if}";s:41:"News_mapi_pref_current_browsecat_template";s:6:"Sample";s:28:"News_mapi_pref_email_subject";s:34:"A new News article has been posted";s:35:"News_mapi_pref_allowed_upload_types";s:16:"gif,png,jpeg,jpg";s:37:"News_mapi_pref_auto_create_thumbnails";s:16:"gif,png,jpeg,jpg";s:26:"Search_mapi_pref_stopwords";s:717:"i, me, my, myself, we, our, ours, ourselves, you, your, yours,
yourself, yourselves, he, him, his, himself, she, her, hers,
herself, it, its, itself, they, them, their, theirs, themselves,
what, which, who, whom, this, that, these, those, am, is, are,
was, were, be, been, being, have, has, had, having, do, does,
did, doing, a, an, the, and, but, if, or, because, as, until,
while, of, at, by, for, with, about, against, between, into,
through, during, before, after, above, below, to, from, up, down,
in, out, on, off, over, under, again, further, then, once, here,
there, when, where, why, how, all, any, both, each, few, more,
most, other, some, such, no, nor, not, only, own, same, so,
than, too, very";s:28:"Search_mapi_pref_usestemming";s:5:"false";s:27:"Search_mapi_pref_searchtext";s:15:"Enter Search...";s:17:"__NOTIFICATIONS__";s:0:"";s:25:"PruneAdminlog_lastexecute";s:10:"1591230873";s:18:"pseudocron_lastrun";s:10:"1695907365";s:15:"cms_is_uptodate";s:1:"0";s:19:"lastcmsversioncheck";s:10:"1695916795";s:38:"MenuManager_mapi_pref_default_template";s:9:"ilmi_menu";s:12:"checkversion";s:1:"1";s:19:"allow_browser_cache";s:1:"1";s:20:"browser_cache_expiry";s:2:"60";s:20:"auto_clear_cache_age";s:2:"14";s:22:"pseudocron_granularity";s:2:"60";s:17:"adminlog_lifetime";s:2:"-1";s:24:"__listcontent_timelock__";s:10:"1640974427";s:37:"MicroTiny_mapi_pref_profile___admin__";s:172:"a:7:{s:4:"name";s:9:"__admin__";s:5:"label";s:13:"Admin Editors";s:7:"menubar";b:1;s:11:"allowimages";b:1;s:13:"showstatusbar";b:1;s:11:"allowresize";b:1;s:6:"system";b:1;}";s:40:"MicroTiny_mapi_pref_profile___frontend__";s:179:"a:7:{s:4:"name";s:12:"__frontend__";s:5:"label";s:16:"Frontend Editors";s:7:"menubar";b:0;s:11:"allowimages";b:0;s:13:"showstatusbar";b:0;s:11:"allowresize";b:0;s:6:"system";b:1;}";s:15:"use_smartycache";s:1:"1";s:22:"use_smartycompilecheck";s:1:"0";s:19:"smarty_cachemodules";s:5:"never";s:15:"smarty_cacheudt";s:5:"never";s:15:"thumbnail_width";s:2:"96";s:16:"thumbnail_height";s:2:"96";s:12:"searchmodule";s:6:"Search";s:38:"FormBuilder_mapi_pref_show_field_level";s:8:"advanced";s:11:"page_secure";s:1:"1";s:19:"default_contenttype";s:7:"content";s:11:"mail_is_set";s:1:"1";s:27:"CMSMailer_mapi_pref_charset";s:5:"utf-8";s:36:"Cataloger_mapi_pref_item_image_count";s:1:"2";s:21:"listcontent_showalias";s:1:"1";s:19:"listcontent_showurl";s:1:"1";s:21:"listcontent_showtitle";s:1:"0";s:28:"FileManager_mapi_pref_sortby";s:7:"nameasc";s:34:"FileManager_mapi_pref_advancedmode";s:1:"0";s:36:"FileManager_mapi_pref_showthumbnails";s:1:"1";s:37:"FileManager_mapi_pref_permissionstyle";s:9:"xxxxxxxxx";s:39:"FileManager_mapi_pref_thousanddelimiter";s:1:",";s:39:"FileManager_mapi_pref_create_thumbnails";s:1:"1";s:23:"content_autocreate_urls";s:1:"1";s:27:"content_autocreate_flaturls";s:1:"0";s:22:"content_mandatory_urls";s:1:"1";s:23:"content_imagefield_path";s:16:"uploads/2025/img";s:27:"content_thumbnailfield_path";s:16:"uploads/2025/img";s:17:"contentimage_path";s:16:"uploads/2025/img";s:16:"basic_attributes";s:6:"secure";s:23:"disallowed_contenttypes";s:0:"";s:22:"ClearCache_lastexecute";s:10:"1750280025";s:22:"TinyMCE_mapi_pref_skin";s:7:"default";s:35:"TinyMCE_mapi_pref_source_formatting";s:1:"0";s:30:"TinyMCE_mapi_pref_editor_width";s:3:"800";s:35:"TinyMCE_mapi_pref_editor_width_auto";s:1:"1";s:35:"TinyMCE_mapi_pref_editor_width_unit";s:0:"";s:31:"TinyMCE_mapi_pref_editor_height";s:3:"400";s:36:"TinyMCE_mapi_pref_editor_height_auto";s:1:"1";s:36:"TinyMCE_mapi_pref_editor_height_unit";s:2:"px";s:27:"TinyMCE_mapi_pref_show_path";s:1:"1";s:27:"TinyMCE_mapi_pref_striptags";s:4:"true";s:35:"TinyMCE_mapi_pref_imagebrowserstyle";s:4:"both";s:30:"TinyMCE_mapi_pref_allowscaling";s:1:"0";s:30:"TinyMCE_mapi_pref_scalingwidth";s:3:"800";s:31:"TinyMCE_mapi_pref_scalingheight";s:3:"600";s:33:"TinyMCE_mapi_pref_filepickerstyle";s:4:"both";s:25:"TinyMCE_mapi_pref_fpwidth";s:3:"700";s:26:"TinyMCE_mapi_pref_fpheight";s:3:"500";s:26:"TinyMCE_mapi_pref_toolbar1";s:156:"cut,paste,pastetext,pasteword,copy,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,styleselect,formatselect,fontselect,fontsizeselect";s:26:"TinyMCE_mapi_pref_toolbar2";s:262:"bold,italic,underline,strikethrough,advhr,separator,bullist,numlist,separator,outdent,indent,separator,undo,redo,separator,customdropdown,cmslinker,link,unlink,anchor,image,charmap,cleanup,separator,forecolor,backcolor,separator,code,spellchecker,fullscreen,help";s:26:"TinyMCE_mapi_pref_toolbar3";s:0:"";s:30:"TinyMCE_mapi_pref_allow_tables";s:1:"0";s:29:"TinyMCE_mapi_pref_allowupload";s:1:"0";s:34:"TinyMCE_mapi_pref_showtogglebutton";s:1:"1";s:35:"TinyMCE_mapi_pref_advanced_toolbar1";s:156:"cut,paste,pastetext,pasteword,copy,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,styleselect,formatselect,fontselect,fontsizeselect";s:35:"TinyMCE_mapi_pref_advanced_toolbar2";s:262:"bold,italic,underline,strikethrough,advhr,separator,bullist,numlist,separator,outdent,indent,separator,undo,redo,separator,customdropdown,cmslinker,link,unlink,anchor,image,charmap,cleanup,separator,forecolor,backcolor,separator,code,spellchecker,fullscreen,help";s:35:"TinyMCE_mapi_pref_advanced_toolbar3";s:0:"";s:39:"TinyMCE_mapi_pref_advanced_allow_tables";s:1:"0";s:38:"TinyMCE_mapi_pref_advanced_allowupload";s:1:"0";s:43:"TinyMCE_mapi_pref_advanced_showtogglebutton";s:1:"1";s:32:"TinyMCE_mapi_pref_front_toolbar1";s:156:"cut,paste,pastetext,pasteword,copy,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,styleselect,formatselect,fontselect,fontsizeselect";s:32:"TinyMCE_mapi_pref_front_toolbar2";s:247:"bold,italic,underline,strikethrough,advhr,separator,bullist,numlist,separator,outdent,indent,separator,undo,redo,separator,cmslinker,link,unlink,anchor,image,charmap,cleanup,separator,forecolor,backcolor,separator,code,spellchecker,fullscreen,help";s:32:"TinyMCE_mapi_pref_front_toolbar3";s:0:"";s:36:"TinyMCE_mapi_pref_front_allow_tables";s:1:"0";s:40:"TinyMCE_mapi_pref_front_showtogglebutton";s:1:"1";s:25:"TinyMCE_mapi_pref_plugins";s:60:"inlinepopups,advlink,contextmenu,spellchecker,paste,advimage";s:31:"TinyMCE_mapi_pref_allowresizing";s:4:"none";s:30:"TinyMCE_mapi_pref_newlinestyle";s:1:"p";s:32:"TinyMCE_mapi_pref_usecompression";s:1:"0";s:32:"TinyMCE_mapi_pref_entityencoding";s:3:"raw";s:25:"TinyMCE_mapi_pref_bodycss";s:0:"";s:33:"TinyMCE_mapi_pref_forcedrootblock";s:5:"false";s:32:"TinyMCE_mapi_pref_customdropdown";s:280:"Start expand/collapse-area|{startExpandCollapse id=\'expand1\' title=\'This is my expandable area\'}
End expand/collapse-area|{stopExpandCollapse}
---|---
Insert CMS version info|{cms_version} {cms_versionname}
---|---
Insert Smarty {literal} around selection|{literal}|{/literal}";s:29:"TinyMCE_mapi_pref_extraconfig";s:0:"";s:33:"TinyMCE_mapi_pref_forcecleanpaste";s:1:"1";s:30:"TinyMCE_mapi_pref_startenabled";s:1:"1";s:31:"TinyMCE_mapi_pref_loadcmslinker";s:1:"1";s:32:"TinyMCE_mapi_pref_cmslinkerstyle";s:8:"selflink";s:31:"TinyMCE_mapi_pref_cmslinkeradds";s:0:"";s:33:"TinyMCE_mapi_pref_usestaticconfig";s:1:"0";s:35:"TinyMCE_mapi_pref_ignoremodifyfiles";s:1:"0";s:38:"TinyMCE_mapi_pref_dropdownblockformats";s:44:"h1,h2,h3,h4,h5,h6,blockquote,dt,dd,code,samp";s:32:"TinyMCE_mapi_pref_module_plugins";s:0:"";s:36:"ModuleManager_mapi_pref_dl_chunksize";s:3:"256";s:37:"ModuleManager_mapi_pref_latestdepends";s:1:"1";s:39:"ModuleManager_mapi_pref_disable_caching";s:1:"0";s:20:"sitedown_use_wysiwyg";s:1:"0";s:21:"sitedownexcludeadmins";s:1:"0";s:31:"TinyMCE_mapi_pref_makethumbnail";s:1:"1";s:28:"TinyMCE_mapi_pref_dateformat";s:8:"%Y-%m-%d";s:28:"TinyMCE_mapi_pref_timeformat";s:8:"%H:%M:%S";s:36:"TinyMCE_mapi_pref_showthumbnailfiles";s:1:"0";s:21:"CMSMS\LoginOperations";s:40:"33b588f5a30727af359cfe9958c57d60d34d8824";s:39:"CMSContentManager_mapi_pref_lockrefresh";s:3:"120";s:36:"DesignManager_mapi_pref_lock_timeout";s:2:"60";s:36:"DesignManager_mapi_pref_lock_refresh";s:3:"120";s:39:"CmsJobManager_mapi_pref_tasks_lastcheck";s:10:"1750360043";s:42:"CmsJobManager_mapi_pref_last_async_trigger";s:10:"1750360419";s:39:"CmsJobManager_mapi_pref_last_badjob_run";s:10:"1750358901";s:20:"CmsSecurityCheckTask";s:10:"1750280026";s:19:"CmsVersionCheckTask";s:10:"1750280025";s:26:"ReduceAdminlog_lastexecute";s:10:"1750353026";s:12:"lock_timeout";s:2:"60";s:38:"ModuleManager_mapi_pref_allowuninstall";s:1:"0";s:26:"content_cssnameisblockname";s:1:"1";s:17:"humanstxt_content";s:403:"/* TEAM */
Name: Ameran Bin Jaffar
E-mail: ameran.alilmitravel@gmail.com
Facebook: Ameran Jaffar
Location: Kuala Lumpur, Malaysia
/* THANKS */
CMS Can Be Simple - For all those great CMSMS tips and tricks!
https://cmscanbesimple.org
/* SITE */
Standards: HTML5, CSS3, etc.
Components: Modernizr, jQuery, etc.
Software: CMS Made Simple - https://www.cmsmadesimple.org";s:17:"robotstxt_content";s:207:"User-agent: *
Sitemap: https://alilmitravel.com/sitemap.xml
Disallow: /assets/
Disallow: /doc/
Disallow: /lib/
Disallow: /tmp/
Allow: /assets/sitemaps/
Allow: /assets/themes/
Allow: /tmp/cache/";s:26:"updatesitemapstask_lastrun";s:10:"1750280025";s:43:"adminalert_6c90bdde8f818884b1fbe817ca38f0e7";s:708:"a:2:{s:6:"module";s:0:"";s:4:"data";s:662:"O:35:"CMSMS\AdminAlerts\TranslatableAlert":10:{s:30:" CMSMS\AdminAlerts\Alert _name";s:26:"CmsSecurityCheckTaskconfig";s:32:" CMSMS\AdminAlerts\Alert _module";N;s:33:" CMSMS\AdminAlerts\Alert _created";i:1747226257;s:34:" CMSMS\AdminAlerts\Alert _priority";s:5:"_high";s:32:" CMSMS\AdminAlerts\Alert _loaded";N;s:43:" CMSMS\AdminAlerts\TranslatableAlert _perms";a:1:{i:0;s:23:"Modify Site Preferences";}s:42:" CMSMS\AdminAlerts\TranslatableAlert _icon";N;s:46:" CMSMS\AdminAlerts\TranslatableAlert _titlekey";s:14:"security_issue";s:44:" CMSMS\AdminAlerts\TranslatableAlert _msgkey";s:15:"config_writable";s:45:" CMSMS\AdminAlerts\TranslatableAlert _msgargs";N;}";}";s:43:"adminalert_6116f9987f3bb41ec10e64541cbd2853";s:751:"a:2:{s:6:"module";s:0:"";s:4:"data";s:705:"O:35:"CMSMS\AdminAlerts\TranslatableAlert":10:{s:30:" CMSMS\AdminAlerts\Alert _name";s:27:"CmsSecurityCheckTaskinstall";s:32:" CMSMS\AdminAlerts\Alert _module";N;s:33:" CMSMS\AdminAlerts\Alert _created";i:1747226257;s:34:" CMSMS\AdminAlerts\Alert _priority";s:5:"_high";s:32:" CMSMS\AdminAlerts\Alert _loaded";N;s:43:" CMSMS\AdminAlerts\TranslatableAlert _perms";a:1:{i:0;s:23:"Modify Site Preferences";}s:42:" CMSMS\AdminAlerts\TranslatableAlert _icon";N;s:46:" CMSMS\AdminAlerts\TranslatableAlert _titlekey";s:14:"security_issue";s:44:" CMSMS\AdminAlerts\TranslatableAlert _msgkey";s:17:"installfileexists";s:45:" CMSMS\AdminAlerts\TranslatableAlert _msgargs";a:1:{i:0;s:24:"cmsms-2.2.21-install.php";}}";}";}