From f853baf87e141ab54fd28d6a1e4d8e301a1b9fb4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 28 Oct 2009 03:13:33 +0000 Subject: [PATCH] Deprecated scripts/templates removed --- .gitattributes | 56 ------------------- DOCS/TODOs.txt | 56 ------------------- inc/autopurge.php | 3 - inc/check-reset.php | 3 - inc/doubler_send.php | 3 - inc/extensions.php | 3 - inc/fatal_errors.php | 3 - inc/hooks.php | 3 - inc/load_extensions.php | 3 - inc/loader/load_cache-modreg.php | 3 - inc/mails/birthday_mails.php | 3 - inc/modules/admin/what-config_cache.php | 3 - inc/modules/admin/what-list_newsletter.php | 3 - inc/modules/welcome.php | 3 - inc/patch-system.php | 3 - inc/pool-update.php | 3 - inc/profile-updte.php | 3 - inc/rdf.class.php | 3 - inc/security.php | 3 - inc/sql_error.php | 3 - inc/stats_bonus.php | 3 - .../emails/admin/admin_newsletter_request.tpl | 1 - .../emails/member/member_newsletter_done.tpl | 1 - .../member/member_newsletter_request.tpl | 1 - .../emails/member/member_newsletter_reset.tpl | 1 - templates/de/emails/sponsor_add_points.tpl | 1 - templates/de/emails/sponsor_confirm.tpl | 1 - templates/de/emails/sponsor_pending.tpl | 1 - templates/de/emails/sponsor_sub_points.tpl | 1 - templates/de/emails/sponsor_unlocked.tpl | 1 - templates/de/html/admin/admin_add_reflvl.tpl | 1 - .../de/html/admin/admin_config_cache.tpl | 1 - .../admin/admin_config_home_settings_pro.tpl | 1 - .../de/html/admin/admin_config_reg_pro.tpl | 1 - .../de/html/admin/admin_extensions_list.tpl | 1 - .../de/html/admin/admin_list_extensions.tpl | 1 - .../html/admin/admin_list_extensions_row.tpl | 1 - templates/de/html/admin/admin_mods_list.tpl | 1 - .../de/html/admin/admin_mods_list_row.tpl | 1 - .../de/html/admin/admin_newsletter_tsk.tpl | 1 - .../de/html/admin/admin_online_footer.tpl | 1 - .../de/html/admin/admin_online_header.tpl | 1 - templates/de/html/admin/admin_online_list.tpl | 1 - templates/de/html/admin/admin_online_row.tpl | 1 - templates/de/html/admin/admin_patches.tpl | 1 - templates/de/html/admin/admin_patches_row.tpl | 1 - templates/de/html/admin/admin_theme_list.tpl | 1 - templates/de/html/fatal_footer.tpl | 1 - templates/de/html/fatal_header.tpl | 1 - .../de/html/guest/guest_confirm_table.tpl | 1 - templates/de/html/install/install_footer.tpl | 1 - templates/de/html/install/install_header.tpl | 1 - templates/de/html/login_failtures.tpl | 1 - .../de/html/mailid/mailid_points_lcoked2.tpl | 1 - .../de/html/member/member_newsletter_note.tpl | 1 - templates/de/html/member/member_primera.tpl | 1 - templates/de/html/member/member_wernis.tpl | 1 - .../de/html/member/member_wernis_row.tpl | 1 - 58 files changed, 206 deletions(-) delete mode 100644 inc/autopurge.php delete mode 100644 inc/check-reset.php delete mode 100644 inc/doubler_send.php delete mode 100644 inc/extensions.php delete mode 100644 inc/fatal_errors.php delete mode 100644 inc/hooks.php delete mode 100644 inc/load_extensions.php delete mode 100644 inc/loader/load_cache-modreg.php delete mode 100644 inc/mails/birthday_mails.php delete mode 100644 inc/modules/admin/what-config_cache.php delete mode 100644 inc/modules/admin/what-list_newsletter.php delete mode 100644 inc/modules/welcome.php delete mode 100644 inc/patch-system.php delete mode 100644 inc/pool-update.php delete mode 100644 inc/profile-updte.php delete mode 100644 inc/rdf.class.php delete mode 100644 inc/security.php delete mode 100644 inc/sql_error.php delete mode 100644 inc/stats_bonus.php delete mode 100644 templates/de/emails/admin/admin_newsletter_request.tpl delete mode 100644 templates/de/emails/member/member_newsletter_done.tpl delete mode 100644 templates/de/emails/member/member_newsletter_request.tpl delete mode 100644 templates/de/emails/member/member_newsletter_reset.tpl delete mode 100644 templates/de/emails/sponsor_add_points.tpl delete mode 100644 templates/de/emails/sponsor_confirm.tpl delete mode 100644 templates/de/emails/sponsor_pending.tpl delete mode 100644 templates/de/emails/sponsor_sub_points.tpl delete mode 100644 templates/de/emails/sponsor_unlocked.tpl delete mode 100644 templates/de/html/admin/admin_add_reflvl.tpl delete mode 100644 templates/de/html/admin/admin_config_cache.tpl delete mode 100644 templates/de/html/admin/admin_config_home_settings_pro.tpl delete mode 100644 templates/de/html/admin/admin_config_reg_pro.tpl delete mode 100644 templates/de/html/admin/admin_extensions_list.tpl delete mode 100644 templates/de/html/admin/admin_list_extensions.tpl delete mode 100644 templates/de/html/admin/admin_list_extensions_row.tpl delete mode 100644 templates/de/html/admin/admin_mods_list.tpl delete mode 100644 templates/de/html/admin/admin_mods_list_row.tpl delete mode 100644 templates/de/html/admin/admin_newsletter_tsk.tpl delete mode 100644 templates/de/html/admin/admin_online_footer.tpl delete mode 100644 templates/de/html/admin/admin_online_header.tpl delete mode 100644 templates/de/html/admin/admin_online_list.tpl delete mode 100644 templates/de/html/admin/admin_online_row.tpl delete mode 100644 templates/de/html/admin/admin_patches.tpl delete mode 100644 templates/de/html/admin/admin_patches_row.tpl delete mode 100644 templates/de/html/admin/admin_theme_list.tpl delete mode 100644 templates/de/html/fatal_footer.tpl delete mode 100644 templates/de/html/fatal_header.tpl delete mode 100644 templates/de/html/guest/guest_confirm_table.tpl delete mode 100644 templates/de/html/install/install_footer.tpl delete mode 100644 templates/de/html/install/install_header.tpl delete mode 100644 templates/de/html/login_failtures.tpl delete mode 100644 templates/de/html/mailid/mailid_points_lcoked2.tpl delete mode 100644 templates/de/html/member/member_newsletter_note.tpl delete mode 100644 templates/de/html/member/member_primera.tpl delete mode 100644 templates/de/html/member/member_wernis.tpl delete mode 100644 templates/de/html/member/member_wernis_row.tpl diff --git a/.gitattributes b/.gitattributes index 0321e55566..9a3d288f49 100644 --- a/.gitattributes +++ b/.gitattributes @@ -83,7 +83,6 @@ DOCS/validator.sh -text /img.php -text inc/.htaccess -text inc/.secret/.htaccess -text -inc/autopurge.php -text inc/autopurge/.htaccess -text inc/autopurge/purge- -text inc/autopurge/purge-general.php -text @@ -92,7 +91,6 @@ inc/autopurge/purge-mails.php -text inc/autopurge/purge-tsks.php -text inc/autopurge/purge-unconfirmed.php -text inc/cache/.htaccess -text -inc/check-reset.php -text inc/classes/.htaccess -text inc/classes/cachesystem.class.php -text inc/classes/rdf.class.php -text @@ -108,9 +106,7 @@ inc/debug/client/.htaccess -text inc/debug/relay/.htaccess -text inc/debug/request_ -text inc/debug/server/.htaccess -text -inc/doubler_send.php -text inc/extensions-functions.php -text -inc/extensions.php -text inc/extensions/.htaccess -text inc/extensions/ext- -text inc/extensions/ext-active.php -text @@ -174,7 +170,6 @@ inc/extensions/ext-usage.php -text inc/extensions/ext-user.php -text inc/extensions/ext-wernis.php -text inc/extensions/ext-yoomedia.php -text -inc/fatal_errors.php -text inc/filter-functions.php -text inc/filters.php -text inc/fix_filters.php -text @@ -186,7 +181,6 @@ inc/gen_refback.php -text inc/gen_sql_patches.php -text inc/handler.php -text inc/header.php -text -inc/hooks.php -text inc/img/.htaccess -text inc/install-functions.php -text inc/install-inc.php -text @@ -290,7 +284,6 @@ inc/libs/wernis_functions.php -text inc/libs/yoomedia_functions.php -text inc/load_cache.php -text inc/load_config.php -text -inc/load_extensions.php -text inc/loader/.htaccess -text inc/loader/load_cache- -text inc/loader/load_cache-admin.php -text @@ -298,7 +291,6 @@ inc/loader/load_cache-config.php -text inc/loader/load_cache-extension.php -text inc/loader/load_cache-filter.php -text inc/loader/load_cache-impressum.php -text -inc/loader/load_cache-modreg.php -text inc/loader/load_cache-modules.php -text inc/loader/load_cache-refdepths.php -text inc/loader/load_cache-refsystem.php -text @@ -306,7 +298,6 @@ inc/loader/load_cache-them.php -text inc/mails/.htaccess -text inc/mails/_mails.php -text inc/mails/beg_mails.php -text -inc/mails/birthday_mails.php -text inc/mails/bonus_mails.php -text inc/mails/doubler_mails.php -text inc/modules/.htaccess -text @@ -364,7 +355,6 @@ inc/modules/admin/what-config_autopurge.php -text inc/modules/admin/what-config_beg.php -text inc/modules/admin/what-config_birthday.php -text inc/modules/admin/what-config_bonus.php -text -inc/modules/admin/what-config_cache.php -text inc/modules/admin/what-config_cats.php -text inc/modules/admin/what-config_doubler.php -text inc/modules/admin/what-config_email.php -text @@ -427,7 +417,6 @@ inc/modules/admin/what-list_country.php -text inc/modules/admin/what-list_doubler.php -text inc/modules/admin/what-list_holiday.php -text inc/modules/admin/what-list_links.php -text -inc/modules/admin/what-list_newsletter.php -text inc/modules/admin/what-list_notifications.php -text inc/modules/admin/what-list_payouts.php -text inc/modules/admin/what-list_primera.php -text @@ -564,7 +553,6 @@ inc/modules/sponsor/.php -text inc/modules/sponsor/account.php -text inc/modules/sponsor/settings.php -text inc/modules/sponsor/welcome.php -text -inc/modules/welcome.php -text inc/monthly/.htaccess -text inc/monthly/monthly_ -text inc/monthly/monthly_beg.php -text @@ -573,7 +561,6 @@ inc/monthly/monthly_newsletter.php -text inc/monthly/monthly_surfbar.php -text inc/mysql-connect.php -text inc/mysql-manager.php -text -inc/patch-system.php -text inc/phpmailer/ChangeLog.txt -text inc/phpmailer/LICENSE -text inc/phpmailer/README -text @@ -637,13 +624,10 @@ inc/phpmailer/phpdoc/packages.html -text inc/phpmailer/test/phpmailer_test.php -text inc/phpmailer/test/phpunit.php -text inc/phpmailer/test/test.png -text -inc/pool-update.php -text inc/pool/.htaccess -text inc/pool/pool- -text inc/pool/pool-bonus.php -text inc/pool/pool-user.php -text -inc/profile-updte.php -text -inc/rdf.class.php -text inc/request-functions.php -text inc/reset/.htaccess -text inc/reset/reset_ -text @@ -659,13 +643,10 @@ inc/reset/reset_holiday.php -text inc/reset/reset_profile.php -text inc/reset/reset_surfbar.php -text inc/reset/reset_yoomedia.php -text -inc/security.php -text inc/session-functions.php -text inc/session.php -text inc/sql-functions.php -text -inc/sql_error.php -text inc/stats-functions.php -text -inc/stats_bonus.php -text inc/stylesheet.php -text inc/weekly/.htaccess -text inc/weekly/weekly_ -text @@ -710,7 +691,6 @@ templates/de/emails/admin/admin_holiday_unlock.tpl -text templates/de/emails/admin/admin_lock_active_surfbar_urls.tpl -text templates/de/emails/admin/admin_lock_locked_surfbar_urls.tpl -text templates/de/emails/admin/admin_mydata_notify.tpl -text -templates/de/emails/admin/admin_newsletter_request.tpl -text templates/de/emails/admin/admin_newsletter_reset.tpl -text templates/de/emails/admin/admin_payout_request.tpl -text templates/de/emails/admin/admin_payout_request_banner.tpl -text @@ -800,9 +780,6 @@ templates/de/emails/member/member_holiday_unlock.tpl -text templates/de/emails/member/member_lock_active_surfbar_urls.tpl -text templates/de/emails/member/member_lock_locked_surfbar_urls.tpl -text templates/de/emails/member/member_mydata_notify.tpl -text -templates/de/emails/member/member_newsletter_done.tpl -text -templates/de/emails/member/member_newsletter_request.tpl -text -templates/de/emails/member/member_newsletter_reset.tpl -text templates/de/emails/member/member_payout_accepted.tpl -text templates/de/emails/member/member_payout_rejected.tpl -text templates/de/emails/member/member_payout_request.tpl -text @@ -869,11 +846,6 @@ templates/de/emails/sponsor/sponsor_settings.tpl -text templates/de/emails/sponsor/sponsor_sub_points.tpl -text templates/de/emails/sponsor/sponsor_unlock.tpl -text templates/de/emails/sponsor/sponsor_unlocked.tpl -text -templates/de/emails/sponsor_add_points.tpl -text -templates/de/emails/sponsor_confirm.tpl -text -templates/de/emails/sponsor_pending.tpl -text -templates/de/emails/sponsor_sub_points.tpl -text -templates/de/emails/sponsor_unlocked.tpl -text templates/de/emails/sub-points.tpl -text templates/de/emails/unlock-user.tpl -text templates/de/html/.htaccess -text @@ -889,7 +861,6 @@ templates/de/html/admin/admin_add_points_all.tpl -text templates/de/html/admin/admin_add_rallye.tpl -text templates/de/html/admin/admin_add_rallye_prices.tpl -text templates/de/html/admin/admin_add_reflevel.tpl -text -templates/de/html/admin/admin_add_reflvl.tpl -text templates/de/html/admin/admin_add_sponsor.tpl -text templates/de/html/admin/admin_add_sponsor_already.tpl -text templates/de/html/admin/admin_add_sponsor_paytype.tpl -text @@ -923,7 +894,6 @@ templates/de/html/admin/admin_config_autopurge.tpl -text templates/de/html/admin/admin_config_beg.tpl -text templates/de/html/admin/admin_config_birthday.tpl -text templates/de/html/admin/admin_config_bonus.tpl -text -templates/de/html/admin/admin_config_cache.tpl -text templates/de/html/admin/admin_config_cats.tpl -text templates/de/html/admin/admin_config_cats_row.tpl -text templates/de/html/admin/admin_config_doubler.tpl -text @@ -939,7 +909,6 @@ templates/de/html/admin/admin_config_home.tpl -text templates/de/html/admin/admin_config_home_main.tpl -text templates/de/html/admin/admin_config_home_row.tpl -text templates/de/html/admin/admin_config_home_settings.tpl -text -templates/de/html/admin/admin_config_home_settings_pro.tpl -text templates/de/html/admin/admin_config_mediadata.tpl -text templates/de/html/admin/admin_config_menu.tpl -text templates/de/html/admin/admin_config_newsletter.tpl -text @@ -965,7 +934,6 @@ templates/de/html/admin/admin_config_rallye_prices.tpl -text templates/de/html/admin/admin_config_rallye_prices_row.tpl -text templates/de/html/admin/admin_config_refback.tpl -text templates/de/html/admin/admin_config_refid.tpl -text -templates/de/html/admin/admin_config_reg_pro.tpl -text templates/de/html/admin/admin_config_register.tpl -text templates/de/html/admin/admin_config_register2.tpl -text templates/de/html/admin/admin_config_removeip.tpl -text @@ -1033,7 +1001,6 @@ templates/de/html/admin/admin_extensions_delete_row_404.tpl -text templates/de/html/admin/admin_extensions_edit.tpl -text templates/de/html/admin/admin_extensions_edit_row.tpl -text templates/de/html/admin/admin_extensions_installed.tpl -text -templates/de/html/admin/admin_extensions_list.tpl -text templates/de/html/admin/admin_extensions_row.tpl -text templates/de/html/admin/admin_extensions_text.tpl -text templates/de/html/admin/admin_footer.tpl -text @@ -1072,8 +1039,6 @@ templates/de/html/admin/admin_list_doubler_overview.tpl -text templates/de/html/admin/admin_list_doubler_waiting.tpl -text templates/de/html/admin/admin_list_emails.tpl -text templates/de/html/admin/admin_list_emails_row.tpl -text -templates/de/html/admin/admin_list_extensions.tpl -text -templates/de/html/admin/admin_list_extensions_row.tpl -text templates/de/html/admin/admin_list_holiday.tpl -text templates/de/html/admin/admin_list_holiday_row.tpl -text templates/de/html/admin/admin_list_imprint.tpl -text @@ -1173,20 +1138,13 @@ templates/de/html/admin/admin_mmenu_overview.tpl -text templates/de/html/admin/admin_mmenu_status.tpl -text templates/de/html/admin/admin_mods_edit.tpl -text templates/de/html/admin/admin_mods_edit_row.tpl -text -templates/de/html/admin/admin_mods_list.tpl -text -templates/de/html/admin/admin_mods_list_row.tpl -text templates/de/html/admin/admin_mods_stats.tpl -text templates/de/html/admin/admin_mods_stats2.tpl -text templates/de/html/admin/admin_mods_stats2_row.tpl -text templates/de/html/admin/admin_mods_stats_row.tpl -text templates/de/html/admin/admin_newsletter.tpl -text templates/de/html/admin/admin_newsletter_nohtml.tpl -text -templates/de/html/admin/admin_newsletter_tsk.tpl -text templates/de/html/admin/admin_next_link.tpl -text -templates/de/html/admin/admin_online_footer.tpl -text -templates/de/html/admin/admin_online_header.tpl -text -templates/de/html/admin/admin_online_list.tpl -text -templates/de/html/admin/admin_online_row.tpl -text templates/de/html/admin/admin_optimize.tpl -text templates/de/html/admin/admin_optimize_row.tpl -text templates/de/html/admin/admin_other_sqls.tpl -text @@ -1202,8 +1160,6 @@ templates/de/html/admin/admin_overview_table.tpl -text templates/de/html/admin/admin_overview_task.tpl -text templates/de/html/admin/admin_overview_task_extras.tpl -text templates/de/html/admin/admin_overview_task_rows.tpl -text -templates/de/html/admin/admin_patches.tpl -text -templates/de/html/admin/admin_patches_row.tpl -text templates/de/html/admin/admin_payments_list_row.tpl -text templates/de/html/admin/admin_payout_accept_form.tpl -text templates/de/html/admin/admin_payout_add_new.tpl -text @@ -1246,7 +1202,6 @@ templates/de/html/admin/admin_theme_import_form.tpl -text templates/de/html/admin/admin_theme_import_none.tpl -text templates/de/html/admin/admin_theme_import_row.tpl -text templates/de/html/admin/admin_theme_installed.tpl -text -templates/de/html/admin/admin_theme_list.tpl -text templates/de/html/admin/admin_undelete_surfbar_urls.tpl -text templates/de/html/admin/admin_undelete_surfbar_urls_row.tpl -text templates/de/html/admin/admin_unlock_emails.tpl -text @@ -1347,8 +1302,6 @@ templates/de/html/ext/ext_user.tpl -text templates/de/html/ext/ext_wernis.tpl -text templates/de/html/ext/ext_yoomedia.tpl -text templates/de/html/fatal_errors.tpl -text -templates/de/html/fatal_footer.tpl -text -templates/de/html/fatal_header.tpl -text templates/de/html/guest/.htaccess -text templates/de/html/guest/guest_active_none_row.tpl -text templates/de/html/guest/guest_active_row.tpl -text @@ -1359,7 +1312,6 @@ templates/de/html/guest/guest_beg.tpl -text templates/de/html/guest/guest_cat_row.tpl -text templates/de/html/guest/guest_cat_table.tpl -text templates/de/html/guest/guest_confirm_link.tpl -text -templates/de/html/guest/guest_confirm_table.tpl -text templates/de/html/guest/guest_content_footer.tpl -text templates/de/html/guest/guest_doubler.tpl -text templates/de/html/guest/guest_doubler_list.tpl -text @@ -1417,8 +1369,6 @@ templates/de/html/install/install_fatal_errors.tpl -text templates/de/html/install/install_fatal_row.tpl -text templates/de/html/install/install_fatal_table.tpl -text templates/de/html/install/install_finished.tpl -text -templates/de/html/install/install_footer.tpl -text -templates/de/html/install/install_header.tpl -text templates/de/html/install/install_main.tpl -text templates/de/html/install/install_page1.tpl -text templates/de/html/install/install_page2.tpl -text @@ -1434,7 +1384,6 @@ templates/de/html/js/js_uberwach.tpl -text templates/de/html/lead_code.tpl -text templates/de/html/loader.tpl -text templates/de/html/login_failed_js.tpl -text -templates/de/html/login_failtures.tpl -text templates/de/html/login_failures.tpl -text templates/de/html/mailid/.htaccess -text templates/de/html/mailid/mailid_banner.tpl -text @@ -1444,7 +1393,6 @@ templates/de/html/mailid/mailid_frames.tpl -text templates/de/html/mailid/mailid_points_done.tpl -text templates/de/html/mailid/mailid_points_done2.tpl -text templates/de/html/mailid/mailid_points_failed.tpl -text -templates/de/html/mailid/mailid_points_lcoked2.tpl -text templates/de/html/mailid/mailid_points_locked.tpl -text templates/de/html/mailid/mailid_points_locked2.tpl -text templates/de/html/mailid/mailid_timer.tpl -text @@ -1495,7 +1443,6 @@ templates/de/html/member/member_mydata_edit.tpl -text templates/de/html/member/member_mydata_locked.tpl -text templates/de/html/member/member_mydata_overview.tpl -text templates/de/html/member/member_newsletter.tpl -text -templates/de/html/member/member_newsletter_note.tpl -text templates/de/html/member/member_nickname_form.tpl -text templates/de/html/member/member_order-back.tpl -text templates/de/html/member/member_order-html_ext.tpl -text @@ -1519,7 +1466,6 @@ templates/de/html/member/member_points_row.tpl -text templates/de/html/member/member_points_upgrade.tpl -text templates/de/html/member/member_pool_row.tpl -text templates/de/html/member/member_pool_table.tpl -text -templates/de/html/member/member_primera.tpl -text templates/de/html/member/member_primera_mode_list.tpl -text templates/de/html/member/member_primera_mode_list_row.tpl -text templates/de/html/member/member_primera_mode_pay.tpl -text @@ -1565,13 +1511,11 @@ templates/de/html/member/member_unconfirmed_table_nopoints.tpl -text templates/de/html/member/member_welcome.tpl -text templates/de/html/member/member_welcome_footer.tpl -text templates/de/html/member/member_welcome_header.tpl -text -templates/de/html/member/member_wernis.tpl -text templates/de/html/member/member_wernis_mode_choose.tpl -text templates/de/html/member/member_wernis_mode_list.tpl -text templates/de/html/member/member_wernis_mode_list_row.tpl -text templates/de/html/member/member_wernis_mode_payout.tpl -text templates/de/html/member/member_wernis_mode_withdraw.tpl -text -templates/de/html/member/member_wernis_row.tpl -text templates/de/html/menu/.htaccess -text templates/de/html/menu/menu_guest_advert_end.tpl -text templates/de/html/menu/menu_guest_advert_main.tpl -text diff --git a/DOCS/TODOs.txt b/DOCS/TODOs.txt index 587e23dca2..705aa95944 100644 --- a/DOCS/TODOs.txt +++ b/DOCS/TODOs.txt @@ -194,65 +194,9 @@ ./mailid_top.php:87: // @TODO Rewrite this to a filter ./view.php:72: // @TODO No banner found, output some default banner ### ### DEPRECATION FOLLOWS: ### ### -./inc/autopurge.php:2:// @DEPRECATED -./inc/check-reset.php:2:// @DEPRECATED -./inc/doubler_send.php:2:// @DEPRECATED -./inc/extensions.php:2:// @DEPRECATED -./inc/fatal_errors.php:2:// @DEPRECATED ./inc/functions.php:248: // @DEPRECATED Try to rewrite the if() condition ./inc/functions.php:262: // @DEPRECATED -./inc/hooks.php:2:// @DEPRECATED -./inc/loader/load_cache-modreg.php:2:// @DEPRECATED -./inc/load_extensions.php:2:// @DEPRECATED -./inc/mails/birthday_mails.php:2:// @DEPRECATED ./inc/modules/admin/admin-inc.php:505:// @DEPRECATED -./inc/modules/admin/what-config_cache.php:2:// @DEPRECATED -./inc/modules/admin/what-list_newsletter.php:2:// @DEPRECATED -./inc/modules/welcome.php:2:// @DEPRECATED -./inc/patch-system.php:2:// @DEPRECATED -./inc/pool-update.php:2:// @DEPRECATED -./inc/profile-updte.php:2:// @DEPRECATED -./inc/rdf.class.php:2:// @DEPRECATED -./inc/security.php:2:// @DEPRECATED -./inc/sql_error.php:2:// @DEPRECATED -./inc/stats_bonus.php:2:// @DEPRECATED -./templates/de/emails/admin/admin_newsletter_request.tpl:1:@DEPRECATED -./templates/de/emails/member/member_newsletter_done.tpl:1:@DEPRECATED -./templates/de/emails/member/member_newsletter_request.tpl:1:@DEPRECATED -./templates/de/emails/member/member_newsletter_reset.tpl:1:@DEPRECATED -./templates/de/emails/sponsor_add_points.tpl:1: -./templates/de/emails/sponsor_confirm.tpl:1: -./templates/de/emails/sponsor_pending.tpl:1: -./templates/de/emails/sponsor_sub_points.tpl:1: -./templates/de/emails/sponsor_unlocked.tpl:1: -./templates/de/html/admin/admin_add_reflvl.tpl:1: -./templates/de/html/admin/admin_config_cache.tpl:1: -./templates/de/html/admin/admin_config_home_settings_pro.tpl:1: -./templates/de/html/admin/admin_config_reg_pro.tpl:1: -./templates/de/html/admin/admin_extensions_list.tpl:1: -./templates/de/html/admin/admin_list_extensions_row.tpl:1: -./templates/de/html/admin/admin_list_extensions.tpl:1: -./templates/de/html/admin/admin_mods_list_row.tpl:1: -./templates/de/html/admin/admin_mods_list.tpl:1: -./templates/de/html/admin/admin_newsletter_tsk.tpl:1: -./templates/de/html/admin/admin_online_footer.tpl:1: -./templates/de/html/admin/admin_online_header.tpl:1: -./templates/de/html/admin/admin_online_list.tpl:1: -./templates/de/html/admin/admin_online_row.tpl:1: -./templates/de/html/admin/admin_patches_row.tpl:1: -./templates/de/html/admin/admin_patches.tpl:1: -./templates/de/html/admin/admin_theme_list.tpl:1: -./templates/de/html/fatal_footer.tpl:1: -./templates/de/html/fatal_header.tpl:1: -./templates/de/html/guest/guest_confirm_table.tpl:1: -./templates/de/html/install/install_footer.tpl:1: -./templates/de/html/install/install_header.tpl:1: -./templates/de/html/login_failtures.tpl:1: -./templates/de/html/mailid/mailid_points_lcoked2.tpl:1: -./templates/de/html/member/member_newsletter_note.tpl:1: -./templates/de/html/member/member_primera.tpl:1: -./templates/de/html/member/member_wernis_row.tpl:1: -./templates/de/html/member/member_wernis.tpl:1: ### ### template-warnings.log follows: ### ### Warning: DOMDocument::loadHTMLFile(): Unexpected end tag : table in templates/de/html/member/member_cats_footer.tpl, line: 7 in Warning: DOMDocument::loadHTMLFile(): Unexpected end tag : form in templates/de/html/member/member_cats_footer.tpl, line: 8 in diff --git a/inc/autopurge.php b/inc/autopurge.php deleted file mode 100644 index f551ef47b7..0000000000 --- a/inc/autopurge.php +++ /dev/null @@ -1,3 +0,0 @@ - diff --git a/inc/check-reset.php b/inc/check-reset.php deleted file mode 100644 index f551ef47b7..0000000000 --- a/inc/check-reset.php +++ /dev/null @@ -1,3 +0,0 @@ - diff --git a/inc/doubler_send.php b/inc/doubler_send.php deleted file mode 100644 index f551ef47b7..0000000000 --- a/inc/doubler_send.php +++ /dev/null @@ -1,3 +0,0 @@ - diff --git a/inc/extensions.php b/inc/extensions.php deleted file mode 100644 index f551ef47b7..0000000000 --- a/inc/extensions.php +++ /dev/null @@ -1,3 +0,0 @@ - diff --git a/inc/fatal_errors.php b/inc/fatal_errors.php deleted file mode 100644 index f551ef47b7..0000000000 --- a/inc/fatal_errors.php +++ /dev/null @@ -1,3 +0,0 @@ - diff --git a/inc/hooks.php b/inc/hooks.php deleted file mode 100644 index f551ef47b7..0000000000 --- a/inc/hooks.php +++ /dev/null @@ -1,3 +0,0 @@ - diff --git a/inc/load_extensions.php b/inc/load_extensions.php deleted file mode 100644 index f551ef47b7..0000000000 --- a/inc/load_extensions.php +++ /dev/null @@ -1,3 +0,0 @@ - diff --git a/inc/loader/load_cache-modreg.php b/inc/loader/load_cache-modreg.php deleted file mode 100644 index f551ef47b7..0000000000 --- a/inc/loader/load_cache-modreg.php +++ /dev/null @@ -1,3 +0,0 @@ - diff --git a/inc/mails/birthday_mails.php b/inc/mails/birthday_mails.php deleted file mode 100644 index f551ef47b7..0000000000 --- a/inc/mails/birthday_mails.php +++ /dev/null @@ -1,3 +0,0 @@ - diff --git a/inc/modules/admin/what-config_cache.php b/inc/modules/admin/what-config_cache.php deleted file mode 100644 index f551ef47b7..0000000000 --- a/inc/modules/admin/what-config_cache.php +++ /dev/null @@ -1,3 +0,0 @@ - diff --git a/inc/modules/admin/what-list_newsletter.php b/inc/modules/admin/what-list_newsletter.php deleted file mode 100644 index f551ef47b7..0000000000 --- a/inc/modules/admin/what-list_newsletter.php +++ /dev/null @@ -1,3 +0,0 @@ - diff --git a/inc/modules/welcome.php b/inc/modules/welcome.php deleted file mode 100644 index f551ef47b7..0000000000 --- a/inc/modules/welcome.php +++ /dev/null @@ -1,3 +0,0 @@ - diff --git a/inc/patch-system.php b/inc/patch-system.php deleted file mode 100644 index f551ef47b7..0000000000 --- a/inc/patch-system.php +++ /dev/null @@ -1,3 +0,0 @@ - diff --git a/inc/pool-update.php b/inc/pool-update.php deleted file mode 100644 index f551ef47b7..0000000000 --- a/inc/pool-update.php +++ /dev/null @@ -1,3 +0,0 @@ - diff --git a/inc/profile-updte.php b/inc/profile-updte.php deleted file mode 100644 index f551ef47b7..0000000000 --- a/inc/profile-updte.php +++ /dev/null @@ -1,3 +0,0 @@ - diff --git a/inc/rdf.class.php b/inc/rdf.class.php deleted file mode 100644 index f551ef47b7..0000000000 --- a/inc/rdf.class.php +++ /dev/null @@ -1,3 +0,0 @@ - diff --git a/inc/security.php b/inc/security.php deleted file mode 100644 index f551ef47b7..0000000000 --- a/inc/security.php +++ /dev/null @@ -1,3 +0,0 @@ - diff --git a/inc/sql_error.php b/inc/sql_error.php deleted file mode 100644 index f551ef47b7..0000000000 --- a/inc/sql_error.php +++ /dev/null @@ -1,3 +0,0 @@ - diff --git a/inc/stats_bonus.php b/inc/stats_bonus.php deleted file mode 100644 index f551ef47b7..0000000000 --- a/inc/stats_bonus.php +++ /dev/null @@ -1,3 +0,0 @@ - diff --git a/templates/de/emails/admin/admin_newsletter_request.tpl b/templates/de/emails/admin/admin_newsletter_request.tpl deleted file mode 100644 index 84d1ed3b8c..0000000000 --- a/templates/de/emails/admin/admin_newsletter_request.tpl +++ /dev/null @@ -1 +0,0 @@ -@DEPRECATED diff --git a/templates/de/emails/member/member_newsletter_done.tpl b/templates/de/emails/member/member_newsletter_done.tpl deleted file mode 100644 index 84d1ed3b8c..0000000000 --- a/templates/de/emails/member/member_newsletter_done.tpl +++ /dev/null @@ -1 +0,0 @@ -@DEPRECATED diff --git a/templates/de/emails/member/member_newsletter_request.tpl b/templates/de/emails/member/member_newsletter_request.tpl deleted file mode 100644 index 84d1ed3b8c..0000000000 --- a/templates/de/emails/member/member_newsletter_request.tpl +++ /dev/null @@ -1 +0,0 @@ -@DEPRECATED diff --git a/templates/de/emails/member/member_newsletter_reset.tpl b/templates/de/emails/member/member_newsletter_reset.tpl deleted file mode 100644 index 84d1ed3b8c..0000000000 --- a/templates/de/emails/member/member_newsletter_reset.tpl +++ /dev/null @@ -1 +0,0 @@ -@DEPRECATED diff --git a/templates/de/emails/sponsor_add_points.tpl b/templates/de/emails/sponsor_add_points.tpl deleted file mode 100644 index 11f5d85d80..0000000000 --- a/templates/de/emails/sponsor_add_points.tpl +++ /dev/null @@ -1 +0,0 @@ - diff --git a/templates/de/emails/sponsor_confirm.tpl b/templates/de/emails/sponsor_confirm.tpl deleted file mode 100644 index 11f5d85d80..0000000000 --- a/templates/de/emails/sponsor_confirm.tpl +++ /dev/null @@ -1 +0,0 @@ - diff --git a/templates/de/emails/sponsor_pending.tpl b/templates/de/emails/sponsor_pending.tpl deleted file mode 100644 index 11f5d85d80..0000000000 --- a/templates/de/emails/sponsor_pending.tpl +++ /dev/null @@ -1 +0,0 @@ - diff --git a/templates/de/emails/sponsor_sub_points.tpl b/templates/de/emails/sponsor_sub_points.tpl deleted file mode 100644 index 11f5d85d80..0000000000 --- a/templates/de/emails/sponsor_sub_points.tpl +++ /dev/null @@ -1 +0,0 @@ - diff --git a/templates/de/emails/sponsor_unlocked.tpl b/templates/de/emails/sponsor_unlocked.tpl deleted file mode 100644 index 11f5d85d80..0000000000 --- a/templates/de/emails/sponsor_unlocked.tpl +++ /dev/null @@ -1 +0,0 @@ - diff --git a/templates/de/html/admin/admin_add_reflvl.tpl b/templates/de/html/admin/admin_add_reflvl.tpl deleted file mode 100644 index 11f5d85d80..0000000000 --- a/templates/de/html/admin/admin_add_reflvl.tpl +++ /dev/null @@ -1 +0,0 @@ - diff --git a/templates/de/html/admin/admin_config_cache.tpl b/templates/de/html/admin/admin_config_cache.tpl deleted file mode 100644 index 11f5d85d80..0000000000 --- a/templates/de/html/admin/admin_config_cache.tpl +++ /dev/null @@ -1 +0,0 @@ - diff --git a/templates/de/html/admin/admin_config_home_settings_pro.tpl b/templates/de/html/admin/admin_config_home_settings_pro.tpl deleted file mode 100644 index 11f5d85d80..0000000000 --- a/templates/de/html/admin/admin_config_home_settings_pro.tpl +++ /dev/null @@ -1 +0,0 @@ - diff --git a/templates/de/html/admin/admin_config_reg_pro.tpl b/templates/de/html/admin/admin_config_reg_pro.tpl deleted file mode 100644 index 11f5d85d80..0000000000 --- a/templates/de/html/admin/admin_config_reg_pro.tpl +++ /dev/null @@ -1 +0,0 @@ - diff --git a/templates/de/html/admin/admin_extensions_list.tpl b/templates/de/html/admin/admin_extensions_list.tpl deleted file mode 100644 index 11f5d85d80..0000000000 --- a/templates/de/html/admin/admin_extensions_list.tpl +++ /dev/null @@ -1 +0,0 @@ - diff --git a/templates/de/html/admin/admin_list_extensions.tpl b/templates/de/html/admin/admin_list_extensions.tpl deleted file mode 100644 index 11f5d85d80..0000000000 --- a/templates/de/html/admin/admin_list_extensions.tpl +++ /dev/null @@ -1 +0,0 @@ - diff --git a/templates/de/html/admin/admin_list_extensions_row.tpl b/templates/de/html/admin/admin_list_extensions_row.tpl deleted file mode 100644 index 11f5d85d80..0000000000 --- a/templates/de/html/admin/admin_list_extensions_row.tpl +++ /dev/null @@ -1 +0,0 @@ - diff --git a/templates/de/html/admin/admin_mods_list.tpl b/templates/de/html/admin/admin_mods_list.tpl deleted file mode 100644 index 11f5d85d80..0000000000 --- a/templates/de/html/admin/admin_mods_list.tpl +++ /dev/null @@ -1 +0,0 @@ - diff --git a/templates/de/html/admin/admin_mods_list_row.tpl b/templates/de/html/admin/admin_mods_list_row.tpl deleted file mode 100644 index 11f5d85d80..0000000000 --- a/templates/de/html/admin/admin_mods_list_row.tpl +++ /dev/null @@ -1 +0,0 @@ - diff --git a/templates/de/html/admin/admin_newsletter_tsk.tpl b/templates/de/html/admin/admin_newsletter_tsk.tpl deleted file mode 100644 index 11f5d85d80..0000000000 --- a/templates/de/html/admin/admin_newsletter_tsk.tpl +++ /dev/null @@ -1 +0,0 @@ - diff --git a/templates/de/html/admin/admin_online_footer.tpl b/templates/de/html/admin/admin_online_footer.tpl deleted file mode 100644 index 11f5d85d80..0000000000 --- a/templates/de/html/admin/admin_online_footer.tpl +++ /dev/null @@ -1 +0,0 @@ - diff --git a/templates/de/html/admin/admin_online_header.tpl b/templates/de/html/admin/admin_online_header.tpl deleted file mode 100644 index 11f5d85d80..0000000000 --- a/templates/de/html/admin/admin_online_header.tpl +++ /dev/null @@ -1 +0,0 @@ - diff --git a/templates/de/html/admin/admin_online_list.tpl b/templates/de/html/admin/admin_online_list.tpl deleted file mode 100644 index 11f5d85d80..0000000000 --- a/templates/de/html/admin/admin_online_list.tpl +++ /dev/null @@ -1 +0,0 @@ - diff --git a/templates/de/html/admin/admin_online_row.tpl b/templates/de/html/admin/admin_online_row.tpl deleted file mode 100644 index 11f5d85d80..0000000000 --- a/templates/de/html/admin/admin_online_row.tpl +++ /dev/null @@ -1 +0,0 @@ - diff --git a/templates/de/html/admin/admin_patches.tpl b/templates/de/html/admin/admin_patches.tpl deleted file mode 100644 index 11f5d85d80..0000000000 --- a/templates/de/html/admin/admin_patches.tpl +++ /dev/null @@ -1 +0,0 @@ - diff --git a/templates/de/html/admin/admin_patches_row.tpl b/templates/de/html/admin/admin_patches_row.tpl deleted file mode 100644 index 11f5d85d80..0000000000 --- a/templates/de/html/admin/admin_patches_row.tpl +++ /dev/null @@ -1 +0,0 @@ - diff --git a/templates/de/html/admin/admin_theme_list.tpl b/templates/de/html/admin/admin_theme_list.tpl deleted file mode 100644 index 11f5d85d80..0000000000 --- a/templates/de/html/admin/admin_theme_list.tpl +++ /dev/null @@ -1 +0,0 @@ - diff --git a/templates/de/html/fatal_footer.tpl b/templates/de/html/fatal_footer.tpl deleted file mode 100644 index 11f5d85d80..0000000000 --- a/templates/de/html/fatal_footer.tpl +++ /dev/null @@ -1 +0,0 @@ - diff --git a/templates/de/html/fatal_header.tpl b/templates/de/html/fatal_header.tpl deleted file mode 100644 index 11f5d85d80..0000000000 --- a/templates/de/html/fatal_header.tpl +++ /dev/null @@ -1 +0,0 @@ - diff --git a/templates/de/html/guest/guest_confirm_table.tpl b/templates/de/html/guest/guest_confirm_table.tpl deleted file mode 100644 index 11f5d85d80..0000000000 --- a/templates/de/html/guest/guest_confirm_table.tpl +++ /dev/null @@ -1 +0,0 @@ - diff --git a/templates/de/html/install/install_footer.tpl b/templates/de/html/install/install_footer.tpl deleted file mode 100644 index 11f5d85d80..0000000000 --- a/templates/de/html/install/install_footer.tpl +++ /dev/null @@ -1 +0,0 @@ - diff --git a/templates/de/html/install/install_header.tpl b/templates/de/html/install/install_header.tpl deleted file mode 100644 index 11f5d85d80..0000000000 --- a/templates/de/html/install/install_header.tpl +++ /dev/null @@ -1 +0,0 @@ - diff --git a/templates/de/html/login_failtures.tpl b/templates/de/html/login_failtures.tpl deleted file mode 100644 index 11f5d85d80..0000000000 --- a/templates/de/html/login_failtures.tpl +++ /dev/null @@ -1 +0,0 @@ - diff --git a/templates/de/html/mailid/mailid_points_lcoked2.tpl b/templates/de/html/mailid/mailid_points_lcoked2.tpl deleted file mode 100644 index 11f5d85d80..0000000000 --- a/templates/de/html/mailid/mailid_points_lcoked2.tpl +++ /dev/null @@ -1 +0,0 @@ - diff --git a/templates/de/html/member/member_newsletter_note.tpl b/templates/de/html/member/member_newsletter_note.tpl deleted file mode 100644 index 11f5d85d80..0000000000 --- a/templates/de/html/member/member_newsletter_note.tpl +++ /dev/null @@ -1 +0,0 @@ - diff --git a/templates/de/html/member/member_primera.tpl b/templates/de/html/member/member_primera.tpl deleted file mode 100644 index 11f5d85d80..0000000000 --- a/templates/de/html/member/member_primera.tpl +++ /dev/null @@ -1 +0,0 @@ - diff --git a/templates/de/html/member/member_wernis.tpl b/templates/de/html/member/member_wernis.tpl deleted file mode 100644 index 11f5d85d80..0000000000 --- a/templates/de/html/member/member_wernis.tpl +++ /dev/null @@ -1 +0,0 @@ - diff --git a/templates/de/html/member/member_wernis_row.tpl b/templates/de/html/member/member_wernis_row.tpl deleted file mode 100644 index 11f5d85d80..0000000000 --- a/templates/de/html/member/member_wernis_row.tpl +++ /dev/null @@ -1 +0,0 @@ - -- 2.30.2