View | Details | Raw Unified | Return to bug 187618
Collapse All | Expand All

(-)Makefile (-1 / +5 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	froxlor
4
PORTNAME=	froxlor
5
DISTVERSION=	0.9.30
5
DISTVERSION=	0.9.31.2
6
CATEGORIES=	sysutils www
6
CATEGORIES=	sysutils www
7
MASTER_SITES=	http://files.froxlor.org/releases/
7
MASTER_SITES=	http://files.froxlor.org/releases/
8
8
Lines 19-24 Link Here
19
19
20
USE_PHP=	xml bcmath posix filter session ftp mysql mysqli
20
USE_PHP=	xml bcmath posix filter session ftp mysql mysqli
21
21
22
USES=shebangfix
23
24
SHEBANG_FILES=	froxlor/install/tsmarty2c.php
25
22
OPTIONS_DEFINE=	POWERDNS LIBNSS LOGROTATE MYSQLS DKIM PCNTL NLS
26
OPTIONS_DEFINE=	POWERDNS LIBNSS LOGROTATE MYSQLS DKIM PCNTL NLS
23
27
24
OPTIONS_RADIO=	WEB SMTP IMAPPOP3 FTP
28
OPTIONS_RADIO=	WEB SMTP IMAPPOP3 FTP
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (froxlor-0.9.30.tar.gz) = 5cb1ee68051671b8e4d264befe57b77a13a7b1b290fef1b576d68d9c954ef8b7
1
SHA256 (froxlor-0.9.31.2.tar.gz) = 1d9e2bffb8593babb7fc107da6d9ff8b47d1faa132e5dcdfb101167d94cfdf06
2
SIZE (froxlor-0.9.30.tar.gz) = 1899021
2
SIZE (froxlor-0.9.31.2.tar.gz) = 1804242
(-)files/pkg-deinstall.in (-10 / +18 lines)
Lines 1-15 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
if [ "$2" == "POST-DEINSTALL" ]; then
4
if [ "$2" != "POST-DEINSTALL" ]; then
5
	exit 0
6
fi
7
5
if [ -d %%WWWDIR%% ]; then
8
if [ -d %%WWWDIR%% ]; then
6
	echo ""
9
	wf=`find %%WWWDIR%% -not -type d | wc -l`
7
	echo "-------------------------------------------------------"
10
8
	echo "Run the following command, if you plan to permanently"
11
	if [ $wf -ne 0 ]; then
9
	echo "remove froxlor:"
12
		echo ""
10
	echo ""
13
		echo "-------------------------------------------------------"
11
	echo "  rm -rf %%WWWDIR%%"
14
		echo "Run the following command, if you plan to permanently"
12
	echo "-------------------------------------------------------"
15
		echo "remove froxlor:"
13
	echo ""
16
		echo ""
17
		echo "  rm -rf %%WWWDIR%%"
18
		echo "-------------------------------------------------------"
19
		echo ""
20
	fi
14
fi
21
fi
15
fi
22
23
exit 0
(-)pkg-plist (-226 / +91 lines)
Lines 1-6 Link Here
1
@owner www
1
@owner www
2
@group www
2
@group www
3
%%WWWDIR%%/COPYING
3
%%WWWDIR%%/COPYING
4
%%WWWDIR%%/README.md
4
%%WWWDIR%%/actions/admin/settings/000.version.php
5
%%WWWDIR%%/actions/admin/settings/000.version.php
5
%%WWWDIR%%/actions/admin/settings/100.panel.php
6
%%WWWDIR%%/actions/admin/settings/100.panel.php
6
%%WWWDIR%%/actions/admin/settings/110.accounts.php
7
%%WWWDIR%%/actions/admin/settings/110.accounts.php
Lines 52-63 Link Here
52
%%WWWDIR%%/customer_tickets.php
53
%%WWWDIR%%/customer_tickets.php
53
%%WWWDIR%%/customer_traffic.php
54
%%WWWDIR%%/customer_traffic.php
54
%%WWWDIR%%/index.php
55
%%WWWDIR%%/index.php
55
%%WWWDIR%%/install/froxlor.sql
56
%%WWWDIR%%/install/%%AP_NAME%%.sql
56
%%WWWDIR%%/install/install.php
57
%%WWWDIR%%/install/install.php
57
%%WWWDIR%%/install/lib/class.FroxlorInstall.php
58
%%WWWDIR%%/install/lib/class.FroxlorInstall.php
58
%%WWWDIR%%/install/lng/english.lng.php
59
%%WWWDIR%%/install/lng/english.lng.php
59
%%WWWDIR%%/install/lng/german.lng.php
60
%%WWWDIR%%/install/lng/german.lng.php
60
%%WWWDIR%%/install/scripts/htpasswd-htaccess-remover.php
61
%%WWWDIR%%/install/scripts/language-check.php
61
%%WWWDIR%%/install/scripts/language-check.php
62
%%WWWDIR%%/install/templates/assets/css/install.css
62
%%WWWDIR%%/install/templates/assets/css/install.css
63
%%WWWDIR%%/install/templates/assets/img/favicon.ico
63
%%WWWDIR%%/install/templates/assets/img/favicon.ico
Lines 76-90 Link Here
76
%%WWWDIR%%/install/templates/pagebottom.tpl
76
%%WWWDIR%%/install/templates/pagebottom.tpl
77
%%WWWDIR%%/install/templates/textarea.tpl
77
%%WWWDIR%%/install/templates/textarea.tpl
78
%%WWWDIR%%/install/tsmarty2c.php
78
%%WWWDIR%%/install/tsmarty2c.php
79
%%WWWDIR%%/install/updates/froxlor/0.9/update_0.9.inc.php
79
%%WWWDIR%%/install/updates/%%AP_NAME%%/0.9/update_0.9.inc.php
80
%%WWWDIR%%/install/updates/froxlor/upgrade_syscp.inc.php
80
%%WWWDIR%%/install/updates/%%AP_NAME%%/upgrade_syscp.inc.php
81
%%WWWDIR%%/install/updates/preconfig.php
81
%%WWWDIR%%/install/updates/preconfig.php
82
%%WWWDIR%%/install/updates/preconfig/0.9/preconfig_0.9.inc.php
82
%%WWWDIR%%/install/updates/preconfig/0.9/preconfig_0.9.inc.php
83
%%WWWDIR%%/install/updates/syscp/1.0/update_1.0.10_1.2-beta1.inc.php
84
%%WWWDIR%%/install/updates/syscp/1.0/update_1.0_1.0.10.inc.php
85
%%WWWDIR%%/install/updates/syscp/1.2/update_1.2-beta1_1.2.19.inc.php
86
%%WWWDIR%%/install/updates/syscp/1.2/update_1.2.19_1.4.inc.php
87
%%WWWDIR%%/install/updates/syscp/1.4/update_1.4.inc.php
88
%%WWWDIR%%/install/updatesql.php
83
%%WWWDIR%%/install/updatesql.php
89
%%WWWDIR%%/js/excanvas.min.js
84
%%WWWDIR%%/js/excanvas.min.js
90
%%WWWDIR%%/js/html5shiv.js
85
%%WWWDIR%%/js/html5shiv.js
Lines 123-128 Link Here
123
%%WWWDIR%%/js/plugins/jqplot.pyramidGridRenderer.min.js
118
%%WWWDIR%%/js/plugins/jqplot.pyramidGridRenderer.min.js
124
%%WWWDIR%%/js/plugins/jqplot.pyramidRenderer.min.js
119
%%WWWDIR%%/js/plugins/jqplot.pyramidRenderer.min.js
125
%%WWWDIR%%/js/plugins/jqplot.trendline.min.js
120
%%WWWDIR%%/js/plugins/jqplot.trendline.min.js
121
%%WWWDIR%%/lib/ajax.php
126
%%WWWDIR%%/lib/classes/Smarty
122
%%WWWDIR%%/lib/classes/Smarty
127
%%WWWDIR%%/lib/classes/Smarty-3.1.15/COPYING.lib
123
%%WWWDIR%%/lib/classes/Smarty-3.1.15/COPYING.lib
128
%%WWWDIR%%/lib/classes/Smarty-3.1.15/README
124
%%WWWDIR%%/lib/classes/Smarty-3.1.15/README
Lines 265-273 Link Here
265
%%WWWDIR%%/lib/classes/aps/class.ApsParser.php
261
%%WWWDIR%%/lib/classes/aps/class.ApsParser.php
266
%%WWWDIR%%/lib/classes/aps/class.ApsUpdater.php
262
%%WWWDIR%%/lib/classes/aps/class.ApsUpdater.php
267
%%WWWDIR%%/lib/classes/aps/class.DynamicProperties.php
263
%%WWWDIR%%/lib/classes/aps/class.DynamicProperties.php
268
%%WWWDIR%%/lib/classes/database/class.db.php
264
%%WWWDIR%%/lib/classes/database/class.Database.php
269
%%WWWDIR%%/lib/classes/domains/class.docrootsettings.php
265
%%WWWDIR%%/lib/classes/database/class.DbManager.php
270
%%WWWDIR%%/lib/classes/froxlorclient/class.froxlorclient.php
266
%%WWWDIR%%/lib/classes/database/manager/class.DbManagerMySQL.php
271
%%WWWDIR%%/lib/classes/htmlpurifier/CREDITS
267
%%WWWDIR%%/lib/classes/htmlpurifier/CREDITS
272
%%WWWDIR%%/lib/classes/htmlpurifier/LICENSE
268
%%WWWDIR%%/lib/classes/htmlpurifier/LICENSE
273
%%WWWDIR%%/lib/classes/htmlpurifier/VERSION
269
%%WWWDIR%%/lib/classes/htmlpurifier/VERSION
Lines 649-654 Link Here
649
%%WWWDIR%%/lib/classes/ticket/class.ticket.php
645
%%WWWDIR%%/lib/classes/ticket/class.ticket.php
650
%%WWWDIR%%/lib/classes/webserver/class.ConfigIO.php
646
%%WWWDIR%%/lib/classes/webserver/class.ConfigIO.php
651
%%WWWDIR%%/lib/classes/webserver/class.DomainSSL.php
647
%%WWWDIR%%/lib/classes/webserver/class.DomainSSL.php
648
%%WWWDIR%%/lib/classes/webserver/class.WebserverBase.php
652
%%WWWDIR%%/lib/configfiles/freebsd.inc.php
649
%%WWWDIR%%/lib/configfiles/freebsd.inc.php
653
%%WWWDIR%%/lib/configfiles/gentoo.inc.php
650
%%WWWDIR%%/lib/configfiles/gentoo.inc.php
654
%%WWWDIR%%/lib/configfiles/lucid.inc.php
651
%%WWWDIR%%/lib/configfiles/lucid.inc.php
Lines 708-718 Link Here
708
%%WWWDIR%%/lib/functions/aps/function.storeSettingApsWebserverModules.php
705
%%WWWDIR%%/lib/functions/aps/function.storeSettingApsWebserverModules.php
709
%%WWWDIR%%/lib/functions/aps/function.sys_get_temp_dir.php
706
%%WWWDIR%%/lib/functions/aps/function.sys_get_temp_dir.php
710
%%WWWDIR%%/lib/functions/database/function.correctMysqlUsers.php
707
%%WWWDIR%%/lib/functions/database/function.correctMysqlUsers.php
711
%%WWWDIR%%/lib/functions/database/function.getTables.php
712
%%WWWDIR%%/lib/functions/filedir/function.fileImmutable.php
708
%%WWWDIR%%/lib/functions/filedir/function.fileImmutable.php
713
%%WWWDIR%%/lib/functions/filedir/function.findDirs.php
709
%%WWWDIR%%/lib/functions/filedir/function.findDirs.php
714
%%WWWDIR%%/lib/functions/filedir/function.isConfigDir.php
710
%%WWWDIR%%/lib/functions/filedir/function.isConfigDir.php
715
%%WWWDIR%%/lib/functions/filedir/function.maildirExists.php
716
%%WWWDIR%%/lib/functions/filedir/function.makeChownWithNewStats.php
711
%%WWWDIR%%/lib/functions/filedir/function.makeChownWithNewStats.php
717
%%WWWDIR%%/lib/functions/filedir/function.makeCorrectDir.php
712
%%WWWDIR%%/lib/functions/filedir/function.makeCorrectDir.php
718
%%WWWDIR%%/lib/functions/filedir/function.makeCorrectFile.php
713
%%WWWDIR%%/lib/functions/filedir/function.makeCorrectFile.php
Lines 760-795 Link Here
760
%%WWWDIR%%/lib/functions/formfields/string/function.validateFormFieldString.php
755
%%WWWDIR%%/lib/functions/formfields/string/function.validateFormFieldString.php
761
%%WWWDIR%%/lib/functions/formfields/text/function.getFormFieldOutputText.php
756
%%WWWDIR%%/lib/functions/formfields/text/function.getFormFieldOutputText.php
762
%%WWWDIR%%/lib/functions/formfields/text/function.validateFormFieldText.php
757
%%WWWDIR%%/lib/functions/formfields/text/function.validateFormFieldText.php
763
%%WWWDIR%%/lib/functions/froxlor/function.CorrectErrorDocument.php
758
%%WWWDIR%%/lib/functions/%%AP_NAME%%/function.CorrectErrorDocument.php
764
%%WWWDIR%%/lib/functions/froxlor/function.CronjobFunctions.php
759
%%WWWDIR%%/lib/functions/%%AP_NAME%%/function.CronjobFunctions.php
765
%%WWWDIR%%/lib/functions/froxlor/function.convertUtf8.php
760
%%WWWDIR%%/lib/functions/%%AP_NAME%%/function.convertUtf8.php
766
%%WWWDIR%%/lib/functions/froxlor/function.createAWStatsConf.php
761
%%WWWDIR%%/lib/functions/%%AP_NAME%%/function.createAWStatsConf.php
767
%%WWWDIR%%/lib/functions/froxlor/function.createAWStatsVhost.php
762
%%WWWDIR%%/lib/functions/%%AP_NAME%%/function.createAWStatsVhost.php
768
%%WWWDIR%%/lib/functions/froxlor/function.customerHasPerlEnabled.php
763
%%WWWDIR%%/lib/functions/%%AP_NAME%%/function.customerHasPerlEnabled.php
769
%%WWWDIR%%/lib/functions/froxlor/function.domainHasMainSubDomains.php
764
%%WWWDIR%%/lib/functions/%%AP_NAME%%/function.domainHasMainSubDomains.php
770
%%WWWDIR%%/lib/functions/froxlor/function.domainHasSslIpPort.php
765
%%WWWDIR%%/lib/functions/%%AP_NAME%%/function.domainHasSslIpPort.php
771
%%WWWDIR%%/lib/functions/froxlor/function.generatePassword.php
766
%%WWWDIR%%/lib/functions/%%AP_NAME%%/function.generatePassword.php
772
%%WWWDIR%%/lib/functions/froxlor/function.getAdmins.php
767
%%WWWDIR%%/lib/functions/%%AP_NAME%%/function.getCustomerDetail.php
773
%%WWWDIR%%/lib/functions/froxlor/function.getCustomerDetail.php
768
%%WWWDIR%%/lib/functions/%%AP_NAME%%/function.getFilesystemQuota.php
774
%%WWWDIR%%/lib/functions/froxlor/function.getCustomerIdByDomain.php
769
%%WWWDIR%%/lib/functions/%%AP_NAME%%/function.getIpAddresses.php
775
%%WWWDIR%%/lib/functions/froxlor/function.getCustomers.php
770
%%WWWDIR%%/lib/functions/%%AP_NAME%%/function.getIpPortCombinations.php
776
%%WWWDIR%%/lib/functions/froxlor/function.getFilesystemQuota.php
771
%%WWWDIR%%/lib/functions/%%AP_NAME%%/function.getLanguages.php
777
%%WWWDIR%%/lib/functions/froxlor/function.getIpAddresses.php
772
%%WWWDIR%%/lib/functions/%%AP_NAME%%/function.getLoginNameByUid.php
778
%%WWWDIR%%/lib/functions/froxlor/function.getIpPortCombinations.php
773
%%WWWDIR%%/lib/functions/%%AP_NAME%%/function.getPhpConfigs.php
779
%%WWWDIR%%/lib/functions/froxlor/function.getLanguages.php
774
%%WWWDIR%%/lib/functions/%%AP_NAME%%/function.getThemes.php
780
%%WWWDIR%%/lib/functions/froxlor/function.getLoginNameByUid.php
775
%%WWWDIR%%/lib/functions/%%AP_NAME%%/function.inserttask.php
781
%%WWWDIR%%/lib/functions/froxlor/function.getPhpConfigs.php
776
%%WWWDIR%%/lib/functions/%%AP_NAME%%/function.isCustomerStdSubdomain.php
782
%%WWWDIR%%/lib/functions/froxlor/function.getServerId.php
777
%%WWWDIR%%/lib/functions/%%AP_NAME%%/function.isUtf8.php
783
%%WWWDIR%%/lib/functions/froxlor/function.getSessionUserDetail.php
778
%%WWWDIR%%/lib/functions/%%AP_NAME%%/function.loadConfigArrayDir.php
784
%%WWWDIR%%/lib/functions/froxlor/function.getThemes.php
779
%%WWWDIR%%/lib/functions/%%AP_NAME%%/function.updateCounters.php
785
%%WWWDIR%%/lib/functions/froxlor/function.inserttask.php
780
%%WWWDIR%%/lib/functions/%%AP_NAME%%/function.updateFunctions.php
786
%%WWWDIR%%/lib/functions/froxlor/function.isCustomerStdSubdomain.php
781
%%WWWDIR%%/lib/functions/%%AP_NAME%%/function.version_compare2.php
787
%%WWWDIR%%/lib/functions/froxlor/function.isUtf8.php
788
%%WWWDIR%%/lib/functions/froxlor/function.loadConfigArrayDir.php
789
%%WWWDIR%%/lib/functions/froxlor/function.openRootDB.php
790
%%WWWDIR%%/lib/functions/froxlor/function.updateCounters.php
791
%%WWWDIR%%/lib/functions/froxlor/function.updateFunctions.php
792
%%WWWDIR%%/lib/functions/froxlor/function.version_compare2.php
793
%%WWWDIR%%/lib/functions/logger/constant.logger.php
782
%%WWWDIR%%/lib/functions/logger/constant.logger.php
794
%%WWWDIR%%/lib/functions/output/function.RedirectCode.php
783
%%WWWDIR%%/lib/functions/output/function.RedirectCode.php
795
%%WWWDIR%%/lib/functions/output/function.ask_yesno.php
784
%%WWWDIR%%/lib/functions/output/function.ask_yesno.php
Lines 835-840 Link Here
835
%%WWWDIR%%/lib/functions/validate/function.checkHostname.php
824
%%WWWDIR%%/lib/functions/validate/function.checkHostname.php
836
%%WWWDIR%%/lib/functions/validate/function.checkMysqlAccessHost.php
825
%%WWWDIR%%/lib/functions/validate/function.checkMysqlAccessHost.php
837
%%WWWDIR%%/lib/functions/validate/function.checkPathConflicts.php
826
%%WWWDIR%%/lib/functions/validate/function.checkPathConflicts.php
827
%%WWWDIR%%/lib/functions/validate/function.checkPhpInterfaceSetting.php
838
%%WWWDIR%%/lib/functions/validate/function.checkUsername.php
828
%%WWWDIR%%/lib/functions/validate/function.checkUsername.php
839
%%WWWDIR%%/lib/functions/validate/function.checkValidRegEx.php
829
%%WWWDIR%%/lib/functions/validate/function.checkValidRegEx.php
840
%%WWWDIR%%/lib/functions/validate/function.makeCorrectDestination.php
830
%%WWWDIR%%/lib/functions/validate/function.makeCorrectDestination.php
Lines 848-854 Link Here
848
%%WWWDIR%%/lib/functions/validate/function.validateUsername.php
838
%%WWWDIR%%/lib/functions/validate/function.validateUsername.php
849
%%WWWDIR%%/lib/functions/validate/function.validate_ip.php
839
%%WWWDIR%%/lib/functions/validate/function.validate_ip.php
850
%%WWWDIR%%/lib/init.php
840
%%WWWDIR%%/lib/init.php
851
%%WWWDIR%%/lib/navigation/00.froxlor.main.php
841
%%WWWDIR%%/lib/navigation/00.%%AP_NAME%%.main.php
852
%%WWWDIR%%/lib/navigation/10.tickets.php
842
%%WWWDIR%%/lib/navigation/10.tickets.php
853
%%WWWDIR%%/lib/navigation/20.aps.installer.php
843
%%WWWDIR%%/lib/navigation/20.aps.installer.php
854
%%WWWDIR%%/lib/tables.inc.php
844
%%WWWDIR%%/lib/tables.inc.php
Lines 873-885 Link Here
873
%%WWWDIR%%/locales/de/LC_MESSAGES/default.mo
863
%%WWWDIR%%/locales/de/LC_MESSAGES/default.mo
874
%%WWWDIR%%/locales/de/LC_MESSAGES/default.po
864
%%WWWDIR%%/locales/de/LC_MESSAGES/default.po
875
%%WWWDIR%%/locales/en/LC_MESSAGES/default.po
865
%%WWWDIR%%/locales/en/LC_MESSAGES/default.po
866
%%WWWDIR%%/logs/.keep
876
%%WWWDIR%%/packages/.keep
867
%%WWWDIR%%/packages/.keep
877
%%WWWDIR%%/scripts/froxlor_master_cronjob.php
868
%%WWWDIR%%/scripts/%%AP_NAME%%_master_cronjob.php
878
%%WWWDIR%%/scripts/jobs/cron_apsinstaller.php
869
%%WWWDIR%%/scripts/jobs/cron_apsinstaller.php
879
%%WWWDIR%%/scripts/jobs/cron_apsupdater.php
870
%%WWWDIR%%/scripts/jobs/cron_apsupdater.php
880
%%WWWDIR%%/scripts/jobs/cron_autoresponder.php
871
%%WWWDIR%%/scripts/jobs/cron_autoresponder.php
881
%%WWWDIR%%/scripts/jobs/cron_backup.php
872
%%WWWDIR%%/scripts/jobs/cron_backup.php
882
%%WWWDIR%%/scripts/jobs/cron_lighttp.htaccess.php
883
%%WWWDIR%%/scripts/jobs/cron_mailboxsize.php
873
%%WWWDIR%%/scripts/jobs/cron_mailboxsize.php
884
%%WWWDIR%%/scripts/jobs/cron_tasks.inc.dns.10.bind.php
874
%%WWWDIR%%/scripts/jobs/cron_tasks.inc.dns.10.bind.php
885
%%WWWDIR%%/scripts/jobs/cron_tasks.inc.http.10.apache.php
875
%%WWWDIR%%/scripts/jobs/cron_tasks.inc.http.10.apache.php
Lines 926-931 Link Here
926
%%WWWDIR%%/templates/Froxlor/admin/cronjobs/cronjob_edit.tpl
916
%%WWWDIR%%/templates/Froxlor/admin/cronjobs/cronjob_edit.tpl
927
%%WWWDIR%%/templates/Froxlor/admin/cronjobs/cronjobs.tpl
917
%%WWWDIR%%/templates/Froxlor/admin/cronjobs/cronjobs.tpl
928
%%WWWDIR%%/templates/Froxlor/admin/cronjobs/cronjobs_cronjob.tpl
918
%%WWWDIR%%/templates/Froxlor/admin/cronjobs/cronjobs_cronjob.tpl
919
%%WWWDIR%%/templates/Froxlor/admin/cronjobs/cronjobs_cronjobmodule.tpl
929
%%WWWDIR%%/templates/Froxlor/admin/customers/customers.tpl
920
%%WWWDIR%%/templates/Froxlor/admin/customers/customers.tpl
930
%%WWWDIR%%/templates/Froxlor/admin/customers/customers_add.tpl
921
%%WWWDIR%%/templates/Froxlor/admin/customers/customers_add.tpl
931
%%WWWDIR%%/templates/Froxlor/admin/customers/customers_customer.tpl
922
%%WWWDIR%%/templates/Froxlor/admin/customers/customers_customer.tpl
Lines 934-956 Link Here
934
%%WWWDIR%%/templates/Froxlor/admin/domains/domains_add.tpl
925
%%WWWDIR%%/templates/Froxlor/admin/domains/domains_add.tpl
935
%%WWWDIR%%/templates/Froxlor/admin/domains/domains_domain.tpl
926
%%WWWDIR%%/templates/Froxlor/admin/domains/domains_domain.tpl
936
%%WWWDIR%%/templates/Froxlor/admin/domains/domains_edit.tpl
927
%%WWWDIR%%/templates/Froxlor/admin/domains/domains_edit.tpl
937
%%WWWDIR%%/templates/Froxlor/admin/froxlorclients/froxlorclient_settings.tpl
938
%%WWWDIR%%/templates/Froxlor/admin/froxlorclients/froxlorclient_settingsend.tpl
939
%%WWWDIR%%/templates/Froxlor/admin/froxlorclients/froxlorclient_settingsoverview.tpl
940
%%WWWDIR%%/templates/Froxlor/admin/froxlorclients/froxlorclient_settingsoverviewgroup.tpl
941
%%WWWDIR%%/templates/Froxlor/admin/froxlorclients/froxlorclients.tpl
942
%%WWWDIR%%/templates/Froxlor/admin/froxlorclients/froxlorclients_add.tpl
943
%%WWWDIR%%/templates/Froxlor/admin/froxlorclients/froxlorclients_client.tpl
944
%%WWWDIR%%/templates/Froxlor/admin/froxlorclients/froxlorclients_edit.tpl
945
%%WWWDIR%%/templates/Froxlor/admin/froxlorclients/froxlorclients_tasks.tpl
946
%%WWWDIR%%/templates/Froxlor/admin/froxlorclients/froxlorclients_tasks_head.tpl
947
%%WWWDIR%%/templates/Froxlor/admin/froxlorclients/froxlorclients_view.tpl
948
%%WWWDIR%%/templates/Froxlor/admin/froxlorclients/froxlorclients_view_clientinfo.tpl
949
%%WWWDIR%%/templates/Froxlor/admin/index/change_language.tpl
928
%%WWWDIR%%/templates/Froxlor/admin/index/change_language.tpl
950
%%WWWDIR%%/templates/Froxlor/admin/index/change_password.tpl
929
%%WWWDIR%%/templates/Froxlor/admin/index/change_password.tpl
951
%%WWWDIR%%/templates/Froxlor/admin/index/change_theme.tpl
930
%%WWWDIR%%/templates/Froxlor/admin/index/change_theme.tpl
952
%%WWWDIR%%/templates/Froxlor/admin/index/index.tpl
931
%%WWWDIR%%/templates/Froxlor/admin/index/index.tpl
953
%%WWWDIR%%/templates/Froxlor/admin/index/overview_item.tpl
932
%%WWWDIR%%/templates/Froxlor/admin/index/overview_item.tpl
933
%%WWWDIR%%/templates/Froxlor/admin/index/send_error_report.tpl
954
%%WWWDIR%%/templates/Froxlor/admin/ipsandports/ipsandports.tpl
934
%%WWWDIR%%/templates/Froxlor/admin/ipsandports/ipsandports.tpl
955
%%WWWDIR%%/templates/Froxlor/admin/ipsandports/ipsandports_add.tpl
935
%%WWWDIR%%/templates/Froxlor/admin/ipsandports/ipsandports_add.tpl
956
%%WWWDIR%%/templates/Froxlor/admin/ipsandports/ipsandports_edit.tpl
936
%%WWWDIR%%/templates/Froxlor/admin/ipsandports/ipsandports_edit.tpl
Lines 1215-1220 Link Here
1215
%%WWWDIR%%/templates/Froxlor/customer/index/change_password.tpl
1195
%%WWWDIR%%/templates/Froxlor/customer/index/change_password.tpl
1216
%%WWWDIR%%/templates/Froxlor/customer/index/change_theme.tpl
1196
%%WWWDIR%%/templates/Froxlor/customer/index/change_theme.tpl
1217
%%WWWDIR%%/templates/Froxlor/customer/index/index.tpl
1197
%%WWWDIR%%/templates/Froxlor/customer/index/index.tpl
1198
%%WWWDIR%%/templates/Froxlor/customer/index/send_error_report.tpl
1218
%%WWWDIR%%/templates/Froxlor/customer/mysql/mysql.tpl
1199
%%WWWDIR%%/templates/Froxlor/customer/mysql/mysql.tpl
1219
%%WWWDIR%%/templates/Froxlor/customer/mysql/mysqls.tpl
1200
%%WWWDIR%%/templates/Froxlor/customer/mysql/mysqls.tpl
1220
%%WWWDIR%%/templates/Froxlor/customer/mysql/mysqls_add.tpl
1201
%%WWWDIR%%/templates/Froxlor/customer/mysql/mysqls_add.tpl
Lines 1244-1249 Link Here
1244
%%WWWDIR%%/templates/Froxlor/login/fpwd.tpl
1225
%%WWWDIR%%/templates/Froxlor/login/fpwd.tpl
1245
%%WWWDIR%%/templates/Froxlor/login/login.tpl
1226
%%WWWDIR%%/templates/Froxlor/login/login.tpl
1246
%%WWWDIR%%/templates/Froxlor/login/login_ftp.tpl
1227
%%WWWDIR%%/templates/Froxlor/login/login_ftp.tpl
1228
%%WWWDIR%%/templates/Froxlor/login/rpwd.tpl
1247
%%WWWDIR%%/templates/Froxlor/misc/alreadyinstalledhint.tpl
1229
%%WWWDIR%%/templates/Froxlor/misc/alreadyinstalledhint.tpl
1248
%%WWWDIR%%/templates/Froxlor/misc/configurehint.tpl
1230
%%WWWDIR%%/templates/Froxlor/misc/configurehint.tpl
1249
%%WWWDIR%%/templates/Froxlor/misc/dberrornice.tpl
1231
%%WWWDIR%%/templates/Froxlor/misc/dberrornice.tpl
Lines 1303-1308 Link Here
1303
%%WWWDIR%%/templates/Sparkle/admin/cronjobs/cronjob_edit.tpl
1285
%%WWWDIR%%/templates/Sparkle/admin/cronjobs/cronjob_edit.tpl
1304
%%WWWDIR%%/templates/Sparkle/admin/cronjobs/cronjobs.tpl
1286
%%WWWDIR%%/templates/Sparkle/admin/cronjobs/cronjobs.tpl
1305
%%WWWDIR%%/templates/Sparkle/admin/cronjobs/cronjobs_cronjob.tpl
1287
%%WWWDIR%%/templates/Sparkle/admin/cronjobs/cronjobs_cronjob.tpl
1288
%%WWWDIR%%/templates/Sparkle/admin/cronjobs/cronjobs_cronjobmodule.tpl
1306
%%WWWDIR%%/templates/Sparkle/admin/customers/customers.tpl
1289
%%WWWDIR%%/templates/Sparkle/admin/customers/customers.tpl
1307
%%WWWDIR%%/templates/Sparkle/admin/customers/customers_add.tpl
1290
%%WWWDIR%%/templates/Sparkle/admin/customers/customers_add.tpl
1308
%%WWWDIR%%/templates/Sparkle/admin/customers/customers_customer.tpl
1291
%%WWWDIR%%/templates/Sparkle/admin/customers/customers_customer.tpl
Lines 1311-1333 Link Here
1311
%%WWWDIR%%/templates/Sparkle/admin/domains/domains_add.tpl
1294
%%WWWDIR%%/templates/Sparkle/admin/domains/domains_add.tpl
1312
%%WWWDIR%%/templates/Sparkle/admin/domains/domains_domain.tpl
1295
%%WWWDIR%%/templates/Sparkle/admin/domains/domains_domain.tpl
1313
%%WWWDIR%%/templates/Sparkle/admin/domains/domains_edit.tpl
1296
%%WWWDIR%%/templates/Sparkle/admin/domains/domains_edit.tpl
1314
%%WWWDIR%%/templates/Sparkle/admin/froxlorclients/froxlorclient_settings.tpl
1315
%%WWWDIR%%/templates/Sparkle/admin/froxlorclients/froxlorclient_settingsend.tpl
1316
%%WWWDIR%%/templates/Sparkle/admin/froxlorclients/froxlorclient_settingsoverview.tpl
1317
%%WWWDIR%%/templates/Sparkle/admin/froxlorclients/froxlorclient_settingsoverviewgroup.tpl
1318
%%WWWDIR%%/templates/Sparkle/admin/froxlorclients/froxlorclients.tpl
1319
%%WWWDIR%%/templates/Sparkle/admin/froxlorclients/froxlorclients_add.tpl
1320
%%WWWDIR%%/templates/Sparkle/admin/froxlorclients/froxlorclients_client.tpl
1321
%%WWWDIR%%/templates/Sparkle/admin/froxlorclients/froxlorclients_edit.tpl
1322
%%WWWDIR%%/templates/Sparkle/admin/froxlorclients/froxlorclients_tasks.tpl
1323
%%WWWDIR%%/templates/Sparkle/admin/froxlorclients/froxlorclients_tasks_head.tpl
1324
%%WWWDIR%%/templates/Sparkle/admin/froxlorclients/froxlorclients_view.tpl
1325
%%WWWDIR%%/templates/Sparkle/admin/froxlorclients/froxlorclients_view_clientinfo.tpl
1326
%%WWWDIR%%/templates/Sparkle/admin/index/change_language.tpl
1297
%%WWWDIR%%/templates/Sparkle/admin/index/change_language.tpl
1327
%%WWWDIR%%/templates/Sparkle/admin/index/change_password.tpl
1298
%%WWWDIR%%/templates/Sparkle/admin/index/change_password.tpl
1328
%%WWWDIR%%/templates/Sparkle/admin/index/change_theme.tpl
1299
%%WWWDIR%%/templates/Sparkle/admin/index/change_theme.tpl
1329
%%WWWDIR%%/templates/Sparkle/admin/index/index.tpl
1300
%%WWWDIR%%/templates/Sparkle/admin/index/index.tpl
1330
%%WWWDIR%%/templates/Sparkle/admin/index/overview_item.tpl
1301
%%WWWDIR%%/templates/Sparkle/admin/index/overview_item.tpl
1302
%%WWWDIR%%/templates/Sparkle/admin/index/send_error_report.tpl
1331
%%WWWDIR%%/templates/Sparkle/admin/ipsandports/ipsandports.tpl
1303
%%WWWDIR%%/templates/Sparkle/admin/ipsandports/ipsandports.tpl
1332
%%WWWDIR%%/templates/Sparkle/admin/ipsandports/ipsandports_add.tpl
1304
%%WWWDIR%%/templates/Sparkle/admin/ipsandports/ipsandports_add.tpl
1333
%%WWWDIR%%/templates/Sparkle/admin/ipsandports/ipsandports_edit.tpl
1305
%%WWWDIR%%/templates/Sparkle/admin/ipsandports/ipsandports_edit.tpl
Lines 1389-1584 Link Here
1389
%%WWWDIR%%/templates/Sparkle/assets/css/main_ie.css
1361
%%WWWDIR%%/templates/Sparkle/assets/css/main_ie.css
1390
%%WWWDIR%%/templates/Sparkle/assets/img/default.png
1362
%%WWWDIR%%/templates/Sparkle/assets/img/default.png
1391
%%WWWDIR%%/templates/Sparkle/assets/img/favicon.ico
1363
%%WWWDIR%%/templates/Sparkle/assets/img/favicon.ico
1392
%%WWWDIR%%/templates/Sparkle/assets/img/icons/aps.png
1364
%%WWWDIR%%/templates/Sparkle/assets/img/icons/add.png
1393
%%WWWDIR%%/templates/Sparkle/assets/img/icons/aps_big.png
1365
%%WWWDIR%%/templates/Sparkle/assets/img/icons/aps_big.png
1394
%%WWWDIR%%/templates/Sparkle/assets/img/icons/aps_upload.png
1395
%%WWWDIR%%/templates/Sparkle/assets/img/icons/aps_upload_big.png
1366
%%WWWDIR%%/templates/Sparkle/assets/img/icons/aps_upload_big.png
1396
%%WWWDIR%%/templates/Sparkle/assets/img/icons/archive_ticket.png
1367
%%WWWDIR%%/templates/Sparkle/assets/img/icons/archive.png
1397
%%WWWDIR%%/templates/Sparkle/assets/img/icons/autoresponder.png
1398
%%WWWDIR%%/templates/Sparkle/assets/img/icons/autoresponder_add.png
1399
%%WWWDIR%%/templates/Sparkle/assets/img/icons/autoresponder_add_big.png
1368
%%WWWDIR%%/templates/Sparkle/assets/img/icons/autoresponder_add_big.png
1400
%%WWWDIR%%/templates/Sparkle/assets/img/icons/autoresponder_big.png
1369
%%WWWDIR%%/templates/Sparkle/assets/img/icons/autoresponder_big.png
1401
%%WWWDIR%%/templates/Sparkle/assets/img/icons/autoresponder_edit.png
1402
%%WWWDIR%%/templates/Sparkle/assets/img/icons/autoresponder_edit_big.png
1370
%%WWWDIR%%/templates/Sparkle/assets/img/icons/autoresponder_edit_big.png
1403
%%WWWDIR%%/templates/Sparkle/assets/img/icons/backup.png
1404
%%WWWDIR%%/templates/Sparkle/assets/img/icons/backup_big.png
1371
%%WWWDIR%%/templates/Sparkle/assets/img/icons/backup_big.png
1405
%%WWWDIR%%/templates/Sparkle/assets/img/icons/categories.png
1406
%%WWWDIR%%/templates/Sparkle/assets/img/icons/categories_add.png
1407
%%WWWDIR%%/templates/Sparkle/assets/img/icons/categories_add_big.png
1372
%%WWWDIR%%/templates/Sparkle/assets/img/icons/categories_add_big.png
1408
%%WWWDIR%%/templates/Sparkle/assets/img/icons/categories_big.png
1373
%%WWWDIR%%/templates/Sparkle/assets/img/icons/categories_big.png
1409
%%WWWDIR%%/templates/Sparkle/assets/img/icons/categories_edit.png
1410
%%WWWDIR%%/templates/Sparkle/assets/img/icons/categories_edit_big.png
1374
%%WWWDIR%%/templates/Sparkle/assets/img/icons/categories_edit_big.png
1411
%%WWWDIR%%/templates/Sparkle/assets/img/icons/clock.png
1375
%%WWWDIR%%/templates/Sparkle/assets/img/icons/clock.png
1412
%%WWWDIR%%/templates/Sparkle/assets/img/icons/clock_add.png
1413
%%WWWDIR%%/templates/Sparkle/assets/img/icons/clock_add_big.png
1414
%%WWWDIR%%/templates/Sparkle/assets/img/icons/clock_big.png
1376
%%WWWDIR%%/templates/Sparkle/assets/img/icons/clock_big.png
1415
%%WWWDIR%%/templates/Sparkle/assets/img/icons/clock_delete.png
1416
%%WWWDIR%%/templates/Sparkle/assets/img/icons/clock_delete_big.png
1417
%%WWWDIR%%/templates/Sparkle/assets/img/icons/clock_edit.png
1418
%%WWWDIR%%/templates/Sparkle/assets/img/icons/clock_edit_big.png
1377
%%WWWDIR%%/templates/Sparkle/assets/img/icons/clock_edit_big.png
1419
%%WWWDIR%%/templates/Sparkle/assets/img/icons/clock_error.png
1420
%%WWWDIR%%/templates/Sparkle/assets/img/icons/clock_go.png
1421
%%WWWDIR%%/templates/Sparkle/assets/img/icons/clock_link.png
1422
%%WWWDIR%%/templates/Sparkle/assets/img/icons/clock_pause.png
1423
%%WWWDIR%%/templates/Sparkle/assets/img/icons/clock_play.png
1424
%%WWWDIR%%/templates/Sparkle/assets/img/icons/clock_red.png
1425
%%WWWDIR%%/templates/Sparkle/assets/img/icons/clock_stop.png
1426
%%WWWDIR%%/templates/Sparkle/assets/img/icons/delete.png
1378
%%WWWDIR%%/templates/Sparkle/assets/img/icons/delete.png
1427
%%WWWDIR%%/templates/Sparkle/assets/img/icons/delete_20.png
1379
%%WWWDIR%%/templates/Sparkle/assets/img/icons/delete_20.png
1428
%%WWWDIR%%/templates/Sparkle/assets/img/icons/delete_big.png
1429
%%WWWDIR%%/templates/Sparkle/assets/img/icons/display.png
1430
%%WWWDIR%%/templates/Sparkle/assets/img/icons/display_big.png
1380
%%WWWDIR%%/templates/Sparkle/assets/img/icons/display_big.png
1431
%%WWWDIR%%/templates/Sparkle/assets/img/icons/domain_add.png
1432
%%WWWDIR%%/templates/Sparkle/assets/img/icons/domain_add_big.png
1381
%%WWWDIR%%/templates/Sparkle/assets/img/icons/domain_add_big.png
1433
%%WWWDIR%%/templates/Sparkle/assets/img/icons/domain_edit.png
1434
%%WWWDIR%%/templates/Sparkle/assets/img/icons/domain_edit_big.png
1382
%%WWWDIR%%/templates/Sparkle/assets/img/icons/domain_edit_big.png
1435
%%WWWDIR%%/templates/Sparkle/assets/img/icons/domains.png
1436
%%WWWDIR%%/templates/Sparkle/assets/img/icons/domains_big.png
1383
%%WWWDIR%%/templates/Sparkle/assets/img/icons/domains_big.png
1437
%%WWWDIR%%/templates/Sparkle/assets/img/icons/down.png
1384
%%WWWDIR%%/templates/Sparkle/assets/img/icons/down.png
1438
%%WWWDIR%%/templates/Sparkle/assets/img/icons/edit.png
1385
%%WWWDIR%%/templates/Sparkle/assets/img/icons/edit.png
1439
%%WWWDIR%%/templates/Sparkle/assets/img/icons/edit_20.png
1386
%%WWWDIR%%/templates/Sparkle/assets/img/icons/edit_20.png
1440
%%WWWDIR%%/templates/Sparkle/assets/img/icons/edit_big.png
1441
%%WWWDIR%%/templates/Sparkle/assets/img/icons/email_add.png
1442
%%WWWDIR%%/templates/Sparkle/assets/img/icons/email_add_big.png
1387
%%WWWDIR%%/templates/Sparkle/assets/img/icons/email_add_big.png
1443
%%WWWDIR%%/templates/Sparkle/assets/img/icons/email_edit.png
1444
%%WWWDIR%%/templates/Sparkle/assets/img/icons/email_edit_big.png
1388
%%WWWDIR%%/templates/Sparkle/assets/img/icons/email_edit_big.png
1445
%%WWWDIR%%/templates/Sparkle/assets/img/icons/email_forwarder_add.png
1446
%%WWWDIR%%/templates/Sparkle/assets/img/icons/email_forwarder_add_big.png
1389
%%WWWDIR%%/templates/Sparkle/assets/img/icons/email_forwarder_add_big.png
1447
%%WWWDIR%%/templates/Sparkle/assets/img/icons/emails.png
1448
%%WWWDIR%%/templates/Sparkle/assets/img/icons/emails_big.png
1390
%%WWWDIR%%/templates/Sparkle/assets/img/icons/emails_big.png
1449
%%WWWDIR%%/templates/Sparkle/assets/img/icons/encrypted.png
1450
%%WWWDIR%%/templates/Sparkle/assets/img/icons/encrypted_big.png
1451
%%WWWDIR%%/templates/Sparkle/assets/img/icons/error.png
1452
%%WWWDIR%%/templates/Sparkle/assets/img/icons/error_big.png
1391
%%WWWDIR%%/templates/Sparkle/assets/img/icons/error_big.png
1392
%%WWWDIR%%/templates/Sparkle/assets/img/icons/error_report_big.png
1453
%%WWWDIR%%/templates/Sparkle/assets/img/icons/file_20.png
1393
%%WWWDIR%%/templates/Sparkle/assets/img/icons/file_20.png
1454
%%WWWDIR%%/templates/Sparkle/assets/img/icons/find.png
1455
%%WWWDIR%%/templates/Sparkle/assets/img/icons/find_big.png
1456
%%WWWDIR%%/templates/Sparkle/assets/img/icons/flag.png
1394
%%WWWDIR%%/templates/Sparkle/assets/img/icons/flag.png
1457
%%WWWDIR%%/templates/Sparkle/assets/img/icons/folder.gif
1458
%%WWWDIR%%/templates/Sparkle/assets/img/icons/folder_20.png
1395
%%WWWDIR%%/templates/Sparkle/assets/img/icons/folder_20.png
1459
%%WWWDIR%%/templates/Sparkle/assets/img/icons/group_edit.png
1460
%%WWWDIR%%/templates/Sparkle/assets/img/icons/group_edit_big.png
1396
%%WWWDIR%%/templates/Sparkle/assets/img/icons/group_edit_big.png
1461
%%WWWDIR%%/templates/Sparkle/assets/img/icons/help.png
1462
%%WWWDIR%%/templates/Sparkle/assets/img/icons/htaccess.png
1463
%%WWWDIR%%/templates/Sparkle/assets/img/icons/htaccess_add.png
1464
%%WWWDIR%%/templates/Sparkle/assets/img/icons/htaccess_add_big.png
1397
%%WWWDIR%%/templates/Sparkle/assets/img/icons/htaccess_add_big.png
1465
%%WWWDIR%%/templates/Sparkle/assets/img/icons/htaccess_big.png
1398
%%WWWDIR%%/templates/Sparkle/assets/img/icons/htaccess_big.png
1466
%%WWWDIR%%/templates/Sparkle/assets/img/icons/htaccess_edit_big copy.png
1467
%%WWWDIR%%/templates/Sparkle/assets/img/icons/htaccess_edit_big.png
1399
%%WWWDIR%%/templates/Sparkle/assets/img/icons/htaccess_edit_big.png
1468
%%WWWDIR%%/templates/Sparkle/assets/img/icons/htpasswd.png
1469
%%WWWDIR%%/templates/Sparkle/assets/img/icons/htpasswd_add.png
1470
%%WWWDIR%%/templates/Sparkle/assets/img/icons/htpasswd_add_big.png
1400
%%WWWDIR%%/templates/Sparkle/assets/img/icons/htpasswd_add_big.png
1471
%%WWWDIR%%/templates/Sparkle/assets/img/icons/htpasswd_big.png
1401
%%WWWDIR%%/templates/Sparkle/assets/img/icons/htpasswd_big.png
1472
%%WWWDIR%%/templates/Sparkle/assets/img/icons/htpasswd_edit.png
1473
%%WWWDIR%%/templates/Sparkle/assets/img/icons/htpasswd_edit_big copy.png
1474
%%WWWDIR%%/templates/Sparkle/assets/img/icons/htpasswd_edit_big.png
1402
%%WWWDIR%%/templates/Sparkle/assets/img/icons/htpasswd_edit_big.png
1475
%%WWWDIR%%/templates/Sparkle/assets/img/icons/info.png
1476
%%WWWDIR%%/templates/Sparkle/assets/img/icons/info_big.png
1403
%%WWWDIR%%/templates/Sparkle/assets/img/icons/info_big.png
1477
%%WWWDIR%%/templates/Sparkle/assets/img/icons/ipsports.png
1478
%%WWWDIR%%/templates/Sparkle/assets/img/icons/ipsports_add.png
1479
%%WWWDIR%%/templates/Sparkle/assets/img/icons/ipsports_add_big.png
1404
%%WWWDIR%%/templates/Sparkle/assets/img/icons/ipsports_add_big.png
1480
%%WWWDIR%%/templates/Sparkle/assets/img/icons/ipsports_big.png
1405
%%WWWDIR%%/templates/Sparkle/assets/img/icons/ipsports_big.png
1481
%%WWWDIR%%/templates/Sparkle/assets/img/icons/ipsports_edit.png
1482
%%WWWDIR%%/templates/Sparkle/assets/img/icons/ipsports_edit_big.png
1406
%%WWWDIR%%/templates/Sparkle/assets/img/icons/ipsports_edit_big.png
1483
%%WWWDIR%%/templates/Sparkle/assets/img/icons/link.gif
1407
%%WWWDIR%%/templates/Sparkle/assets/img/icons/lock.png
1484
%%WWWDIR%%/templates/Sparkle/assets/img/icons/link.png
1408
%%WWWDIR%%/templates/Sparkle/assets/img/icons/lock_big.png
1485
%%WWWDIR%%/templates/Sparkle/assets/img/icons/link_big.png
1486
%%WWWDIR%%/templates/Sparkle/assets/img/icons/mail.png
1487
%%WWWDIR%%/templates/Sparkle/assets/img/icons/mail_big.png
1488
%%WWWDIR%%/templates/Sparkle/assets/img/icons/menubar_tickets.png
1409
%%WWWDIR%%/templates/Sparkle/assets/img/icons/menubar_tickets.png
1489
%%WWWDIR%%/templates/Sparkle/assets/img/icons/menubar_tickets_null.png
1410
%%WWWDIR%%/templates/Sparkle/assets/img/icons/menubar_tickets_null.png
1490
%%WWWDIR%%/templates/Sparkle/assets/img/icons/messages.png
1491
%%WWWDIR%%/templates/Sparkle/assets/img/icons/messages_big.png
1411
%%WWWDIR%%/templates/Sparkle/assets/img/icons/messages_big.png
1492
%%WWWDIR%%/templates/Sparkle/assets/img/icons/mysql.png
1493
%%WWWDIR%%/templates/Sparkle/assets/img/icons/mysql_add.png
1494
%%WWWDIR%%/templates/Sparkle/assets/img/icons/mysql_add_big.png
1412
%%WWWDIR%%/templates/Sparkle/assets/img/icons/mysql_add_big.png
1495
%%WWWDIR%%/templates/Sparkle/assets/img/icons/mysql_big.png
1413
%%WWWDIR%%/templates/Sparkle/assets/img/icons/mysql_big.png
1496
%%WWWDIR%%/templates/Sparkle/assets/img/icons/mysql_edit.png
1497
%%WWWDIR%%/templates/Sparkle/assets/img/icons/mysql_edit_big.png
1414
%%WWWDIR%%/templates/Sparkle/assets/img/icons/mysql_edit_big.png
1498
%%WWWDIR%%/templates/Sparkle/assets/img/icons/mysqls.png
1499
%%WWWDIR%%/templates/Sparkle/assets/img/icons/mysqls_big.png
1500
%%WWWDIR%%/templates/Sparkle/assets/img/icons/ok_big.png
1415
%%WWWDIR%%/templates/Sparkle/assets/img/icons/ok_big.png
1501
%%WWWDIR%%/templates/Sparkle/assets/img/icons/parent.gif
1502
%%WWWDIR%%/templates/Sparkle/assets/img/icons/parent_20.png
1416
%%WWWDIR%%/templates/Sparkle/assets/img/icons/parent_20.png
1503
%%WWWDIR%%/templates/Sparkle/assets/img/icons/password.png
1504
%%WWWDIR%%/templates/Sparkle/assets/img/icons/password_big.png
1505
%%WWWDIR%%/templates/Sparkle/assets/img/icons/phpsettings.png
1506
%%WWWDIR%%/templates/Sparkle/assets/img/icons/phpsettings_add.png
1507
%%WWWDIR%%/templates/Sparkle/assets/img/icons/phpsettings_add_big.png
1417
%%WWWDIR%%/templates/Sparkle/assets/img/icons/phpsettings_add_big.png
1508
%%WWWDIR%%/templates/Sparkle/assets/img/icons/phpsettings_big.png
1418
%%WWWDIR%%/templates/Sparkle/assets/img/icons/phpsettings_big.png
1509
%%WWWDIR%%/templates/Sparkle/assets/img/icons/phpsettings_edit.png
1510
%%WWWDIR%%/templates/Sparkle/assets/img/icons/phpsettings_edit_big copy.png
1511
%%WWWDIR%%/templates/Sparkle/assets/img/icons/phpsettings_edit_big.png
1419
%%WWWDIR%%/templates/Sparkle/assets/img/icons/phpsettings_edit_big.png
1512
%%WWWDIR%%/templates/Sparkle/assets/img/icons/rename.gif
1513
%%WWWDIR%%/templates/Sparkle/assets/img/icons/rename_20.png
1420
%%WWWDIR%%/templates/Sparkle/assets/img/icons/rename_20.png
1514
%%WWWDIR%%/templates/Sparkle/assets/img/icons/res_recalculate.png
1515
%%WWWDIR%%/templates/Sparkle/assets/img/icons/res_recalculate_big.png
1421
%%WWWDIR%%/templates/Sparkle/assets/img/icons/res_recalculate_big.png
1516
%%WWWDIR%%/templates/Sparkle/assets/img/icons/settings.png
1517
%%WWWDIR%%/templates/Sparkle/assets/img/icons/settings_big.png
1422
%%WWWDIR%%/templates/Sparkle/assets/img/icons/settings_big.png
1518
%%WWWDIR%%/templates/Sparkle/assets/img/icons/sort_both.png
1519
%%WWWDIR%%/templates/Sparkle/assets/img/icons/sort_down.png
1520
%%WWWDIR%%/templates/Sparkle/assets/img/icons/sort_up.png
1521
%%WWWDIR%%/templates/Sparkle/assets/img/icons/ssl.png
1522
%%WWWDIR%%/templates/Sparkle/assets/img/icons/ssl_big.png
1523
%%WWWDIR%%/templates/Sparkle/assets/img/icons/ssl_customer.png
1423
%%WWWDIR%%/templates/Sparkle/assets/img/icons/ssl_customer.png
1524
%%WWWDIR%%/templates/Sparkle/assets/img/icons/ssl_customer_big.png
1525
%%WWWDIR%%/templates/Sparkle/assets/img/icons/ssl_global.png
1424
%%WWWDIR%%/templates/Sparkle/assets/img/icons/ssl_global.png
1526
%%WWWDIR%%/templates/Sparkle/assets/img/icons/ssl_global_big.png
1527
%%WWWDIR%%/templates/Sparkle/assets/img/icons/ssl_shared.png
1425
%%WWWDIR%%/templates/Sparkle/assets/img/icons/ssl_shared.png
1528
%%WWWDIR%%/templates/Sparkle/assets/img/icons/ssl_shared_big.png
1529
%%WWWDIR%%/templates/Sparkle/assets/img/icons/syslog.png
1530
%%WWWDIR%%/templates/Sparkle/assets/img/icons/syslog_big.png
1426
%%WWWDIR%%/templates/Sparkle/assets/img/icons/syslog_big.png
1531
%%WWWDIR%%/templates/Sparkle/assets/img/icons/syslog_truncate.png
1532
%%WWWDIR%%/templates/Sparkle/assets/img/icons/syslog_truncate_big.png
1533
%%WWWDIR%%/templates/Sparkle/assets/img/icons/tag_blue.png
1427
%%WWWDIR%%/templates/Sparkle/assets/img/icons/tag_blue.png
1534
%%WWWDIR%%/templates/Sparkle/assets/img/icons/tag_orange.png
1535
%%WWWDIR%%/templates/Sparkle/assets/img/icons/templates.png
1536
%%WWWDIR%%/templates/Sparkle/assets/img/icons/templates_add.png
1537
%%WWWDIR%%/templates/Sparkle/assets/img/icons/templates_add_big.png
1428
%%WWWDIR%%/templates/Sparkle/assets/img/icons/templates_add_big.png
1538
%%WWWDIR%%/templates/Sparkle/assets/img/icons/templates_big.png
1429
%%WWWDIR%%/templates/Sparkle/assets/img/icons/templates_big.png
1539
%%WWWDIR%%/templates/Sparkle/assets/img/icons/templates_edit.png
1540
%%WWWDIR%%/templates/Sparkle/assets/img/icons/templates_edit_big.png
1430
%%WWWDIR%%/templates/Sparkle/assets/img/icons/templates_edit_big.png
1541
%%WWWDIR%%/templates/Sparkle/assets/img/icons/text_align_center.png
1431
%%WWWDIR%%/templates/Sparkle/assets/img/icons/text_align_center.png
1542
%%WWWDIR%%/templates/Sparkle/assets/img/icons/text_align_justify.png
1432
%%WWWDIR%%/templates/Sparkle/assets/img/icons/text_align_justify.png
1543
%%WWWDIR%%/templates/Sparkle/assets/img/icons/text_align_left.png
1433
%%WWWDIR%%/templates/Sparkle/assets/img/icons/text_align_left.png
1544
%%WWWDIR%%/templates/Sparkle/assets/img/icons/text_align_right.png
1434
%%WWWDIR%%/templates/Sparkle/assets/img/icons/text_align_right.png
1545
%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_add.png
1546
%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_add_big.png
1435
%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_add_big.png
1547
%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_answer.png
1548
%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_answer_big.png
1549
%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_archive.png
1550
%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_archive_big.png
1436
%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_archive_big.png
1551
%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_archive_search.png
1552
%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_archive_search_big.png
1553
%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_close.png
1554
%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_close_big.png
1555
%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_new.png
1556
%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_new_big.png
1557
%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_reopen.png
1558
%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_reopen_big.png
1559
%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_reply.png
1560
%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_reply_big.png
1437
%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_reply_big.png
1561
%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_show.png
1562
%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_show_big.png
1563
%%WWWDIR%%/templates/Sparkle/assets/img/icons/tickets.png
1564
%%WWWDIR%%/templates/Sparkle/assets/img/icons/tickets_big.png
1438
%%WWWDIR%%/templates/Sparkle/assets/img/icons/tickets_big.png
1565
%%WWWDIR%%/templates/Sparkle/assets/img/icons/traffic.png
1566
%%WWWDIR%%/templates/Sparkle/assets/img/icons/traffic_big.png
1439
%%WWWDIR%%/templates/Sparkle/assets/img/icons/traffic_big.png
1567
%%WWWDIR%%/templates/Sparkle/assets/img/icons/traffic_big_old.png
1568
%%WWWDIR%%/templates/Sparkle/assets/img/icons/trash.png
1569
%%WWWDIR%%/templates/Sparkle/assets/img/icons/trash_big.png
1570
%%WWWDIR%%/templates/Sparkle/assets/img/icons/unlock.png
1440
%%WWWDIR%%/templates/Sparkle/assets/img/icons/unlock.png
1571
%%WWWDIR%%/templates/Sparkle/assets/img/icons/up.png
1441
%%WWWDIR%%/templates/Sparkle/assets/img/icons/up.png
1572
%%WWWDIR%%/templates/Sparkle/assets/img/icons/user.png
1573
%%WWWDIR%%/templates/Sparkle/assets/img/icons/user_add.png
1574
%%WWWDIR%%/templates/Sparkle/assets/img/icons/user_add_big.png
1442
%%WWWDIR%%/templates/Sparkle/assets/img/icons/user_add_big.png
1575
%%WWWDIR%%/templates/Sparkle/assets/img/icons/user_edit.png
1576
%%WWWDIR%%/templates/Sparkle/assets/img/icons/user_edit_big.png
1443
%%WWWDIR%%/templates/Sparkle/assets/img/icons/user_edit_big.png
1577
%%WWWDIR%%/templates/Sparkle/assets/img/icons/warning.png
1444
%%WWWDIR%%/templates/Sparkle/assets/img/icons/view.png
1578
%%WWWDIR%%/templates/Sparkle/assets/img/icons/warning_big.png
1445
%%WWWDIR%%/templates/Sparkle/assets/img/icons/warning_big.png
1579
%%WWWDIR%%/templates/Sparkle/assets/img/logo.png
1446
%%WWWDIR%%/templates/Sparkle/assets/img/logo.png
1580
%%WWWDIR%%/templates/Sparkle/assets/img/logo_grey.png
1447
%%WWWDIR%%/templates/Sparkle/assets/img/logo_grey.png
1581
%%WWWDIR%%/templates/Sparkle/assets/img/top.png
1448
%%WWWDIR%%/templates/Sparkle/assets/img/top.png
1449
%%WWWDIR%%/templates/Sparkle/assets/js/circular.js
1450
%%WWWDIR%%/templates/Sparkle/assets/js/jcanvas.min.js
1582
%%WWWDIR%%/templates/Sparkle/assets/js/main.js
1451
%%WWWDIR%%/templates/Sparkle/assets/js/main.js
1583
%%WWWDIR%%/templates/Sparkle/assets/js/traffic.js
1452
%%WWWDIR%%/templates/Sparkle/assets/js/traffic.js
1584
%%WWWDIR%%/templates/Sparkle/customer/aps/askyesno.tpl
1453
%%WWWDIR%%/templates/Sparkle/customer/aps/askyesno.tpl
Lines 1631-1636 Link Here
1631
%%WWWDIR%%/templates/Sparkle/customer/index/change_password.tpl
1500
%%WWWDIR%%/templates/Sparkle/customer/index/change_password.tpl
1632
%%WWWDIR%%/templates/Sparkle/customer/index/change_theme.tpl
1501
%%WWWDIR%%/templates/Sparkle/customer/index/change_theme.tpl
1633
%%WWWDIR%%/templates/Sparkle/customer/index/index.tpl
1502
%%WWWDIR%%/templates/Sparkle/customer/index/index.tpl
1503
%%WWWDIR%%/templates/Sparkle/customer/index/send_error_report.tpl
1634
%%WWWDIR%%/templates/Sparkle/customer/mysql/mysql.tpl
1504
%%WWWDIR%%/templates/Sparkle/customer/mysql/mysql.tpl
1635
%%WWWDIR%%/templates/Sparkle/customer/mysql/mysqls.tpl
1505
%%WWWDIR%%/templates/Sparkle/customer/mysql/mysqls.tpl
1636
%%WWWDIR%%/templates/Sparkle/customer/mysql/mysqls_add.tpl
1506
%%WWWDIR%%/templates/Sparkle/customer/mysql/mysqls_add.tpl
Lines 1660-1665 Link Here
1660
%%WWWDIR%%/templates/Sparkle/login/fpwd.tpl
1530
%%WWWDIR%%/templates/Sparkle/login/fpwd.tpl
1661
%%WWWDIR%%/templates/Sparkle/login/login.tpl
1531
%%WWWDIR%%/templates/Sparkle/login/login.tpl
1662
%%WWWDIR%%/templates/Sparkle/login/login_ftp.tpl
1532
%%WWWDIR%%/templates/Sparkle/login/login_ftp.tpl
1533
%%WWWDIR%%/templates/Sparkle/login/rpwd.tpl
1663
%%WWWDIR%%/templates/Sparkle/misc/alreadyinstalledhint.tpl
1534
%%WWWDIR%%/templates/Sparkle/misc/alreadyinstalledhint.tpl
1664
%%WWWDIR%%/templates/Sparkle/misc/configurehint.tpl
1535
%%WWWDIR%%/templates/Sparkle/misc/configurehint.tpl
1665
%%WWWDIR%%/templates/Sparkle/misc/dberrornice.tpl
1536
%%WWWDIR%%/templates/Sparkle/misc/dberrornice.tpl
Lines 1689-1712 Link Here
1689
%%WWWDIR%%/templates/Sparkle/webftp/webftp_main_multiple.tpl
1560
%%WWWDIR%%/templates/Sparkle/webftp/webftp_main_multiple.tpl
1690
%%WWWDIR%%/templates/Sparkle/webftp/webftp_main_prompt.tpl
1561
%%WWWDIR%%/templates/Sparkle/webftp/webftp_main_prompt.tpl
1691
%%WWWDIR%%/templates/Sparkle/webftp/webftp_main_rename.tpl
1562
%%WWWDIR%%/templates/Sparkle/webftp/webftp_main_rename.tpl
1692
%%WWWDIR%%/templates/misc/awstatsmodel/awstats.froxlor.model.conf
1563
%%WWWDIR%%/templates/misc/awstatsmodel/awstats.%%AP_NAME%%.model.conf
1693
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/apache2/etc_apache2_mods-enabled_fastcgi.conf
1564
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/apache2/etc_apache2_mods-enabled_fastcgi.conf
1694
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/courier/etc_courier_authdaemonrc
1565
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/courier/etc_courier_authdaemonrc
1695
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/courier/etc_courier_authmysqlrc
1566
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/courier/etc_courier_authmysqlrc
1696
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/cron/etc_cron.d_froxlor
1567
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/cron/etc_cron.d_%%AP_NAME%%
1697
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/dkim/dkim-filter.conf
1568
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/dkim/dkim-filter.conf
1698
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/dovecot/etc_dovecot_dovecot-sql.conf
1569
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/dovecot/etc_dovecot_dovecot-sql.conf
1699
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/dovecot/etc_dovecot_dovecot.conf
1570
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/dovecot/etc_dovecot_dovecot.conf
1700
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/exim4/etc_exim4_conf.d_acl_30_exim4-config_check_rcpt.rul
1571
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/exim4/etc_exim4_conf.d_acl_30_exim4-config_check_rcpt.rul
1701
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/exim4/etc_exim4_conf.d_auth_30_froxlor-config
1572
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/exim4/etc_exim4_conf.d_auth_30_%%AP_NAME%%-config
1702
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/exim4/etc_exim4_conf.d_main_10_froxlor-config_options
1573
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/exim4/etc_exim4_conf.d_main_10_%%AP_NAME%%-config_options
1703
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/exim4/etc_exim4_conf.d_router_180_froxlor-config
1574
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/exim4/etc_exim4_conf.d_router_180_%%AP_NAME%%-config
1704
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/exim4/etc_exim4_conf.d_transport_30_froxlor-config
1575
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/exim4/etc_exim4_conf.d_transport_30_%%AP_NAME%%-config
1705
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/libnss/etc_nss-mysql-root.conf
1576
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/libnss/etc_nss-mysql-root.conf
1706
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/libnss/etc_nss-mysql.conf
1577
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/libnss/etc_nss-mysql.conf
1707
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/libnss/etc_nsswitch.conf
1578
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/libnss/etc_nsswitch.conf
1708
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/lighttpd/etc_lighttpd.conf
1579
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/lighttpd/etc_lighttpd.conf
1709
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/logrotate/etc_logrotated_froxlor
1580
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/logrotate/etc_logrotated_%%AP_NAME%%
1710
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/nginx/etc_init.d_php-fcgi
1581
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/nginx/etc_init.d_php-fcgi
1711
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/nginx/etc_nginx_fastcgi.conf
1582
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/nginx/etc_nginx_fastcgi.conf
1712
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/nginx/etc_nginx_nginx.conf
1583
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/nginx/etc_nginx_nginx.conf
Lines 1724-1730 Link Here
1724
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/postfix_dovecot/etc_postfix_mysql-virtual_sender_permissions.cf
1595
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/postfix_dovecot/etc_postfix_mysql-virtual_sender_permissions.cf
1725
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/postfix_mxaccess/etc_postfix_main.cf
1596
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/postfix_mxaccess/etc_postfix_main.cf
1726
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/postfix_mxaccess/etc_postfix_mx_access
1597
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/postfix_mxaccess/etc_postfix_mx_access
1727
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/powerdns/etc_powerdns_pdns-froxlor.conf
1598
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/powerdns/etc_powerdns_pdns-%%AP_NAME%%.conf
1728
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/powerdns/etc_powerdns_pdns.conf
1599
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/powerdns/etc_powerdns_pdns.conf
1729
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/proftpd/etc_proftpd_modules.conf
1600
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/proftpd/etc_proftpd_modules.conf
1730
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/proftpd/etc_proftpd_proftpd.conf
1601
%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/proftpd/etc_proftpd_proftpd.conf
Lines 1742-1748 Link Here
1742
%%WWWDIR%%/templates/misc/configfiles/debian_wheezy/apache2/etc_apache2_mods-enabled_fastcgi.conf
1613
%%WWWDIR%%/templates/misc/configfiles/debian_wheezy/apache2/etc_apache2_mods-enabled_fastcgi.conf
1743
%%WWWDIR%%/templates/misc/configfiles/debian_wheezy/courier/etc_courier_authdaemonrc
1614
%%WWWDIR%%/templates/misc/configfiles/debian_wheezy/courier/etc_courier_authdaemonrc
1744
%%WWWDIR%%/templates/misc/configfiles/debian_wheezy/courier/etc_courier_authmysqlrc
1615
%%WWWDIR%%/templates/misc/configfiles/debian_wheezy/courier/etc_courier_authmysqlrc
1745
%%WWWDIR%%/templates/misc/configfiles/debian_wheezy/cron/etc_cron.d_froxlor
1616
%%WWWDIR%%/templates/misc/configfiles/debian_wheezy/cron/etc_cron.d_%%AP_NAME%%
1746
%%WWWDIR%%/templates/misc/configfiles/debian_wheezy/dkim/opendkim.conf
1617
%%WWWDIR%%/templates/misc/configfiles/debian_wheezy/dkim/opendkim.conf
1747
%%WWWDIR%%/templates/misc/configfiles/debian_wheezy/dovecot/etc_dovecot_conf.d_10-auth.conf
1618
%%WWWDIR%%/templates/misc/configfiles/debian_wheezy/dovecot/etc_dovecot_conf.d_10-auth.conf
1748
%%WWWDIR%%/templates/misc/configfiles/debian_wheezy/dovecot/etc_dovecot_conf.d_10-mail.conf
1619
%%WWWDIR%%/templates/misc/configfiles/debian_wheezy/dovecot/etc_dovecot_conf.d_10-mail.conf
Lines 1754-1768 Link Here
1754
%%WWWDIR%%/templates/misc/configfiles/debian_wheezy/dovecot/etc_dovecot_dovecot-sql.conf.ext
1625
%%WWWDIR%%/templates/misc/configfiles/debian_wheezy/dovecot/etc_dovecot_dovecot-sql.conf.ext
1755
%%WWWDIR%%/templates/misc/configfiles/debian_wheezy/dovecot/etc_dovecot_dovecot.conf
1626
%%WWWDIR%%/templates/misc/configfiles/debian_wheezy/dovecot/etc_dovecot_dovecot.conf
1756
%%WWWDIR%%/templates/misc/configfiles/debian_wheezy/exim4/etc_exim4_conf.d_acl_30_exim4-config_check_rcpt
1627
%%WWWDIR%%/templates/misc/configfiles/debian_wheezy/exim4/etc_exim4_conf.d_acl_30_exim4-config_check_rcpt
1757
%%WWWDIR%%/templates/misc/configfiles/debian_wheezy/exim4/etc_exim4_conf.d_auth_30_froxlor-config
1628
%%WWWDIR%%/templates/misc/configfiles/debian_wheezy/exim4/etc_exim4_conf.d_auth_30_%%AP_NAME%%-config
1758
%%WWWDIR%%/templates/misc/configfiles/debian_wheezy/exim4/etc_exim4_conf.d_main_10_froxlor-config_options
1629
%%WWWDIR%%/templates/misc/configfiles/debian_wheezy/exim4/etc_exim4_conf.d_main_10_%%AP_NAME%%-config_options
1759
%%WWWDIR%%/templates/misc/configfiles/debian_wheezy/exim4/etc_exim4_conf.d_router_180_froxlor-config
1630
%%WWWDIR%%/templates/misc/configfiles/debian_wheezy/exim4/etc_exim4_conf.d_router_180_%%AP_NAME%%-config
1760
%%WWWDIR%%/templates/misc/configfiles/debian_wheezy/exim4/etc_exim4_conf.d_transport_30_froxlor-config
1631
%%WWWDIR%%/templates/misc/configfiles/debian_wheezy/exim4/etc_exim4_conf.d_transport_30_%%AP_NAME%%-config
1761
%%WWWDIR%%/templates/misc/configfiles/debian_wheezy/libnss/etc_libnss-mysql-root.cfg
1632
%%WWWDIR%%/templates/misc/configfiles/debian_wheezy/libnss/etc_libnss-mysql-root.cfg
1762
%%WWWDIR%%/templates/misc/configfiles/debian_wheezy/libnss/etc_libnss-mysql.cfg
1633
%%WWWDIR%%/templates/misc/configfiles/debian_wheezy/libnss/etc_libnss-mysql.cfg
1763
%%WWWDIR%%/templates/misc/configfiles/debian_wheezy/libnss/etc_nsswitch.conf
1634
%%WWWDIR%%/templates/misc/configfiles/debian_wheezy/libnss/etc_nsswitch.conf
1764
%%WWWDIR%%/templates/misc/configfiles/debian_wheezy/lighttpd/etc_lighttpd.conf
1635
%%WWWDIR%%/templates/misc/configfiles/debian_wheezy/lighttpd/etc_lighttpd.conf
1765
%%WWWDIR%%/templates/misc/configfiles/debian_wheezy/logrotate/etc_logrotated_froxlor
1636
%%WWWDIR%%/templates/misc/configfiles/debian_wheezy/logrotate/etc_logrotated_%%AP_NAME%%
1766
%%WWWDIR%%/templates/misc/configfiles/debian_wheezy/nginx/etc_init.d_php-fcgi
1637
%%WWWDIR%%/templates/misc/configfiles/debian_wheezy/nginx/etc_init.d_php-fcgi
1767
%%WWWDIR%%/templates/misc/configfiles/debian_wheezy/nginx/etc_nginx_nginx.conf
1638
%%WWWDIR%%/templates/misc/configfiles/debian_wheezy/nginx/etc_nginx_nginx.conf
1768
%%WWWDIR%%/templates/misc/configfiles/debian_wheezy/postfix_courier/etc_aliases
1639
%%WWWDIR%%/templates/misc/configfiles/debian_wheezy/postfix_courier/etc_aliases
Lines 1808-1814 Link Here
1808
%%WWWDIR%%/templates/misc/configfiles/freebsd/libnss/etc_nsswitch.conf
1679
%%WWWDIR%%/templates/misc/configfiles/freebsd/libnss/etc_nsswitch.conf
1809
%%WWWDIR%%/templates/misc/configfiles/freebsd/libnss/usr_local_etc_libnss-mysql-root.cfg
1680
%%WWWDIR%%/templates/misc/configfiles/freebsd/libnss/usr_local_etc_libnss-mysql-root.cfg
1810
%%WWWDIR%%/templates/misc/configfiles/freebsd/libnss/usr_local_etc_libnss-mysql.cfg
1681
%%WWWDIR%%/templates/misc/configfiles/freebsd/libnss/usr_local_etc_libnss-mysql.cfg
1811
%%WWWDIR%%/templates/misc/configfiles/freebsd/logrotate/etc_logrotated_froxlor
1682
%%WWWDIR%%/templates/misc/configfiles/freebsd/logrotate/etc_logrotated_%%AP_NAME%%
1812
%%WWWDIR%%/templates/misc/configfiles/freebsd/nginx/usr_local_etc_nginx_nginx.conf
1683
%%WWWDIR%%/templates/misc/configfiles/freebsd/nginx/usr_local_etc_nginx_nginx.conf
1813
%%WWWDIR%%/templates/misc/configfiles/freebsd/postfix/etc_periodic.conf
1684
%%WWWDIR%%/templates/misc/configfiles/freebsd/postfix/etc_periodic.conf
1814
%%WWWDIR%%/templates/misc/configfiles/freebsd/postfix/usr_local_etc_postfix_main.cf
1685
%%WWWDIR%%/templates/misc/configfiles/freebsd/postfix/usr_local_etc_postfix_main.cf
Lines 1828-1834 Link Here
1828
%%WWWDIR%%/templates/misc/configfiles/gentoo/courier/etc_courier-imap_pop3d-ssl
1699
%%WWWDIR%%/templates/misc/configfiles/gentoo/courier/etc_courier-imap_pop3d-ssl
1829
%%WWWDIR%%/templates/misc/configfiles/gentoo/courier/etc_courier_authlib_authdaemonrc
1700
%%WWWDIR%%/templates/misc/configfiles/gentoo/courier/etc_courier_authlib_authdaemonrc
1830
%%WWWDIR%%/templates/misc/configfiles/gentoo/courier/etc_courier_authlib_authmysqlrc
1701
%%WWWDIR%%/templates/misc/configfiles/gentoo/courier/etc_courier_authlib_authmysqlrc
1831
%%WWWDIR%%/templates/misc/configfiles/gentoo/cron/etc_cron.d_froxlor
1702
%%WWWDIR%%/templates/misc/configfiles/gentoo/cron/etc_cron.d_%%AP_NAME%%
1832
%%WWWDIR%%/templates/misc/configfiles/gentoo/dkim/dkim-filter.conf
1703
%%WWWDIR%%/templates/misc/configfiles/gentoo/dkim/dkim-filter.conf
1833
%%WWWDIR%%/templates/misc/configfiles/gentoo/dovecot/etc_dovecot_dovecot-sql.conf
1704
%%WWWDIR%%/templates/misc/configfiles/gentoo/dovecot/etc_dovecot_dovecot-sql.conf
1834
%%WWWDIR%%/templates/misc/configfiles/gentoo/dovecot/etc_dovecot_dovecot.conf
1705
%%WWWDIR%%/templates/misc/configfiles/gentoo/dovecot/etc_dovecot_dovecot.conf
Lines 1836-1842 Link Here
1836
%%WWWDIR%%/templates/misc/configfiles/gentoo/libnss/etc_libnss-mysql.cfg
1707
%%WWWDIR%%/templates/misc/configfiles/gentoo/libnss/etc_libnss-mysql.cfg
1837
%%WWWDIR%%/templates/misc/configfiles/gentoo/libnss/etc_nsswitch.conf
1708
%%WWWDIR%%/templates/misc/configfiles/gentoo/libnss/etc_nsswitch.conf
1838
%%WWWDIR%%/templates/misc/configfiles/gentoo/lighttpd/etc_lighttpd.conf
1709
%%WWWDIR%%/templates/misc/configfiles/gentoo/lighttpd/etc_lighttpd.conf
1839
%%WWWDIR%%/templates/misc/configfiles/gentoo/logrotate/etc_logrotated_froxlor
1710
%%WWWDIR%%/templates/misc/configfiles/gentoo/logrotate/etc_logrotated_%%AP_NAME%%
1840
%%WWWDIR%%/templates/misc/configfiles/gentoo/nginx/etc_init.d_php-fcgi
1711
%%WWWDIR%%/templates/misc/configfiles/gentoo/nginx/etc_init.d_php-fcgi
1841
%%WWWDIR%%/templates/misc/configfiles/gentoo/nginx/etc_nginx_fastcgi.conf
1712
%%WWWDIR%%/templates/misc/configfiles/gentoo/nginx/etc_nginx_fastcgi.conf
1842
%%WWWDIR%%/templates/misc/configfiles/gentoo/nginx/etc_nginx_nginx.conf
1713
%%WWWDIR%%/templates/misc/configfiles/gentoo/nginx/etc_nginx_nginx.conf
Lines 1865-1879 Link Here
1865
%%WWWDIR%%/templates/misc/configfiles/gentoo/pureftpd/etc_pureftpd-mysql.conf
1736
%%WWWDIR%%/templates/misc/configfiles/gentoo/pureftpd/etc_pureftpd-mysql.conf
1866
%%WWWDIR%%/templates/misc/configfiles/opensuse_11_x/courier/etc_authlib_authdaemonrc
1737
%%WWWDIR%%/templates/misc/configfiles/opensuse_11_x/courier/etc_authlib_authdaemonrc
1867
%%WWWDIR%%/templates/misc/configfiles/opensuse_11_x/courier/etc_authlib_authmysqlrc
1738
%%WWWDIR%%/templates/misc/configfiles/opensuse_11_x/courier/etc_authlib_authmysqlrc
1868
%%WWWDIR%%/templates/misc/configfiles/opensuse_11_x/cron/etc_cron.d_froxlor
1739
%%WWWDIR%%/templates/misc/configfiles/opensuse_11_x/cron/etc_cron.d_%%AP_NAME%%
1869
%%WWWDIR%%/templates/misc/configfiles/opensuse_11_x/dkim/dkim-filter.conf
1740
%%WWWDIR%%/templates/misc/configfiles/opensuse_11_x/dkim/dkim-filter.conf
1870
%%WWWDIR%%/templates/misc/configfiles/opensuse_11_x/dovecot/etc_dovecot_dovecot-sql.conf
1741
%%WWWDIR%%/templates/misc/configfiles/opensuse_11_x/dovecot/etc_dovecot_dovecot-sql.conf
1871
%%WWWDIR%%/templates/misc/configfiles/opensuse_11_x/dovecot/etc_dovecot_dovecot.conf
1742
%%WWWDIR%%/templates/misc/configfiles/opensuse_11_x/dovecot/etc_dovecot_dovecot.conf
1872
%%WWWDIR%%/templates/misc/configfiles/opensuse_11_x/exim4/etc_exim4_conf.d_acl_30_exim4-config_check_rcpt.rul
1743
%%WWWDIR%%/templates/misc/configfiles/opensuse_11_x/exim4/etc_exim4_conf.d_acl_30_exim4-config_check_rcpt.rul
1873
%%WWWDIR%%/templates/misc/configfiles/opensuse_11_x/exim4/etc_exim4_conf.d_auth_30_froxlor-config
1744
%%WWWDIR%%/templates/misc/configfiles/opensuse_11_x/exim4/etc_exim4_conf.d_auth_30_%%AP_NAME%%-config
1874
%%WWWDIR%%/templates/misc/configfiles/opensuse_11_x/exim4/etc_exim4_conf.d_main_10_froxlor-config_options
1745
%%WWWDIR%%/templates/misc/configfiles/opensuse_11_x/exim4/etc_exim4_conf.d_main_10_%%AP_NAME%%-config_options
1875
%%WWWDIR%%/templates/misc/configfiles/opensuse_11_x/exim4/etc_exim4_conf.d_router_180_froxlor-config
1746
%%WWWDIR%%/templates/misc/configfiles/opensuse_11_x/exim4/etc_exim4_conf.d_router_180_%%AP_NAME%%-config
1876
%%WWWDIR%%/templates/misc/configfiles/opensuse_11_x/exim4/etc_exim4_conf.d_transport_30_froxlor-config
1747
%%WWWDIR%%/templates/misc/configfiles/opensuse_11_x/exim4/etc_exim4_conf.d_transport_30_%%AP_NAME%%-config
1877
%%WWWDIR%%/templates/misc/configfiles/opensuse_11_x/postfix/etc_postfix_main.cf
1748
%%WWWDIR%%/templates/misc/configfiles/opensuse_11_x/postfix/etc_postfix_main.cf
1878
%%WWWDIR%%/templates/misc/configfiles/opensuse_11_x/postfix/etc_postfix_mysql-virtual_alias_maps.cf
1749
%%WWWDIR%%/templates/misc/configfiles/opensuse_11_x/postfix/etc_postfix_mysql-virtual_alias_maps.cf
1879
%%WWWDIR%%/templates/misc/configfiles/opensuse_11_x/postfix/etc_postfix_mysql-virtual_mailbox_domains.cf
1750
%%WWWDIR%%/templates/misc/configfiles/opensuse_11_x/postfix/etc_postfix_mysql-virtual_mailbox_domains.cf
Lines 1893-1899 Link Here
1893
%%WWWDIR%%/templates/misc/configfiles/opensuse_11_x/pure-ftpd/etc_pure-ftpd_mysql.conf
1764
%%WWWDIR%%/templates/misc/configfiles/opensuse_11_x/pure-ftpd/etc_pure-ftpd_mysql.conf
1894
%%WWWDIR%%/templates/misc/configfiles/sle_10/courier/etc_authlib_authdaemonrc
1765
%%WWWDIR%%/templates/misc/configfiles/sle_10/courier/etc_authlib_authdaemonrc
1895
%%WWWDIR%%/templates/misc/configfiles/sle_10/courier/etc_authlib_authmysqlrc
1766
%%WWWDIR%%/templates/misc/configfiles/sle_10/courier/etc_authlib_authmysqlrc
1896
%%WWWDIR%%/templates/misc/configfiles/sle_10/cron/etc_cron.d_froxlor
1767
%%WWWDIR%%/templates/misc/configfiles/sle_10/cron/etc_cron.d_%%AP_NAME%%
1897
%%WWWDIR%%/templates/misc/configfiles/sle_10/dkim/dkim-filter.conf
1768
%%WWWDIR%%/templates/misc/configfiles/sle_10/dkim/dkim-filter.conf
1898
%%WWWDIR%%/templates/misc/configfiles/sle_10/postfix/etc_postfix_main.cf
1769
%%WWWDIR%%/templates/misc/configfiles/sle_10/postfix/etc_postfix_main.cf
1899
%%WWWDIR%%/templates/misc/configfiles/sle_10/postfix/etc_postfix_mysql-virtual_alias_maps.cf
1770
%%WWWDIR%%/templates/misc/configfiles/sle_10/postfix/etc_postfix_mysql-virtual_alias_maps.cf
Lines 1908-1928 Link Here
1908
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/apache2/etc_apache2_mods-enabled_fastcgi.conf
1779
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/apache2/etc_apache2_mods-enabled_fastcgi.conf
1909
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/courier/etc_courier_authdaemonrc
1780
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/courier/etc_courier_authdaemonrc
1910
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/courier/etc_courier_authmysqlrc
1781
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/courier/etc_courier_authmysqlrc
1911
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/cron/etc_cron.d_froxlor
1782
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/cron/etc_cron.d_%%AP_NAME%%
1912
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/dkim/dkim-filter.conf
1783
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/dkim/dkim-filter.conf
1913
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/dovecot/etc_dovecot_auth.d_01-dovecot-postfix.auth
1784
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/dovecot/etc_dovecot_auth.d_01-dovecot-postfix.auth
1914
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/dovecot/etc_dovecot_conf.d_01-dovecot-postfix.conf
1785
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/dovecot/etc_dovecot_conf.d_01-dovecot-postfix.conf
1915
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/dovecot/etc_dovecot_dovecot-sql.conf
1786
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/dovecot/etc_dovecot_dovecot-sql.conf
1916
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/exim4/etc_exim4_conf.d_acl_30_exim4-config_check_rcpt.rul
1787
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/exim4/etc_exim4_conf.d_acl_30_exim4-config_check_rcpt.rul
1917
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/exim4/etc_exim4_conf.d_auth_30_froxlor-config
1788
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/exim4/etc_exim4_conf.d_auth_30_%%AP_NAME%%-config
1918
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/exim4/etc_exim4_conf.d_main_10_froxlor-config_options
1789
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/exim4/etc_exim4_conf.d_main_10_%%AP_NAME%%-config_options
1919
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/exim4/etc_exim4_conf.d_router_180_froxlor-config
1790
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/exim4/etc_exim4_conf.d_router_180_%%AP_NAME%%-config
1920
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/exim4/etc_exim4_conf.d_transport_30_froxlor-config
1791
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/exim4/etc_exim4_conf.d_transport_30_%%AP_NAME%%-config
1921
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/libnss/etc_nss-mysql-root.conf
1792
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/libnss/etc_nss-mysql-root.conf
1922
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/libnss/etc_nss-mysql.conf
1793
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/libnss/etc_nss-mysql.conf
1923
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/libnss/etc_nsswitch.conf
1794
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/libnss/etc_nsswitch.conf
1924
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/lighttpd/etc_lighttpd.conf
1795
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/lighttpd/etc_lighttpd.conf
1925
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/logrotate/etc_logrotated_froxlor
1796
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/logrotate/etc_logrotated_%%AP_NAME%%
1926
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/nginx/etc_init.d_php-fcgi
1797
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/nginx/etc_init.d_php-fcgi
1927
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/nginx/etc_nginx_fastcgi.conf
1798
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/nginx/etc_nginx_fastcgi.conf
1928
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/nginx/etc_nginx_nginx.conf
1799
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/nginx/etc_nginx_nginx.conf
Lines 1940-1946 Link Here
1940
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/postfix_dovecot/etc_postfix_mysql-virtual_sender_permissions.cf
1811
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/postfix_dovecot/etc_postfix_mysql-virtual_sender_permissions.cf
1941
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/postfix_mxaccess/etc_postfix_main.cf
1812
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/postfix_mxaccess/etc_postfix_main.cf
1942
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/postfix_mxaccess/etc_postfix_mx_access
1813
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/postfix_mxaccess/etc_postfix_mx_access
1943
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/powerdns/etc_powerdns_pdns-froxlor.conf
1814
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/powerdns/etc_powerdns_pdns-%%AP_NAME%%.conf
1944
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/powerdns/etc_powerdns_pdns.conf
1815
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/powerdns/etc_powerdns_pdns.conf
1945
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/proftpd/etc_proftpd_modules.conf
1816
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/proftpd/etc_proftpd_modules.conf
1946
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/proftpd/etc_proftpd_proftpd.conf
1817
%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/proftpd/etc_proftpd_proftpd.conf
Lines 1958-1964 Link Here
1958
%%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/apache2/etc_apache2_mods-enabled_fastcgi.conf
1829
%%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/apache2/etc_apache2_mods-enabled_fastcgi.conf
1959
%%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/courier/etc_courier_authdaemonrc
1830
%%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/courier/etc_courier_authdaemonrc
1960
%%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/courier/etc_courier_authmysqlrc
1831
%%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/courier/etc_courier_authmysqlrc
1961
%%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/cron/etc_cron.d_froxlor
1832
%%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/cron/etc_cron.d_%%AP_NAME%%
1962
%%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/dovecot/etc_dovecot_conf.d_01_mail_stack_delivery.conf
1833
%%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/dovecot/etc_dovecot_conf.d_01_mail_stack_delivery.conf
1963
%%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/dovecot/etc_dovecot_conf.d_10_auth.conf
1834
%%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/dovecot/etc_dovecot_conf.d_10_auth.conf
1964
%%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/dovecot/etc_dovecot_conf.d_auth-sql.conf.ext
1835
%%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/dovecot/etc_dovecot_conf.d_auth-sql.conf.ext
Lines 1967-1973 Link Here
1967
%%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/libnss/etc_libnss-mysql.cfg
1838
%%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/libnss/etc_libnss-mysql.cfg
1968
%%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/libnss/etc_nsswitch.conf
1839
%%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/libnss/etc_nsswitch.conf
1969
%%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/lighttpd/etc_lighttpd.conf
1840
%%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/lighttpd/etc_lighttpd.conf
1970
%%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/logrotate/etc_logrotated_froxlor
1841
%%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/logrotate/etc_logrotated_%%AP_NAME%%
1971
%%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/nginx/etc_init.d_php-fcgi
1842
%%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/nginx/etc_init.d_php-fcgi
1972
%%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/nginx/etc_nginx_fastcgi.conf
1843
%%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/nginx/etc_nginx_fastcgi.conf
1973
%%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/nginx/etc_nginx_nginx.conf
1844
%%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/nginx/etc_nginx_nginx.conf
Lines 1985-1991 Link Here
1985
%%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/postfix_dovecot/etc_postfix_mysql-virtual_sender_permissions.cf
1856
%%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/postfix_dovecot/etc_postfix_mysql-virtual_sender_permissions.cf
1986
%%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/postfix_mxaccess/etc_postfix_main.cf
1857
%%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/postfix_mxaccess/etc_postfix_main.cf
1987
%%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/postfix_mxaccess/etc_postfix_mx_access
1858
%%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/postfix_mxaccess/etc_postfix_mx_access
1988
%%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/powerdns/etc_powerdns_pdns-froxlor.conf
1859
%%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/powerdns/etc_powerdns_pdns-%%AP_NAME%%.conf
1989
%%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/powerdns/etc_powerdns_pdns.conf
1860
%%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/powerdns/etc_powerdns_pdns.conf
1990
%%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/proftpd/etc_proftpd_modules.conf
1861
%%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/proftpd/etc_proftpd_modules.conf
1991
%%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/proftpd/etc_proftpd_proftpd.conf
1862
%%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/proftpd/etc_proftpd_proftpd.conf
Lines 2152-2158 Link Here
2152
@dirrmtry %%WWWDIR%%/templates/Sparkle/admin/logger
2023
@dirrmtry %%WWWDIR%%/templates/Sparkle/admin/logger
2153
@dirrmtry %%WWWDIR%%/templates/Sparkle/admin/ipsandports
2024
@dirrmtry %%WWWDIR%%/templates/Sparkle/admin/ipsandports
2154
@dirrmtry %%WWWDIR%%/templates/Sparkle/admin/index
2025
@dirrmtry %%WWWDIR%%/templates/Sparkle/admin/index
2155
@dirrmtry %%WWWDIR%%/templates/Sparkle/admin/froxlorclients
2156
@dirrmtry %%WWWDIR%%/templates/Sparkle/admin/domains
2026
@dirrmtry %%WWWDIR%%/templates/Sparkle/admin/domains
2157
@dirrmtry %%WWWDIR%%/templates/Sparkle/admin/customers
2027
@dirrmtry %%WWWDIR%%/templates/Sparkle/admin/customers
2158
@dirrmtry %%WWWDIR%%/templates/Sparkle/admin/cronjobs
2028
@dirrmtry %%WWWDIR%%/templates/Sparkle/admin/cronjobs
Lines 2193-2199 Link Here
2193
@dirrmtry %%WWWDIR%%/templates/Froxlor/admin/logger
2063
@dirrmtry %%WWWDIR%%/templates/Froxlor/admin/logger
2194
@dirrmtry %%WWWDIR%%/templates/Froxlor/admin/ipsandports
2064
@dirrmtry %%WWWDIR%%/templates/Froxlor/admin/ipsandports
2195
@dirrmtry %%WWWDIR%%/templates/Froxlor/admin/index
2065
@dirrmtry %%WWWDIR%%/templates/Froxlor/admin/index
2196
@dirrmtry %%WWWDIR%%/templates/Froxlor/admin/froxlorclients
2197
@dirrmtry %%WWWDIR%%/templates/Froxlor/admin/domains
2066
@dirrmtry %%WWWDIR%%/templates/Froxlor/admin/domains
2198
@dirrmtry %%WWWDIR%%/templates/Froxlor/admin/customers
2067
@dirrmtry %%WWWDIR%%/templates/Froxlor/admin/customers
2199
@dirrmtry %%WWWDIR%%/templates/Froxlor/admin/cronjobs
2068
@dirrmtry %%WWWDIR%%/templates/Froxlor/admin/cronjobs
Lines 2207-2212 Link Here
2207
@dirrmtry %%WWWDIR%%/scripts/jobs
2076
@dirrmtry %%WWWDIR%%/scripts/jobs
2208
@dirrmtry %%WWWDIR%%/scripts
2077
@dirrmtry %%WWWDIR%%/scripts
2209
@dirrmtry %%WWWDIR%%/packages
2078
@dirrmtry %%WWWDIR%%/packages
2079
@dirrmtry %%WWWDIR%%/logs
2210
@dirrmtry %%WWWDIR%%/locales/en/LC_MESSAGES
2080
@dirrmtry %%WWWDIR%%/locales/en/LC_MESSAGES
2211
@dirrmtry %%WWWDIR%%/locales/en
2081
@dirrmtry %%WWWDIR%%/locales/en
2212
@dirrmtry %%WWWDIR%%/locales/de/LC_MESSAGES
2082
@dirrmtry %%WWWDIR%%/locales/de/LC_MESSAGES
Lines 2221-2227 Link Here
2221
@dirrmtry %%WWWDIR%%/lib/functions/phphelpers
2091
@dirrmtry %%WWWDIR%%/lib/functions/phphelpers
2222
@dirrmtry %%WWWDIR%%/lib/functions/output
2092
@dirrmtry %%WWWDIR%%/lib/functions/output
2223
@dirrmtry %%WWWDIR%%/lib/functions/logger
2093
@dirrmtry %%WWWDIR%%/lib/functions/logger
2224
@dirrmtry %%WWWDIR%%/lib/functions/froxlor
2094
@dirrmtry %%WWWDIR%%/lib/functions/%%AP_NAME%%
2225
@dirrmtry %%WWWDIR%%/lib/functions/formfields/text
2095
@dirrmtry %%WWWDIR%%/lib/functions/formfields/text
2226
@dirrmtry %%WWWDIR%%/lib/functions/formfields/string
2096
@dirrmtry %%WWWDIR%%/lib/functions/formfields/string
2227
@dirrmtry %%WWWDIR%%/lib/functions/formfields/option
2097
@dirrmtry %%WWWDIR%%/lib/functions/formfields/option
Lines 2295-2302 Link Here
2295
@dirrmtry %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier
2165
@dirrmtry %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier
2296
@dirrmtry %%WWWDIR%%/lib/classes/htmlpurifier/library
2166
@dirrmtry %%WWWDIR%%/lib/classes/htmlpurifier/library
2297
@dirrmtry %%WWWDIR%%/lib/classes/htmlpurifier
2167
@dirrmtry %%WWWDIR%%/lib/classes/htmlpurifier
2298
@dirrmtry %%WWWDIR%%/lib/classes/froxlorclient
2168
@dirrmtry %%WWWDIR%%/lib/classes/database/manager
2299
@dirrmtry %%WWWDIR%%/lib/classes/domains
2300
@dirrmtry %%WWWDIR%%/lib/classes/database
2169
@dirrmtry %%WWWDIR%%/lib/classes/database
2301
@dirrmtry %%WWWDIR%%/lib/classes/aps
2170
@dirrmtry %%WWWDIR%%/lib/classes/aps
2302
@dirrmtry %%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins
2171
@dirrmtry %%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins
Lines 2311-2324 Link Here
2311
@dirrmtry %%WWWDIR%%/lib
2180
@dirrmtry %%WWWDIR%%/lib
2312
@dirrmtry %%WWWDIR%%/js/plugins
2181
@dirrmtry %%WWWDIR%%/js/plugins
2313
@dirrmtry %%WWWDIR%%/js
2182
@dirrmtry %%WWWDIR%%/js
2314
@dirrmtry %%WWWDIR%%/install/updates/syscp/1.4
2315
@dirrmtry %%WWWDIR%%/install/updates/syscp/1.2
2316
@dirrmtry %%WWWDIR%%/install/updates/syscp/1.0
2317
@dirrmtry %%WWWDIR%%/install/updates/syscp
2318
@dirrmtry %%WWWDIR%%/install/updates/preconfig/0.9
2183
@dirrmtry %%WWWDIR%%/install/updates/preconfig/0.9
2319
@dirrmtry %%WWWDIR%%/install/updates/preconfig
2184
@dirrmtry %%WWWDIR%%/install/updates/preconfig
2320
@dirrmtry %%WWWDIR%%/install/updates/froxlor/0.9
2185
@dirrmtry %%WWWDIR%%/install/updates/%%AP_NAME%%/0.9
2321
@dirrmtry %%WWWDIR%%/install/updates/froxlor
2186
@dirrmtry %%WWWDIR%%/install/updates/%%AP_NAME%%
2322
@dirrmtry %%WWWDIR%%/install/updates
2187
@dirrmtry %%WWWDIR%%/install/updates
2323
@dirrmtry %%WWWDIR%%/install/templates/assets/img
2188
@dirrmtry %%WWWDIR%%/install/templates/assets/img
2324
@dirrmtry %%WWWDIR%%/install/templates/assets/css
2189
@dirrmtry %%WWWDIR%%/install/templates/assets/css

Return to bug 187618