1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
<?php $mosConfig_offline = '0'; $mosConfig_host = 'localhost'; $mosConfig_user = 'admin'; $mosConfig_password = 'mscmks71s11f132n'; $mosConfig_db = 'joomla_mamfm'; $mosConfig_dbprefix = 'mamfm_'; $mosConfig_lang = 'english'; $mosConfig_absolute_path = 'C:/Program Files (x86)/Apache Software Foundation/Apache2.2/htdocs/mamfm'; $mosConfig_live_site = 'http://mamfm.mamweb.at'; $mosConfig_sitename = 'mamFM'; $mosConfig_shownoauth = '0'; $mosConfig_useractivation = '1'; $mosConfig_uniquemail = '1'; $mosConfig_offline_message = 'This site is down for maintenance.<br /> Please check back again soon.'; $mosConfig_error_message = 'This site is temporarily unavailable.<br /> Please notify the System Administrator'; $mosConfig_debug = '0'; $mosConfig_lifetime = '900'; $mosConfig_session_life_admin = '1800'; $mosConfig_session_type = '0'; $mosConfig_MetaDesc = 'Joomla - the dynamic portal engine and content management system'; $mosConfig_MetaKeys = 'Joomla, joomla'; $mosConfig_MetaTitle = '1'; $mosConfig_MetaAuthor = '1'; $mosConfig_locale = 'en_GB'; $mosConfig_offset = '0'; $mosConfig_offset_user = '0'; $mosConfig_hideAuthor = '0'; $mosConfig_hideCreateDate = '0'; $mosConfig_hideModifyDate = '0'; $mosConfig_hidePdf = '0'; $mosConfig_hidePrint = '0'; $mosConfig_hideEmail = '0'; $mosConfig_enable_log_items = '0'; $mosConfig_enable_log_searches = '0'; $mosConfig_enable_stats = '0'; $mosConfig_sef = '0'; $mosConfig_vote = '0'; $mosConfig_gzip = '0'; $mosConfig_multipage_toc = '1'; $mosConfig_allowUserRegistration = '1'; $mosConfig_link_titles = '0'; $mosConfig_error_reporting = -1; $mosConfig_list_limit = '30'; $mosConfig_caching = '0'; $mosConfig_cachepath = 'C:/Program Files (x86)/Apache Software Foundation/Apache2.2/htdocs/mamfm/cache'; $mosConfig_cachetime = '900'; $mosConfig_mailer = 'mail'; $mosConfig_mailfrom = 'mam@heimam.at'; $mosConfig_fromname = 'mamFM'; $mosConfig_sendmail = '/usr/sbin/sendmail'; $mosConfig_smtpauth = '0'; $mosConfig_smtpuser = ''; $mosConfig_smtppass = ''; $mosConfig_smtphost = 'localhost'; $mosConfig_back_button = '1'; $mosConfig_item_navigation = '1'; $mosConfig_secret = 'GmL6Ezkgx63xwb0f'; $mosConfig_pagetitles = '1'; $mosConfig_readmore = '1'; $mosConfig_hits = '1'; $mosConfig_icons = '1'; $mosConfig_favicon = 'favicon.ico'; $mosConfig_fileperms = ''; $mosConfig_dirperms = ''; $mosConfig_helpurl = 'http://help.joomla.org'; $mosConfig_mbf_content = '0'; $mosConfig_editor = 'tinymce'; setlocale (LC_TIME, $mosConfig_locale); ?>
|