From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 1 18:10:15 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F316C10656B3 for ; Mon, 1 Oct 2012 18:10:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CDD1C8FC19 for ; Mon, 1 Oct 2012 18:10:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q91IAEqb015058 for ; Mon, 1 Oct 2012 18:10:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q91IAEFo015049; Mon, 1 Oct 2012 18:10:14 GMT (envelope-from gnats) Resent-Date: Mon, 1 Oct 2012 18:10:14 GMT Resent-Message-Id: <201210011810.q91IAEFo015049@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C36BB106566C for ; Mon, 1 Oct 2012 18:03:04 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa105lp.auone-net.jp (msa105lp.auone-net.jp [222.3.140.168]) by mx1.freebsd.org (Postfix) with ESMTP id 0C0DF8FC0C for ; Mon, 1 Oct 2012 18:03:04 +0000 (UTC) Received: from localhost.localdomain (ZT037251.ppp.dion.ne.jp [59.128.37.251]) by msa105lp.auone-net.jp (au one net msa) with ESMTP id 252AF50036 for ; Tue, 2 Oct 2012 03:02:48 +0900 (JST) Message-Id: <20121002025442.b0d74419051b81a39c057245@yahoo.com> Date: Tue, 2 Oct 2012 02:54:42 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/172248: net/abills: Update to version 0.54 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2012 18:10:15 -0000 >Number: 172248 >Category: ports >Synopsis: net/abills: Update to version 0.54 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 01 18:10:14 UTC 2012 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update to version 0.54 >How-To-Repeat: >Fix: diff -urN /usr/ports/net/abills/Makefile net/abills/Makefile --- /usr/ports/net/abills/Makefile 2012-09-23 00:19:34.000000000 +0900 +++ net/abills/Makefile 2012-10-01 03:52:27.000000000 +0900 @@ -2,10 +2,9 @@ # $FreeBSD: ports/net/abills/Makefile,v 1.18 2012/09/22 15:19:34 tabthorpe Exp $ PORTNAME= abills -PORTVERSION= 0.53 +PORTVERSION= 0.54 CATEGORIES= net MASTER_SITES= SF -MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${PORTVERSION} EXTRACT_SUFX= .tgz DIST_SUBDIR= ${PORTNAME} @@ -20,21 +19,28 @@ p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ p5-Crypt-DES>=0:${PORTSDIR}/security/p5-Crypt-DES -USE_PERL5_RUN= yes -NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} +NO_BUILD= yes + +USE_PERL5_RUN= yes + SUB_FILES= pkg-message post-patch: - @ ${FIND} ${WRKSRC} -type f -name '*.orig' -exec ${RM} {} \; - @ ${FIND} ${WRKSRC} -type f -exec ${REINPLACE_CMD} -i '' -e 's,/usr/abills,${PREFIX}/abills,g' {} \; - @ ${FIND} ${WRKSRC} -type f -name '*.DS*' -exec ${RM} {} \; + @${GREP} -lR "/usr/abills" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ + 's|/usr/abills|${PREFIX}/abills|g' + @${GREP} -lR "/usr/bin/perl" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ + 's|/usr/bin/perl|${PERL}|g' do-install: - @ ${CP} -R ${WRKSRC} ${PREFIX} - @ ${CHOWN} -R www ${PREFIX}/abills/cgi-bin - -post-install: - @ ${CAT} ${PKGMESSAGE} + @${MKDIR} ${PREFIX}/abills + @(${TAR} -C ${WRKSRC} --exclude "*.DS*" --exclude "*.bak" \ + --exclude "*.orig" -cf - . | ${TAR} -C ${PREFIX}/abills \ + --unlink -xf -) + @${FIND} ${PREFIX}/abills | ${XARGS} ${CHOWN} ${SHAREOWN}:${SHAREGRP} + @${FIND} ${PREFIX}/abills/cgi-bin | ${XARGS} ${CHOWN} www + @${FIND} ${PREFIX}/abills -type d | ${XARGS} ${CHMOD} a+rx + @${FIND} ${PREFIX}/abills -type f | ${XARGS} ${CHMOD} ${SHAREMODE} + @${CAT} ${PKGMESSAGE} .include diff -urN /usr/ports/net/abills/distinfo net/abills/distinfo --- /usr/ports/net/abills/distinfo 2011-08-24 20:45:30.000000000 +0900 +++ net/abills/distinfo 2012-10-01 03:32:39.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (abills/abills-0.53.tgz) = a872ba0b31e009be35dc88bfaba905f430128ca7e6490bf1ca51345f4483b651 -SIZE (abills/abills-0.53.tgz) = 4394796 +SHA256 (abills/abills-0.54.tgz) = 78b00b4befbbad8043f0a20ef47d4a3ccf537f1686c30b0fbefdba17baaf41f2 +SIZE (abills/abills-0.54.tgz) = 4751278 diff -urN /usr/ports/net/abills/pkg-plist net/abills/pkg-plist --- /usr/ports/net/abills/pkg-plist 2011-08-24 20:45:30.000000000 +0900 +++ net/abills/pkg-plist 2012-10-01 03:47:56.000000000 +0900 @@ -37,6 +37,7 @@ abills/Abills/MIBs/product.mib abills/Abills/MIBs/session.mib abills/Abills/MSCHAP.pm +abills/Abills/Misc.pm abills/Abills/PDF.pm abills/Abills/Radius.pm abills/Abills/SNMP_Session.pm @@ -47,87 +48,154 @@ abills/Abills/dictionary abills/Abills/main_tpls/admin_report_day.tpl abills/Abills/main_tpls/admin_report_month.tpl +abills/Abills/main_tpls/countries.tpl +abills/Abills/main_tpls/describe.tpls abills/Abills/main_tpls/footer.tpl abills/Abills/main_tpls/form_accept_rules.tpl +abills/Abills/main_tpls/form_address.tpl +abills/Abills/main_tpls/form_address_sel.tpl abills/Abills/main_tpls/form_admin.tpl +abills/Abills/main_tpls/form_admin_allow_ip.tpl abills/Abills/main_tpls/form_bruteforce_message.tpl +abills/Abills/main_tpls/form_build.tpl +abills/Abills/main_tpls/form_buy_cards.tpl +abills/Abills/main_tpls/form_buy_cards_card.tpl +abills/Abills/main_tpls/form_buy_cards_paysys.tpl abills/Abills/main_tpls/form_chg_bill.tpl abills/Abills/main_tpls/form_chg_client_info.tpl abills/Abills/main_tpls/form_chg_company.tpl abills/Abills/main_tpls/form_chg_group.tpl abills/Abills/main_tpls/form_chg_tp.tpl +abills/Abills/main_tpls/form_client_chg_tp.tpl +abills/Abills/main_tpls/form_client_hotspot_start.tpl abills/Abills/main_tpls/form_client_info.tpl abills/Abills/main_tpls/form_client_login.tpl abills/Abills/main_tpls/form_client_main.tpl abills/Abills/main_tpls/form_client_start.tpl abills/Abills/main_tpls/form_company.tpl +abills/Abills/main_tpls/form_district.tpl abills/Abills/main_tpls/form_er.tpl abills/Abills/main_tpls/form_ext_bill.tpl abills/Abills/main_tpls/form_ext_bill_add.tpl abills/Abills/main_tpls/form_fees.tpl +abills/Abills/main_tpls/form_fees_types.tpl abills/Abills/main_tpls/form_fileadd.tpl abills/Abills/main_tpls/form_forgot_passwd.tpl abills/Abills/main_tpls/form_groups.tpl abills/Abills/main_tpls/form_help.tpl abills/Abills/main_tpls/form_help_info.tpl abills/Abills/main_tpls/form_history_search.tpl +abills/Abills/main_tpls/form_hotspot_login.tpl abills/Abills/main_tpls/form_ip_pools.tpl +abills/Abills/main_tpls/form_money_transfer_s1.tpl +abills/Abills/main_tpls/form_money_transfer_s2.tpl +abills/Abills/main_tpls/form_money_transfer_s3.tpl abills/Abills/main_tpls/form_nas.tpl +abills/Abills/main_tpls/form_nas_configure.tpl +abills/Abills/main_tpls/form_nas_group.tpl +abills/Abills/main_tpls/form_neg_deposit.tpl abills/Abills/main_tpls/form_password.tpl abills/Abills/main_tpls/form_payments.tpl abills/Abills/main_tpls/form_pi.tpl +abills/Abills/main_tpls/form_popup_window.tpl abills/Abills/main_tpls/form_search.tpl +abills/Abills/main_tpls/form_search_companies.tpl abills/Abills/main_tpls/form_search_fees.tpl +abills/Abills/main_tpls/form_search_nas.tpl abills/Abills/main_tpls/form_search_payments.tpl abills/Abills/main_tpls/form_search_simple.tpl abills/Abills/main_tpls/form_search_users.tpl +abills/Abills/main_tpls/form_shedule.tpl +abills/Abills/main_tpls/form_show_hide.tpl +abills/Abills/main_tpls/form_street.tpl +abills/Abills/main_tpls/form_street_search.tpl +abills/Abills/main_tpls/form_template_editor.tpl abills/Abills/main_tpls/form_ti.tpl abills/Abills/main_tpls/form_tp_group.tpl abills/Abills/main_tpls/form_user.tpl abills/Abills/main_tpls/form_user_exdata.tpl abills/Abills/main_tpls/form_user_exdata_add.tpl abills/Abills/main_tpls/form_user_info.tpl +abills/Abills/main_tpls/form_view.tpl abills/Abills/main_tpls/header.tpl abills/Abills/main_tpls/mail_form.tpl +abills/Abills/main_tpls/metatags.tpl +abills/Abills/main_tpls/metatags_client.tpl abills/Abills/main_tpls/msg_passwd_recovery.tpl abills/Abills/modules/Abon/config +abills/Abills/modules/Abon/lng_english.pl +abills/Abills/modules/Abon/lng_russian.pl +abills/Abills/modules/Abon/lng_ukraine.pl abills/Abills/modules/Abon/templates/abon_alert.tpl -abills/Abills/modules/Abon/templates/abon_tp.tpl -abills/Abills/modules/Abon/templates/abon_notification3.tpl -abills/Abills/modules/Abon/templates/abon_notification2.tpl abills/Abills/modules/Abon/templates/abon_notification1.tpl +abills/Abills/modules/Abon/templates/abon_notification2.tpl +abills/Abills/modules/Abon/templates/abon_notification3.tpl +abills/Abills/modules/Abon/templates/abon_tp.tpl abills/Abills/modules/Abon/templates/describe.tpls abills/Abills/modules/Abon/webinterface +abills/Abills/modules/Ashield/avd.cgi +abills/Abills/modules/Ashield/config +abills/Abills/modules/Ashield/lng_english.pl +abills/Abills/modules/Ashield/lng_russian.pl +abills/Abills/modules/Ashield/lng_ukraine.pl +abills/Abills/modules/Ashield/templates/ashield_client_info.tpl +abills/Abills/modules/Ashield/templates/ashield_client_subcribe.tpl +abills/Abills/modules/Ashield/templates/ashield_message.tpl +abills/Abills/modules/Ashield/templates/ashield_tp.tpl +abills/Abills/modules/Ashield/templates/ashield_user.tpl +abills/Abills/modules/Ashield/webinterface abills/Abills/modules/BSR1000/config abills/Abills/modules/BSR1000/webinterface abills/Abills/modules/Bonus/config +abills/Abills/modules/Bonus/lng_english.pl +abills/Abills/modules/Bonus/lng_russian.pl +abills/Abills/modules/Bonus/lng_ukraine.pl abills/Abills/modules/Bonus/templates/bonus_operation.tpl -abills/Abills/modules/Bonus/templates/bonus_tp_row.tpl +abills/Abills/modules/Bonus/templates/bonus_service_discount.tpl +abills/Abills/modules/Bonus/templates/bonus_service_discount_client.tpl abills/Abills/modules/Bonus/templates/bonus_setup.tpl +abills/Abills/modules/Bonus/templates/bonus_tp.tpl +abills/Abills/modules/Bonus/templates/bonus_tp_row.tpl +abills/Abills/modules/Bonus/templates/bonus_turbo.tpl +abills/Abills/modules/Bonus/templates/bonus_user.tpl abills/Abills/modules/Bonus/webinterface abills/Abills/modules/Cards/config +abills/Abills/modules/Cards/lng_english.pl +abills/Abills/modules/Cards/lng_russian.pl +abills/Abills/modules/Cards/lng_ukraine.pl abills/Abills/modules/Cards/templates/cards_add.tpl +abills/Abills/modules/Cards/templates/cards_card_info.tpl abills/Abills/modules/Cards/templates/cards_check.tpl abills/Abills/modules/Cards/templates/cards_diller_info.tpl +abills/Abills/modules/Cards/templates/cards_diller_sum_check.tpl abills/Abills/modules/Cards/templates/cards_dillers.tpl abills/Abills/modules/Cards/templates/cards_dillers_cod_gen.tpl +abills/Abills/modules/Cards/templates/cards_dillers_tp.tpl abills/Abills/modules/Cards/templates/cards_logins.tpl abills/Abills/modules/Cards/templates/cards_payment.tpl abills/Abills/modules/Cards/templates/cards_payment_add.tpl +abills/Abills/modules/Cards/templates/cards_print.dsc +abills/Abills/modules/Cards/templates/cards_print.pdf +abills/Abills/modules/Cards/templates/cards_print.tpl +abills/Abills/modules/Cards/templates/cards_reseller_cod_gen.tpl abills/Abills/modules/Cards/templates/cards_search.tpl abills/Abills/modules/Cards/webinterface abills/Abills/modules/Cisco/templates/cisco_aironet_client_info.tpl abills/Abills/modules/Dhcphosts/config +abills/Abills/modules/Dhcphosts/dhcp_log2db.pl abills/Abills/modules/Dhcphosts/leases2db.pl abills/Abills/modules/Dhcphosts/lng_english.pl abills/Abills/modules/Dhcphosts/lng_russian.pl abills/Abills/modules/Dhcphosts/lng_ukraine.pl +abills/Abills/modules/Dhcphosts/templates/describe.tpls abills/Abills/modules/Dhcphosts/templates/dhcphosts_dhcp_conf_host.tpl abills/Abills/modules/Dhcphosts/templates/dhcphosts_dhcp_conf_main.tpl +abills/Abills/modules/Dhcphosts/templates/dhcphosts_dhcp_conf_o82_class.tpl abills/Abills/modules/Dhcphosts/templates/dhcphosts_dhcp_conf_subnet.tpl abills/Abills/modules/Dhcphosts/templates/dhcphosts_host.tpl abills/Abills/modules/Dhcphosts/templates/dhcphosts_ipguard.tpl abills/Abills/modules/Dhcphosts/templates/dhcphosts_ipguard_static.tpl +abills/Abills/modules/Dhcphosts/templates/dhcphosts_log_search.tpl abills/Abills/modules/Dhcphosts/templates/dhcphosts_network.tpl abills/Abills/modules/Dhcphosts/templates/dhcphosts_routes.tpl abills/Abills/modules/Dhcphosts/templates/dhcphosts_search.tpl @@ -136,54 +204,93 @@ abills/Abills/modules/Docs/lng_english.pl abills/Abills/modules/Docs/lng_russian.pl abills/Abills/modules/Docs/lng_ukraine.pl -abills/Abills/modules/Docs/templates/docs_account.dsc -abills/Abills/modules/Docs/templates/docs_account.pdf -abills/Abills/modules/Docs/templates/docs_account.tpl -abills/Abills/modules/Docs/templates/docs_account_add.tpl +abills/Abills/modules/Docs/templates/describe.tpls +abills/Abills/modules/Docs/templates/docs_account_company.dsc +abills/Abills/modules/Docs/templates/docs_account_company.pdf +abills/Abills/modules/Docs/templates/docs_account_company.tpl abills/Abills/modules/Docs/templates/docs_account_multi_add.tpl abills/Abills/modules/Docs/templates/docs_account_multi_sel.tpl -abills/Abills/modules/Docs/templates/docs_account_order_row.tpl +abills/Abills/modules/Docs/templates/docs_account_search.tpl +abills/Abills/modules/Docs/templates/docs_act.dsc +abills/Abills/modules/Docs/templates/docs_act.pdf +abills/Abills/modules/Docs/templates/docs_act.tpl abills/Abills/modules/Docs/templates/docs_company_contract.dsc -abills/Abills/modules/Docs/templates/docs_company_contract.tpl abills/Abills/modules/Docs/templates/docs_company_contract.pdf -abills/Abills/modules/Docs/templates/docs_contract_company.tpl -abills/Abills/modules/Docs/templates/docs_contract_company.pdf -abills/Abills/modules/Docs/templates/docs_contract_company.dsc +abills/Abills/modules/Docs/templates/docs_company_contract.tpl abills/Abills/modules/Docs/templates/docs_contract.dsc abills/Abills/modules/Docs/templates/docs_contract.pdf abills/Abills/modules/Docs/templates/docs_contract.tpl +abills/Abills/modules/Docs/templates/docs_contract_company.dsc +abills/Abills/modules/Docs/templates/docs_contract_company.pdf +abills/Abills/modules/Docs/templates/docs_contract_company.tpl +abills/Abills/modules/Docs/templates/docs_create_invoice_receipt.tpl abills/Abills/modules/Docs/templates/docs_invoice.dsc abills/Abills/modules/Docs/templates/docs_invoice.pdf abills/Abills/modules/Docs/templates/docs_invoice.tpl +abills/Abills/modules/Docs/templates/docs_invoice_add.tpl +abills/Abills/modules/Docs/templates/docs_invoice_client_add.tpl +abills/Abills/modules/Docs/templates/docs_invoice_client_orders.tpl +abills/Abills/modules/Docs/templates/docs_invoice_company.dsc +abills/Abills/modules/Docs/templates/docs_invoice_company.pdf +abills/Abills/modules/Docs/templates/docs_invoice_company.tpl +abills/Abills/modules/Docs/templates/docs_invoice_email.tpl +abills/Abills/modules/Docs/templates/docs_invoice_multi_add.tpl +abills/Abills/modules/Docs/templates/docs_invoice_multi_sel.tpl +abills/Abills/modules/Docs/templates/docs_invoice_order_row.tpl +abills/Abills/modules/Docs/templates/docs_invoice_orders.tpl +abills/Abills/modules/Docs/templates/docs_invoice_search.tpl abills/Abills/modules/Docs/templates/docs_multi_invoice.dsc abills/Abills/modules/Docs/templates/docs_multi_invoice.pdf abills/Abills/modules/Docs/templates/docs_multi_invoice.tpl +abills/Abills/modules/Docs/templates/docs_multi_receipt.tpl +abills/Abills/modules/Docs/templates/docs_receipt.dsc +abills/Abills/modules/Docs/templates/docs_receipt.pdf +abills/Abills/modules/Docs/templates/docs_receipt.tpl +abills/Abills/modules/Docs/templates/docs_receipt_add.tpl +abills/Abills/modules/Docs/templates/docs_receipt_email.tpl +abills/Abills/modules/Docs/templates/docs_receipt_search.tpl abills/Abills/modules/Docs/templates/docs_search.tpl +abills/Abills/modules/Docs/templates/docs_tax_export.tpl abills/Abills/modules/Docs/templates/docs_tax_invoice.dsc abills/Abills/modules/Docs/templates/docs_tax_invoice.pdf abills/Abills/modules/Docs/templates/docs_tax_invoice.tpl abills/Abills/modules/Docs/templates/docs_user.tpl +abills/Abills/modules/Docs/templates/docs_users_search.tpl abills/Abills/modules/Docs/webinterface abills/Abills/modules/Dunes/config abills/Abills/modules/Dunes/webinterface abills/Abills/modules/Dv/config +abills/Abills/modules/Dv/templates/describe.tpls abills/Abills/modules/Dv/templates/dv_compensation.tpl abills/Abills/modules/Dv/templates/dv_errors_search.tpl +abills/Abills/modules/Dv/templates/dv_guest_mode.tpl +abills/Abills/modules/Dv/templates/dv_hold_up.tpl +abills/Abills/modules/Dv/templates/dv_pay_to.tpl +abills/Abills/modules/Dv/templates/dv_rating_tp.tpl abills/Abills/modules/Dv/templates/dv_reg_complete.tpl abills/Abills/modules/Dv/templates/dv_reg_complete_mail.tpl abills/Abills/modules/Dv/templates/dv_registration.tpl abills/Abills/modules/Dv/templates/dv_session_detail.tpl abills/Abills/modules/Dv/templates/dv_sessions_search.tpl +abills/Abills/modules/Dv/templates/dv_stats.tpl abills/Abills/modules/Dv/templates/dv_tp.tpl +abills/Abills/modules/Dv/templates/dv_traffic_class.tpl abills/Abills/modules/Dv/templates/dv_tt.tpl abills/Abills/modules/Dv/templates/dv_user.tpl +abills/Abills/modules/Dv/templates/dv_user_info.dsc +abills/Abills/modules/Dv/templates/dv_user_info.pdf abills/Abills/modules/Dv/templates/dv_user_info.tpl abills/Abills/modules/Dv/templates/dv_user_join_service.tpl +abills/Abills/modules/Dv/templates/dv_user_rating.tpl +abills/Abills/modules/Dv/templates/dv_user_rating_pre.tpl abills/Abills/modules/Dv/templates/dv_user_speed.tpl abills/Abills/modules/Dv/templates/dv_users_search.tpl abills/Abills/modules/Dv/templates/dv_users_warning_messages.tpl abills/Abills/modules/Dv/webinterface abills/Abills/modules/Extfin/config +abills/Abills/modules/Extfin/lng_english.pl +abills/Abills/modules/Extfin/lng_russian.pl +abills/Abills/modules/Extfin/lng_ukraine.pl abills/Abills/modules/Extfin/templates/extfin_export_customers.tpl abills/Abills/modules/Extfin/templates/extfin_form_paid.tpl abills/Abills/modules/Extfin/templates/extfin_paid_type.tpl @@ -210,9 +317,14 @@ abills/Abills/modules/Ipn/trafdstats abills/Abills/modules/Ipn/traffic2sql abills/Abills/modules/Ipn/webinterface +abills/Abills/modules/Iptv/Vod.pm abills/Abills/modules/Iptv/config abills/Abills/modules/Iptv/lng_english.pl +abills/Abills/modules/Iptv/lng_russian.pl +abills/Abills/modules/Iptv/lng_ukraine.pl +abills/Abills/modules/Iptv/port_control.sh abills/Abills/modules/Iptv/templates/iptv_channel.tpl +abills/Abills/modules/Iptv/templates/iptv_pin_access.tpl abills/Abills/modules/Iptv/templates/iptv_ti.tpl abills/Abills/modules/Iptv/templates/iptv_tp.tpl abills/Abills/modules/Iptv/templates/iptv_user.tpl @@ -234,7 +346,49 @@ abills/Abills/modules/Mail/templates/mail_transport.tpl abills/Abills/modules/Mail/templates/mail_user_info.tpl abills/Abills/modules/Mail/webinterface +abills/Abills/modules/Managers/config +abills/Abills/modules/Managers/lng_english.pl +abills/Abills/modules/Managers/lng_russian.pl +abills/Abills/modules/Managers/lng_ukraine.pl +abills/Abills/modules/Managers/managers.cgi +abills/Abills/modules/Managers/templates/managers_add_user.tpl +abills/Abills/modules/Managers/templates/managers_edit_user.tpl +abills/Abills/modules/Managers/templates/managers_filter_reports.tpl +abills/Abills/modules/Managers/templates/managers_main.tpl +abills/Abills/modules/Managers/templates/managers_main_content.tpl +abills/Abills/modules/Managers/templates/managers_user_table.tpl +abills/Abills/modules/Managers/webinterface +abills/Abills/modules/Maps/config +abills/Abills/modules/Maps/lng_english.pl +abills/Abills/modules/Maps/lng_russian.pl +abills/Abills/modules/Maps/lng_ukraine.pl +abills/Abills/modules/Maps/templates/google_add_route.tpl +abills/Abills/modules/Maps/templates/google_add_route_info.tpl +abills/Abills/modules/Maps/templates/google_location_info.tpl +abills/Abills/modules/Maps/templates/google_location_info_client.tpl +abills/Abills/modules/Maps/templates/google_map_add.tpl +abills/Abills/modules/Maps/templates/google_map_add_district.tpl +abills/Abills/modules/Maps/templates/google_map_show.tpl +abills/Abills/modules/Maps/templates/google_map_show_client.tpl +abills/Abills/modules/Maps/templates/google_maps_add_form.tpl +abills/Abills/modules/Maps/templates/google_nas_info.tpl +abills/Abills/modules/Maps/templates/maps_add.tpl +abills/Abills/modules/Maps/templates/maps_address_sel.tpl +abills/Abills/modules/Maps/templates/maps_district_select.tpl +abills/Abills/modules/Maps/templates/maps_districts.tpl +abills/Abills/modules/Maps/templates/maps_location_info.tpl +abills/Abills/modules/Maps/templates/maps_map_show.tpl +abills/Abills/modules/Maps/templates/maps_map_show222.tpl +abills/Abills/modules/Maps/templates/maps_nas_info.tpl +abills/Abills/modules/Maps/templates/maps_redirect.tpl +abills/Abills/modules/Maps/templates/maps_view_region.tpl +abills/Abills/modules/Maps/webinterface abills/Abills/modules/Marketing/config +abills/Abills/modules/Marketing/lng_english.pl +abills/Abills/modules/Marketing/lng_russian.pl +abills/Abills/modules/Marketing/lng_ukraine.pl +abills/Abills/modules/Marketing/templates/marketing_report2.tpl +abills/Abills/modules/Marketing/templates/marketing_search.tpl abills/Abills/modules/Marketing/webinterface abills/Abills/modules/Mdelivery/config abills/Abills/modules/Mdelivery/templates/mdelivery_form.tpl @@ -245,15 +399,53 @@ abills/Abills/modules/Msgs/lng_ukraine.pl abills/Abills/modules/Msgs/templates/msgs_admin.tpl abills/Abills/modules/Msgs/templates/msgs_chapter.tpl +abills/Abills/modules/Msgs/templates/msgs_client_reg_request.tpl +abills/Abills/modules/Msgs/templates/msgs_client_reply.tpl +abills/Abills/modules/Msgs/templates/msgs_dispatch.tpl +abills/Abills/modules/Msgs/templates/msgs_dispatch_blank.dsc +abills/Abills/modules/Msgs/templates/msgs_dispatch_blank.pdf +abills/Abills/modules/Msgs/templates/msgs_dispatch_blank.tpl abills/Abills/modules/Msgs/templates/msgs_email_notify.tpl abills/Abills/modules/Msgs/templates/msgs_managment.tpl +abills/Abills/modules/Msgs/templates/msgs_reg_complete.tpl +abills/Abills/modules/Msgs/templates/msgs_reg_complete_mail.tpl +abills/Abills/modules/Msgs/templates/msgs_registration.tpl abills/Abills/modules/Msgs/templates/msgs_reply.tpl abills/Abills/modules/Msgs/templates/msgs_reply_show.tpl +abills/Abills/modules/Msgs/templates/msgs_request_search.tpl +abills/Abills/modules/Msgs/templates/msgs_request_show.tpl abills/Abills/modules/Msgs/templates/msgs_search.tpl abills/Abills/modules/Msgs/templates/msgs_send_form.tpl abills/Abills/modules/Msgs/templates/msgs_send_form_user.tpl abills/Abills/modules/Msgs/templates/msgs_show.tpl +abills/Abills/modules/Msgs/templates/msgs_survey.tpl +abills/Abills/modules/Msgs/templates/msgs_survey_question.tpl +abills/Abills/modules/Msgs/templates/msgs_survey_subject.tpl +abills/Abills/modules/Msgs/templates/msgs_unreg_request.tpl abills/Abills/modules/Msgs/webinterface +abills/Abills/modules/Multidoms/config +abills/Abills/modules/Multidoms/lng_english.pl +abills/Abills/modules/Multidoms/lng_russian.pl +abills/Abills/modules/Multidoms/lng_ukraine.pl +abills/Abills/modules/Multidoms/templates/describe.tpls +abills/Abills/modules/Multidoms/templates/multidoms_client_intro.tpl +abills/Abills/modules/Multidoms/templates/multidoms_client_promo.tpl +abills/Abills/modules/Multidoms/templates/multidoms_client_start.tpl +abills/Abills/modules/Multidoms/templates/multidoms_domain.tpl +abills/Abills/modules/Multidoms/templates/multidoms_metatags_client.tpl +abills/Abills/modules/Multidoms/templates/multidoms_nas_tps.tpl +abills/Abills/modules/Multidoms/templates/multidoms_paysys.tpl +abills/Abills/modules/Multidoms/templates/multidoms_reseller_info.tpl +abills/Abills/modules/Multidoms/templates/multidoms_reseller_login.tpl +abills/Abills/modules/Multidoms/templates/multidoms_reseller_nas.tpl +abills/Abills/modules/Multidoms/templates/multidoms_reseller_reg_complete.tpl +abills/Abills/modules/Multidoms/templates/multidoms_reseller_reg_email.tpl +abills/Abills/modules/Multidoms/templates/multidoms_reseller_registration.tpl +abills/Abills/modules/Multidoms/templates/multidoms_reseller_rule.tpl +abills/Abills/modules/Multidoms/templates/multidoms_reseller_start.tpl +abills/Abills/modules/Multidoms/templates/multidoms_reseller_tp.tpl +abills/Abills/modules/Multidoms/templates/multidoms_sell_points.tpl +abills/Abills/modules/Multidoms/webinterface abills/Abills/modules/Netlist/config abills/Abills/modules/Netlist/templates/netlist_group.tpl abills/Abills/modules/Netlist/templates/netlist_ip.tpl @@ -264,21 +456,28 @@ abills/Abills/modules/Notepad/lng_english.pl abills/Abills/modules/Notepad/lng_russian.pl abills/Abills/modules/Notepad/lng_ukraine.pl -abills/Abills/modules/Notepad/templates/notepad_redirect.tpl abills/Abills/modules/Notepad/templates/notepad_main_form.tpl +abills/Abills/modules/Notepad/templates/notepad_popupwindow.tpl +abills/Abills/modules/Notepad/templates/notepad_redirect.tpl abills/Abills/modules/Notepad/webinterface abills/Abills/modules/Paysys/config abills/Abills/modules/Paysys/lng_english.pl abills/Abills/modules/Paysys/lng_russian.pl +abills/Abills/modules/Paysys/lng_ukraine.pl abills/Abills/modules/Paysys/paysys_check.cgi abills/Abills/modules/Paysys/paysys_cons abills/Abills/modules/Paysys/paysys_qiwi_check.cgi abills/Abills/modules/Paysys/plugins/paypal +abills/Abills/modules/Paysys/templates/paysys_cyberplat_visa.tpl abills/Abills/modules/Paysys/templates/paysys_file_import.tpl +abills/Abills/modules/Paysys/templates/paysys_ipay_add.tpl abills/Abills/modules/Paysys/templates/paysys_liqpay_add.tpl +abills/Abills/modules/Paysys/templates/paysys_lr_add.tpl abills/Abills/modules/Paysys/templates/paysys_main.tpl abills/Abills/modules/Paysys/templates/paysys_paypal_add.tpl +abills/Abills/modules/Paysys/templates/paysys_pb_add.tpl abills/Abills/modules/Paysys/templates/paysys_portmone_add.tpl +abills/Abills/modules/Paysys/templates/paysys_privatbank_p24_add.tpl abills/Abills/modules/Paysys/templates/paysys_qiwi_add.tpl abills/Abills/modules/Paysys/templates/paysys_rupay_add.tpl abills/Abills/modules/Paysys/templates/paysys_search.tpl @@ -286,6 +485,18 @@ abills/Abills/modules/Paysys/templates/paysys_ukrpays_add.tpl abills/Abills/modules/Paysys/templates/paysys_webmoney_add.tpl abills/Abills/modules/Paysys/webinterface +abills/Abills/modules/Portal/config +abills/Abills/modules/Portal/lng_english.pl +abills/Abills/modules/Portal/lng_russian.pl +abills/Abills/modules/Portal/templates/portal_article.tpl +abills/Abills/modules/Portal/templates/portal_article_add.tpl +abills/Abills/modules/Portal/templates/portal_body.tpl +abills/Abills/modules/Portal/templates/portal_content.tpl +abills/Abills/modules/Portal/templates/portal_menu.tpl +abills/Abills/modules/Portal/templates/portal_menu_add.tpl +abills/Abills/modules/Portal/templates/portal_menu_hovered.tpl +abills/Abills/modules/Portal/templates/portal_redirect.tpl +abills/Abills/modules/Portal/webinterface abills/Abills/modules/Sharing/auth.pl abills/Abills/modules/Sharing/config abills/Abills/modules/Sharing/lng_english.pl @@ -310,17 +521,44 @@ abills/Abills/modules/Snmputils/templates/snmputils_binding.tpl abills/Abills/modules/Snmputils/templates/snmputils_cisco_air_client_info.tpl abills/Abills/modules/Snmputils/templates/snmputils_ip_mac_port.tpl -abills/Abills/modules/Snmputils/templates/snmputils_main.tpl abills/Abills/modules/Snmputils/templates/snmputils_mac_port_add.tpl +abills/Abills/modules/Snmputils/templates/snmputils_main.tpl abills/Abills/modules/Snmputils/templates/snmputils_route.tpl abills/Abills/modules/Snmputils/templates/snmputils_set.tpl abills/Abills/modules/Snmputils/templates/snmputils_smf.tpl abills/Abills/modules/Snmputils/webinterface abills/Abills/modules/Sqlcmd/config +abills/Abills/modules/Sqlcmd/lng_english.pl +abills/Abills/modules/Sqlcmd/lng_russian.pl +abills/Abills/modules/Sqlcmd/lng_ukraine.pl abills/Abills/modules/Sqlcmd/templates/sqlcmd.tpl +abills/Abills/modules/Sqlcmd/templates/sqlcmd_field.tpl +abills/Abills/modules/Sqlcmd/templates/sqlcmd_search_tables.tpl abills/Abills/modules/Sqlcmd/webinterface abills/Abills/modules/Squid/config abills/Abills/modules/Squid/webinterface +abills/Abills/modules/Storage/config +abills/Abills/modules/Storage/lng_english.pl +abills/Abills/modules/Storage/lng_russian.pl +abills/Abills/modules/Storage/lng_ukraine.pl +abills/Abills/modules/Storage/templates/storage_accountability.tpl +abills/Abills/modules/Storage/templates/storage_articles.tpl +abills/Abills/modules/Storage/templates/storage_articles_types.tpl +abills/Abills/modules/Storage/templates/storage_discard.tpl +abills/Abills/modules/Storage/templates/storage_filter_installation.tpl +abills/Abills/modules/Storage/templates/storage_hardware_installation.tpl +abills/Abills/modules/Storage/templates/storage_installation_add.tpl +abills/Abills/modules/Storage/templates/storage_installation_filter.tpl +abills/Abills/modules/Storage/templates/storage_main_filter.tpl +abills/Abills/modules/Storage/templates/storage_main_form.tpl +abills/Abills/modules/Storage/templates/storage_main_form_sn.tpl +abills/Abills/modules/Storage/templates/storage_orders.tpl +abills/Abills/modules/Storage/templates/storage_redirect.tpl +abills/Abills/modules/Storage/templates/storage_reserve.tpl +abills/Abills/modules/Storage/templates/storage_return_comment_add.tpl +abills/Abills/modules/Storage/templates/storage_suppliers_form.tpl +abills/Abills/modules/Storage/templates/suppliers_form.tpl +abills/Abills/modules/Storage/webinterface abills/Abills/modules/Sysinfo/config abills/Abills/modules/Sysinfo/templates/sysinfo_pmodule_info.tpl abills/Abills/modules/Sysinfo/webinterface @@ -328,6 +566,7 @@ abills/Abills/modules/Ureports/lng_english.pl abills/Abills/modules/Ureports/lng_russian.pl abills/Abills/modules/Ureports/lng_ukraine.pl +abills/Abills/modules/Ureports/templates/ureports_session_detail.tpl abills/Abills/modules/Ureports/templates/ureports_tp.tpl abills/Abills/modules/Ureports/templates/ureports_user.tpl abills/Abills/modules/Ureports/templates/ureports_user_info.tpl @@ -343,6 +582,17 @@ abills/Abills/modules/Voip/agi_rad.pl abills/Abills/modules/Voip/config abills/Abills/modules/Voip/lng_english.pl +abills/Abills/modules/Voip/lng_russian.pl +abills/Abills/modules/Voip/lng_ukraine.pl +abills/Abills/modules/Voip/provision.cgi +abills/Abills/modules/Voip/templates/voip_er.tpl +abills/Abills/modules/Voip/templates/voip_errors_search.tpl +abills/Abills/modules/Voip/templates/voip_extra_tarification.tpl +abills/Abills/modules/Voip/templates/voip_provision_dhcp_conf.tpl +abills/Abills/modules/Voip/templates/voip_provision_dhcp_host.tpl +abills/Abills/modules/Voip/templates/voip_provision_tftp_conf.tpl +abills/Abills/modules/Voip/templates/voip_provision_user.tpl +abills/Abills/modules/Voip/templates/voip_provision_xml.tpl abills/Abills/modules/Voip/templates/voip_route.tpl abills/Abills/modules/Voip/templates/voip_session_detail.tpl abills/Abills/modules/Voip/templates/voip_tp.tpl @@ -350,6 +600,7 @@ abills/Abills/modules/Voip/templates/voip_user.tpl abills/Abills/modules/Voip/templates/voip_user_info.tpl abills/Abills/modules/Voip/templates/voip_users_conf.tpl +abills/Abills/modules/Voip/templates/voip_users_search.tpl abills/Abills/modules/Voip/webinterface abills/Abills/mysql/Abon.pm abills/Abills/mysql/Accounts.pm @@ -385,10 +636,12 @@ abills/Abills/mysql/Netlist.pm abills/Abills/mysql/Notepad.pm abills/Abills/mysql/Payments.pm +abills/Abills/mysql/Portal.pm abills/Abills/mysql/Sharing.pm abills/Abills/mysql/Shedule.pm abills/Abills/mysql/Snmputils.pm abills/Abills/mysql/Sqlcmd.pm +abills/Abills/mysql/Storage.pm abills/Abills/mysql/Tariffs.pm abills/Abills/mysql/Users.pm abills/Abills/mysql/Vlan.pm @@ -397,16 +650,73 @@ abills/Abills/mysql/Voip_aaa.pm abills/Abills/mysql/main.pm abills/Abills/nas.pl -abills/Abills/templates.pl +abills/Abills/templates/fonts/FreeSerif.ttf +abills/Abills/templates/fonts/FreeSerifBold.ttf +abills/Abills/templates/fonts/FreeSerifBoldItalic.ttf +abills/Abills/templates/fonts/FreeSerifItalic.ttf abills/Abills/templates/user_info +abills/Abills/templates.pl abills/CHANGES abills/COPYING abills/README abills/bin/abm_console abills/bin/ipn_stats.pl abills/bin/multi_docs.pl +abills/cgi-bin/admin/charts.swf abills/cgi-bin/admin/help.cgi abills/cgi-bin/admin/index.cgi +abills/cgi-bin/ajax/lib/JsHttpRequest/JsHttpRequest.js +abills/cgi-bin/ajax/maps/coords.js +abills/cgi-bin/ajax/maps/tip_centerwindow.js +abills/cgi-bin/ajax/maps/tip_followscroll.js +abills/cgi-bin/ajax/maps/wz_tooltip.js +abills/cgi-bin/calendar.js +abills/cgi-bin/charts/AC_RunActiveContent.js +abills/cgi-bin/charts/charts.swf +abills/cgi-bin/charts/charts_library/ar3d.swf +abills/cgi-bin/charts/charts_library/arno.swf +abills/cgi-bin/charts/charts_library/ars3.swf +abills/cgi-bin/charts/charts_library/arst.swf +abills/cgi-bin/charts/charts_library/brfl.swf +abills/cgi-bin/charts/charts_library/brno.swf +abills/cgi-bin/charts/charts_library/brst.swf +abills/cgi-bin/charts/charts_library/buno.swf +abills/cgi-bin/charts/charts_library/cl3d.swf +abills/cgi-bin/charts/charts_library/clfl.swf +abills/cgi-bin/charts/charts_library/clim.swf +abills/cgi-bin/charts/charts_library/clno.swf +abills/cgi-bin/charts/charts_library/clp3.swf +abills/cgi-bin/charts/charts_library/cls3.swf +abills/cgi-bin/charts/charts_library/clst.swf +abills/cgi-bin/charts/charts_library/cnno.swf +abills/cgi-bin/charts/charts_library/dollar.jpg +abills/cgi-bin/charts/charts_library/dono.swf +abills/cgi-bin/charts/charts_library/lnno.swf +abills/cgi-bin/charts/charts_library/mxno.swf +abills/cgi-bin/charts/charts_library/pi3d.swf +abills/cgi-bin/charts/charts_library/pie.jpg +abills/cgi-bin/charts/charts_library/piim.swf +abills/cgi-bin/charts/charts_library/pino.swf +abills/cgi-bin/charts/charts_library/pono.swf +abills/cgi-bin/charts/charts_library/scno.swf +abills/cgi-bin/charts/resources/button_rollover/button_rollover.fla +abills/cgi-bin/charts/resources/button_rollover/button_rollover.swf +abills/cgi-bin/charts/resources/chart_in_swf/chart_in_swf.fla +abills/cgi-bin/charts/resources/cursor/cursor.fla +abills/cgi-bin/charts/resources/cursor/cursor.swf +abills/cgi-bin/charts/resources/full_screen/full_screen.fla +abills/cgi-bin/charts/resources/full_screen/full_screen.swf +abills/cgi-bin/charts/resources/preview_scroll/black.swf +abills/cgi-bin/charts/resources/preview_scroll/preview_handle_1.swf +abills/cgi-bin/charts/resources/preview_scroll/preview_handle_2.swf +abills/cgi-bin/charts/resources/scroll/slider_L.gif +abills/cgi-bin/charts/resources/scroll/slider_R.gif +abills/cgi-bin/charts/resources/scroll/slider_bg.gif +abills/cgi-bin/charts/resources/scroll/slider_handle.gif +abills/cgi-bin/charts/resources/scroll/slider_handle_L.gif +abills/cgi-bin/charts/resources/scroll/slider_handle_R.gif +abills/cgi-bin/charts/resources/scroll/slider_over_L.gif +abills/cgi-bin/charts/resources/scroll/slider_over_R.gif abills/cgi-bin/charts.swf abills/cgi-bin/charts_library/arno.swf abills/cgi-bin/charts_library/arst.swf @@ -426,9 +736,13 @@ abills/cgi-bin/charts_library/pino.swf abills/cgi-bin/charts_library/pono.swf abills/cgi-bin/charts_library/scno.swf +abills/cgi-bin/favicon.ico abills/cgi-bin/functions.js +abills/cgi-bin/hotspotlogin.cgi abills/cgi-bin/img/attention.png abills/cgi-bin/img/black.gif +abills/cgi-bin/img/bonus.png +abills/cgi-bin/img/button_activate.png abills/cgi-bin/img/button_add.png abills/cgi-bin/img/button_change.png abills/cgi-bin/img/button_del.png @@ -439,20 +753,27 @@ abills/cgi-bin/img/button_info.png abills/cgi-bin/img/button_interval.png abills/cgi-bin/img/button_message.png +abills/cgi-bin/img/button_off.png abills/cgi-bin/img/button_password.png abills/cgi-bin/img/button_payments.png abills/cgi-bin/img/button_permissions.png abills/cgi-bin/img/button_print.png abills/cgi-bin/img/button_routes.png +abills/cgi-bin/img/button_search.png +abills/cgi-bin/img/button_sendmail.png abills/cgi-bin/img/button_shedule.png abills/cgi-bin/img/button_show.png abills/cgi-bin/img/button_sql.png abills/cgi-bin/img/button_stats.png abills/cgi-bin/img/button_traffic.png abills/cgi-bin/img/button_users.png +abills/cgi-bin/img/button_xml.png +abills/cgi-bin/img/cal.gif abills/cgi-bin/img/call_help.png abills/cgi-bin/img/chart.png abills/cgi-bin/img/chart_16.png +abills/cgi-bin/img/delivered1.png +abills/cgi-bin/img/delivered2.png abills/cgi-bin/img/documents.png abills/cgi-bin/img/down_pointer.png abills/cgi-bin/img/dropdown.png @@ -468,6 +789,8 @@ abills/cgi-bin/img/google_map/Bpu.png abills/cgi-bin/img/google_map/Bsd.png abills/cgi-bin/img/google_map/Bsu.png +abills/cgi-bin/img/google_map/addr.png +abills/cgi-bin/img/google_map/addrh.png abills/cgi-bin/img/google_map/blue.png abills/cgi-bin/img/google_map/green.png abills/cgi-bin/img/google_map/orange.png @@ -478,27 +801,59 @@ abills/cgi-bin/img/gorgreen.gif abills/cgi-bin/img/gorred.gif abills/cgi-bin/img/goryellow.gif +abills/cgi-bin/img/host.gif abills/cgi-bin/img/image_not_found.png abills/cgi-bin/img/information.png abills/cgi-bin/img/internet3.png abills/cgi-bin/img/ipn_user_activate.png abills/cgi-bin/img/iptv_user_info.png -abills/cgi-bin/img/host.gif abills/cgi-bin/img/key.png +abills/cgi-bin/img/loader.gif abills/cgi-bin/img/logout.png abills/cgi-bin/img/magdot0.png abills/cgi-bin/img/magdot2.png abills/cgi-bin/img/mail5.png +abills/cgi-bin/img/mastercard-sc.gif abills/cgi-bin/img/money_operation.png abills/cgi-bin/img/msg_inbox.gif abills/cgi-bin/img/msg_savebox.gif abills/cgi-bin/img/network.gif abills/cgi-bin/img/network.png +abills/cgi-bin/img/next_mon.gif +abills/cgi-bin/img/next_year.gif +abills/cgi-bin/img/no_cal.gif abills/cgi-bin/img/none.jpg abills/cgi-bin/img/payment-card.png +abills/cgi-bin/img/pixel.gif +abills/cgi-bin/img/popup_window/bottom.png +abills/cgi-bin/img/popup_window/bottom_left.png +abills/cgi-bin/img/popup_window/bottom_right.png +abills/cgi-bin/img/popup_window/close.png +abills/cgi-bin/img/popup_window/left.png +abills/cgi-bin/img/popup_window/right.png +abills/cgi-bin/img/popup_window/top.png +abills/cgi-bin/img/popup_window/top_left.png +abills/cgi-bin/img/popup_window/top_right.png +abills/cgi-bin/img/portal/arrow1.gif +abills/cgi-bin/img/portal/arrow2.gif +abills/cgi-bin/img/portal/bullet-hover.gif +abills/cgi-bin/img/portal/bullet.gif +abills/cgi-bin/img/portal/dotline.gif +abills/cgi-bin/img/portal/footerbg.gif +abills/cgi-bin/img/portal/login.png +abills/cgi-bin/img/portal/logo.gif +abills/cgi-bin/img/portal/mainbg.gif +abills/cgi-bin/img/portal/more-bg.gif +abills/cgi-bin/img/portal/topmenu-hover.jpg +abills/cgi-bin/img/portal/topmenu-normal.jpg +abills/cgi-bin/img/prev_mon.gif +abills/cgi-bin/img/prev_year.gif +abills/cgi-bin/img/progbar.gif abills/cgi-bin/img/red_dot.gif abills/cgi-bin/img/sharing_user_info.png abills/cgi-bin/img/signature.jpg +abills/cgi-bin/img/slide-up.png +abills/cgi-bin/img/slide_down.png abills/cgi-bin/img/sort_none.png abills/cgi-bin/img/spacer-black.gif abills/cgi-bin/img/stamp.jpg @@ -506,31 +861,44 @@ abills/cgi-bin/img/up_pointer.png abills/cgi-bin/img/ureports_user_info.png abills/cgi-bin/img/user.png +abills/cgi-bin/img/v-visa.gif abills/cgi-bin/img/vertblue.gif abills/cgi-bin/img/vertgreen.gif abills/cgi-bin/img/vertred.gif abills/cgi-bin/img/vertyellow.gif abills/cgi-bin/img/voip.png abills/cgi-bin/index.cgi +abills/cgi-bin/js/jquery.cookie.js +abills/cgi-bin/js/jquery.js +abills/cgi-bin/js/jquery.spoiler.js +abills/cgi-bin/js/search.js +abills/cgi-bin/portal.cgi abills/cgi-bin/print.css abills/cgi-bin/registration.cgi +abills/cgi-bin/skip_warning.cgi abills/db/Abon.sql +abills/db/Ashield.sql abills/db/Bonus.sql abills/db/Cards.sql abills/db/Dhcphosts.sql abills/db/Dunes.sql abills/db/Extfin.sql -abills/db/Filearch.pm +abills/db/Filearch.sql abills/db/Ipn.sql abills/db/Iptv.sql abills/db/Mail.sql +abills/db/Maps.sql +abills/db/Marketing.sql abills/db/Mdelivery.sql abills/db/Multidoms.sql abills/db/Netlist.sql abills/db/Notepad.sql abills/db/Paysys.sql +abills/db/Portal.sql abills/db/Sharing.sql abills/db/Snmputils.sql +abills/db/Storage.sql +abills/db/Turbo.sql abills/db/Ureports.sql abills/db/Vlan.sql abills/db/Voip.sql @@ -551,6 +919,7 @@ abills/docs/misc.htm abills/docs/mpd.htm abills/docs/nas.htm +abills/language/armenian.pl abills/language/bulgarian.pl abills/language/english.pl abills/language/french.pl @@ -558,6 +927,8 @@ abills/language/russian.pl abills/language/ukraine.pl abills/libexec/billd +abills/libexec/billd.plugins/check_dublicates.pm +abills/libexec/billd.plugins/check_programs.pm abills/libexec/config.pl.default abills/libexec/linkupdown abills/libexec/periodic @@ -571,11 +942,19 @@ abills/miniserv/miniserv.conf abills/miniserv/miniserv.pem abills/miniserv/miniserv.pl +abills/misc/apache/abills_hotspot.conf abills/misc/apache/abills_httpd.conf abills/misc/apache/install +abills/misc/asterisk/extensions.conf +abills/misc/asterisk/install +abills/misc/asterisk/manager.conf +abills/misc/asterisk/sip.conf abills/misc/autoconf abills/misc/calculation_detail.pl +abills/misc/certs_create.sh abills/misc/cisco_access +abills/misc/dhcp/install +abills/misc/dhcp/leases2db abills/misc/exppp/dictionary.exppp abills/misc/exppp/exppp abills/misc/exppp/install @@ -584,6 +963,7 @@ abills/misc/exppp/ppp.linkup abills/misc/exppp/radius.conf abills/misc/external_adduser +abills/misc/flow-tools/flow-capture.conf abills/misc/flow-tools/install abills/misc/flow-tools/ng_flow abills/misc/freeradius/acct_users @@ -594,10 +974,19 @@ abills/misc/freeradius/rlm_perl.conf abills/misc/freeradius/users abills/misc/freeradius/users_perl +abills/misc/freeradius/v2/default +abills/misc/freeradius/v2/default_rlm_perl +abills/misc/freeradius/v2/dhcp.conf +abills/misc/freeradius/v2/perl +abills/misc/freeradius/v2/radiusd.conf +abills/misc/freeradius/v2/sql.conf +abills/misc/freeradius/v2/users +abills/misc/freeradius/v2/users_perl abills/misc/ipcad/install abills/misc/ipcad/ipcad.conf abills/misc/ipfw/install abills/misc/ipfw/ipfw_allow_gre +abills/misc/ipfw/shaper_start.sh abills/misc/ipn_filter.sh abills/misc/monit/flow_capture abills/misc/monit/install @@ -609,10 +998,12 @@ abills/misc/mpd/mpd.dictionary abills/misc/mpd/mpd.links abills/misc/mpd/mpd5.conf +abills/misc/mpd/mpd_configure.pl abills/misc/mrtg/.htaccess abills/misc/mrtg/cisco.cfg abills/misc/mrtg/install abills/misc/mrtg/mrtg.cfg +abills/misc/msgs_filter.sh abills/misc/mysql/install abills/misc/mysql/my.cnf abills/misc/mysql/mysql_clean.sh @@ -635,13 +1026,15 @@ abills/misc/postfix/sql/virtual_domains.cf abills/misc/postfix/sql/virtual_mailbox.cf abills/misc/postfix/sql/virtual_mailbox_limits.cf +abills/misc/pppd/accel-ppp +abills/misc/pppd/accel-ppp.conf abills/misc/pppd/dictionary.microsoft abills/misc/pppd/install abills/misc/pppd/ip-up.local abills/misc/pppd/pppd.dictionary +abills/misc/pppd/pppoe-server-options abills/misc/pppd/pptpd.conf abills/misc/pppd/pptpd.options -abills/misc/pppd/pppoe-server-options abills/misc/pppd_hangup.pl abills/misc/pppd_kill abills/misc/pppoe/install @@ -650,231 +1043,14 @@ abills/misc/proftpd/proftpd_anon.conf abills/misc/samba_add.pl abills/misc/usr-trafic -abills/soft/exppp_asm-0.2.4.tar.gz -abills/soft/expppd-0.2.1.tar.gz -abills/soft/kha0s-mpd.tar.gz -abills/soft/radpppd.tar.gz -abills/libexec/billd.plugins/check_dublicates.pm -abills/misc/freeradius/v2/radiusd.conf -abills/misc/freeradius/v2/default_rlm_perl -abills/misc/freeradius/v2/perl -abills/misc/freeradius/v2/default -abills/misc/freeradius/v2/dhcp.conf -abills/misc/freeradius/v2/sql.conf -abills/misc/freeradius/v2/users -abills/misc/freeradius/v2/users_perl -abills/misc/mpd/mpd_configure.pl -abills/misc/ipfw/shaper_start.sh -abills/misc/dhcp/install -abills/misc/dhcp/leases2db -abills/misc/apache/abills_hotspot.conf -abills/misc/msgs_filter.sh -abills/misc/certs_create.sh -abills/language/armenian.pl -abills/cgi-bin/ajax/lib/JsHttpRequest/JsHttpRequest.js -abills/cgi-bin/admin/charts.swf -abills/cgi-bin/charts/charts_library/scno.swf -abills/cgi-bin/charts/charts_library/arno.swf -abills/cgi-bin/charts/charts_library/ars3.swf -abills/cgi-bin/charts/charts_library/arst.swf -abills/cgi-bin/charts/charts_library/brfl.swf -abills/cgi-bin/charts/charts_library/brno.swf -abills/cgi-bin/charts/charts_library/brst.swf -abills/cgi-bin/charts/charts_library/buno.swf -abills/cgi-bin/charts/charts_library/cl3d.swf -abills/cgi-bin/charts/charts_library/clfl.swf -abills/cgi-bin/charts/charts_library/clim.swf -abills/cgi-bin/charts/charts_library/clno.swf -abills/cgi-bin/charts/charts_library/clp3.swf -abills/cgi-bin/charts/charts_library/cls3.swf -abills/cgi-bin/charts/charts_library/clst.swf -abills/cgi-bin/charts/charts_library/cnno.swf -abills/cgi-bin/charts/charts_library/dollar.jpg -abills/cgi-bin/charts/charts_library/dono.swf -abills/cgi-bin/charts/charts_library/lnno.swf -abills/cgi-bin/charts/charts_library/mxno.swf -abills/cgi-bin/charts/charts_library/pi3d.swf -abills/cgi-bin/charts/charts_library/pie.jpg -abills/cgi-bin/charts/charts_library/piim.swf -abills/cgi-bin/charts/charts_library/pino.swf -abills/cgi-bin/charts/charts_library/pono.swf -abills/cgi-bin/charts/charts_library/ar3d.swf -abills/cgi-bin/charts/resources/button_rollover/button_rollover.fla -abills/cgi-bin/charts/resources/button_rollover/button_rollover.swf -abills/cgi-bin/charts/resources/chart_in_swf/chart_in_swf.fla -abills/cgi-bin/charts/resources/cursor/cursor.fla -abills/cgi-bin/charts/resources/cursor/cursor.swf -abills/cgi-bin/charts/resources/full_screen/full_screen.fla -abills/cgi-bin/charts/resources/full_screen/full_screen.swf -abills/cgi-bin/charts/resources/preview_scroll/black.swf -abills/cgi-bin/charts/resources/preview_scroll/preview_handle_1.swf -abills/cgi-bin/charts/resources/preview_scroll/preview_handle_2.swf -abills/cgi-bin/charts/resources/scroll/slider_over_R.gif -abills/cgi-bin/charts/resources/scroll/slider_R.gif -abills/cgi-bin/charts/resources/scroll/slider_bg.gif -abills/cgi-bin/charts/resources/scroll/slider_handle.gif -abills/cgi-bin/charts/resources/scroll/slider_handle_L.gif -abills/cgi-bin/charts/resources/scroll/slider_handle_R.gif -abills/cgi-bin/charts/resources/scroll/slider_over_L.gif -abills/cgi-bin/charts/resources/scroll/slider_L.gif -abills/cgi-bin/charts/AC_RunActiveContent.js -abills/cgi-bin/charts/charts.swf -abills/cgi-bin/img/cal.gif -abills/cgi-bin/img/delivered1.png -abills/cgi-bin/img/delivered2.png -abills/cgi-bin/img/mastercard-sc.gif -abills/cgi-bin/img/next_mon.gif -abills/cgi-bin/img/next_year.gif -abills/cgi-bin/img/no_cal.gif -abills/cgi-bin/img/pixel.gif -abills/cgi-bin/img/prev_mon.gif -abills/cgi-bin/img/prev_year.gif -abills/cgi-bin/img/progbar.gif -abills/cgi-bin/img/v-visa.gif -abills/cgi-bin/favicon.ico -abills/cgi-bin/calendar.js -abills/Abills/main_tpls/countries.tpl -abills/Abills/main_tpls/describe.tpls -abills/Abills/main_tpls/form_address.tpl -abills/Abills/main_tpls/form_address_sel.tpl -abills/Abills/main_tpls/form_admin_allow_ip.tpl -abills/Abills/main_tpls/form_build.tpl -abills/Abills/main_tpls/form_buy_cards.tpl -abills/Abills/main_tpls/form_buy_cards_card.tpl -abills/Abills/main_tpls/form_buy_cards_paysys.tpl -abills/Abills/main_tpls/form_client_chg_tp.tpl -abills/Abills/main_tpls/form_client_hotspot_start.tpl -abills/Abills/main_tpls/form_district.tpl -abills/Abills/main_tpls/form_hotspot_login.tpl -abills/Abills/main_tpls/form_money_transfer_s1.tpl -abills/Abills/main_tpls/form_money_transfer_s2.tpl -abills/Abills/main_tpls/form_money_transfer_s3.tpl -abills/Abills/main_tpls/form_nas_configure.tpl -abills/Abills/main_tpls/form_nas_group.tpl -abills/Abills/main_tpls/form_neg_deposit.tpl -abills/Abills/main_tpls/form_search_companies.tpl -abills/Abills/main_tpls/form_shedule.tpl -abills/Abills/main_tpls/form_street.tpl -abills/Abills/main_tpls/form_street_search.tpl -abills/Abills/main_tpls/form_template_editor.tpl -abills/Abills/main_tpls/form_view.tpl -abills/Abills/main_tpls/metatags.tpl -abills/Abills/main_tpls/metatags_client.tpl -abills/Abills/modules/Ashield/templates/ashield_client_info.tpl -abills/Abills/modules/Ashield/templates/ashield_client_subcribe.tpl -abills/Abills/modules/Ashield/templates/ashield_message.tpl -abills/Abills/modules/Ashield/templates/ashield_tp.tpl -abills/Abills/modules/Ashield/templates/ashield_user.tpl -abills/Abills/modules/Ashield/avd.cgi -abills/Abills/modules/Ashield/config -abills/Abills/modules/Ashield/lng_russian.pl -abills/Abills/modules/Ashield/lng_ukraine.pl -abills/Abills/modules/Ashield/webinterface -abills/Abills/modules/Ashield/lng_english.pl -abills/Abills/modules/Cards/templates/cards_card_info.tpl -abills/Abills/modules/Cards/templates/cards_diller_sum_check.tpl -abills/Abills/modules/Cards/templates/cards_dillers_tp.tpl -abills/Abills/modules/Cards/templates/cards_print.dsc -abills/Abills/modules/Cards/templates/cards_print.pdf -abills/Abills/modules/Cards/templates/cards_print.tpl -abills/Abills/modules/Cards/templates/cards_reseller_cod_gen.tpl -abills/Abills/modules/Cards/lng_english.pl -abills/Abills/modules/Cards/lng_russian.pl -abills/Abills/modules/Cards/lng_ukraine.pl -abills/Abills/modules/Dhcphosts/templates/dhcphosts_dhcp_conf_o82_class.tpl -abills/Abills/modules/Dhcphosts/templates/dhcphosts_log_search.tpl -abills/Abills/modules/Dhcphosts/templates/describe.tpls -abills/Abills/modules/Dhcphosts/dhcp_log2db.pl -abills/Abills/modules/Docs/templates/docs_account_company.dsc -abills/Abills/modules/Docs/templates/docs_account_company.pdf -abills/Abills/modules/Docs/templates/docs_account_company.tpl -abills/Abills/modules/Docs/templates/docs_account_search.tpl -abills/Abills/modules/Docs/templates/docs_act.dsc -abills/Abills/modules/Docs/templates/docs_act.pdf -abills/Abills/modules/Docs/templates/docs_act.tpl -abills/Abills/modules/Docs/templates/docs_invoice_search.tpl -abills/Abills/modules/Docs/templates/docs_tax_export.tpl -abills/Abills/modules/Docs/templates/describe.tpls -abills/Abills/modules/Dv/templates/dv_guest_mode.tpl -abills/Abills/modules/Dv/templates/dv_hold_up.tpl -abills/Abills/modules/Dv/templates/dv_pay_to.tpl -abills/Abills/modules/Dv/templates/dv_rating_tp.tpl -abills/Abills/modules/Dv/templates/dv_stats.tpl -abills/Abills/modules/Dv/templates/dv_traffic_class.tpl -abills/Abills/modules/Dv/templates/dv_user_info.dsc -abills/Abills/modules/Dv/templates/dv_user_info.pdf -abills/Abills/modules/Dv/templates/dv_user_rating.tpl -abills/Abills/modules/Dv/templates/dv_user_rating_pre.tpl -abills/Abills/modules/Dv/templates/describe.tpls -abills/Abills/modules/Iptv/templates/iptv_pin_access.tpl -abills/Abills/modules/Iptv/Vod.pm -abills/Abills/modules/Iptv/lng_russian.pl -abills/Abills/modules/Iptv/lng_ukraine.pl -abills/Abills/modules/Abon/lng_english.pl -abills/Abills/modules/Abon/lng_russian.pl -abills/Abills/modules/Abon/lng_ukraine.pl -abills/Abills/modules/Marketing/templates/marketing_report2.tpl -abills/Abills/modules/Marketing/lng_english.pl -abills/Abills/modules/Marketing/lng_russian.pl -abills/Abills/modules/Marketing/lng_ukraine.pl -abills/Abills/modules/Msgs/templates/msgs_client_reg_request.tpl -abills/Abills/modules/Msgs/templates/msgs_unreg_request.tpl -abills/Abills/modules/Msgs/templates/msgs_dispatch.tpl -abills/Abills/modules/Msgs/templates/msgs_dispatch_blank.tpl -abills/Abills/modules/Msgs/templates/msgs_reg_complete.tpl -abills/Abills/modules/Msgs/templates/msgs_reg_complete_mail.tpl -abills/Abills/modules/Msgs/templates/msgs_registration.tpl -abills/Abills/modules/Msgs/templates/msgs_request_search.tpl -abills/Abills/modules/Msgs/templates/msgs_request_show.tpl -abills/Abills/modules/Msgs/templates/msgs_survey.tpl -abills/Abills/modules/Msgs/templates/msgs_survey_question.tpl -abills/Abills/modules/Msgs/templates/msgs_survey_subject.tpl -abills/Abills/modules/Multidoms/templates/multidoms_sell_points.tpl -abills/Abills/modules/Multidoms/templates/multidoms_client_intro.tpl -abills/Abills/modules/Multidoms/templates/multidoms_client_promo.tpl -abills/Abills/modules/Multidoms/templates/multidoms_client_start.tpl -abills/Abills/modules/Multidoms/templates/multidoms_domain.tpl -abills/Abills/modules/Multidoms/templates/multidoms_metatags_client.tpl -abills/Abills/modules/Multidoms/templates/multidoms_nas_tps.tpl -abills/Abills/modules/Multidoms/templates/multidoms_paysys.tpl -abills/Abills/modules/Multidoms/templates/multidoms_reseller_info.tpl -abills/Abills/modules/Multidoms/templates/multidoms_reseller_login.tpl -abills/Abills/modules/Multidoms/templates/multidoms_reseller_nas.tpl -abills/Abills/modules/Multidoms/templates/multidoms_reseller_reg_complete.tpl -abills/Abills/modules/Multidoms/templates/multidoms_reseller_reg_email.tpl -abills/Abills/modules/Multidoms/templates/multidoms_reseller_registration.tpl -abills/Abills/modules/Multidoms/templates/multidoms_reseller_rule.tpl -abills/Abills/modules/Multidoms/templates/multidoms_reseller_start.tpl -abills/Abills/modules/Multidoms/templates/multidoms_reseller_tp.tpl -abills/Abills/modules/Multidoms/templates/describe.tpls -abills/Abills/modules/Multidoms/config -abills/Abills/modules/Multidoms/lng_english.pl -abills/Abills/modules/Multidoms/lng_russian.pl -abills/Abills/modules/Multidoms/lng_ukraine.pl -abills/Abills/modules/Multidoms/webinterface -abills/Abills/modules/Paysys/templates/paysys_lr_add.tpl -abills/Abills/modules/Paysys/templates/paysys_pb_add.tpl -abills/Abills/modules/Paysys/templates/paysys_privatbank_p24_add.tpl -abills/Abills/modules/Paysys/lng_ukraine.pl -abills/Abills/modules/Sqlcmd/templates/sqlcmd_field.tpl -abills/Abills/modules/Sqlcmd/lng_english.pl -abills/Abills/modules/Sqlcmd/lng_russian.pl -abills/Abills/modules/Sqlcmd/lng_ukraine.pl -abills/Abills/modules/Ureports/templates/ureports_session_detail.tpl -abills/Abills/modules/Voip/templates/voip_errors_search.tpl -abills/Abills/modules/Voip/templates/voip_er.tpl -abills/Abills/modules/Voip/templates/voip_extra_tarification.tpl -abills/Abills/modules/Voip/lng_ukraine.pl -abills/Abills/modules/Voip/lng_russian.pl -abills/db/Ashield.sql -abills/db/Marketing.sql -abills/neg_deposit/neg_deposit +abills/misc/vlan/vlan.sh abills/neg_deposit/index.html.sample -@dirrm abills/soft +abills/neg_deposit/neg_deposit +@dirrm abills/var/log +@dirrm abills/var +@dirrm abills/neg_deposit +@dirrm abills/misc/vlan @dirrm abills/misc/proftpd -@dirrm abills/misc/freeradius/v2 -@dirrm abills/misc/freeradius -@dirrm abills/misc/dhcp @dirrm abills/misc/pppoe @dirrm abills/misc/pppd @dirrm abills/misc/postfix/sql @@ -886,8 +1062,12 @@ @dirrm abills/misc/monit @dirrm abills/misc/ipfw @dirrm abills/misc/ipcad +@dirrm abills/misc/freeradius/v2 +@dirrm abills/misc/freeradius @dirrm abills/misc/flow-tools @dirrm abills/misc/exppp +@dirrm abills/misc/dhcp +@dirrm abills/misc/asterisk @dirrm abills/misc/apache @dirrm abills/misc @dirrm abills/miniserv/etc @@ -898,6 +1078,12 @@ @dirrm abills/docs/img @dirrm abills/docs @dirrm abills/db +@dirrm abills/cgi-bin/js +@dirrm abills/cgi-bin/img/portal +@dirrm abills/cgi-bin/img/popup_window +@dirrm abills/cgi-bin/img/google_map +@dirrm abills/cgi-bin/img +@dirrm abills/cgi-bin/charts_library @dirrm abills/cgi-bin/charts/resources/scroll @dirrm abills/cgi-bin/charts/resources/preview_scroll @dirrm abills/cgi-bin/charts/resources/full_screen @@ -907,15 +1093,15 @@ @dirrm abills/cgi-bin/charts/resources @dirrm abills/cgi-bin/charts/charts_library @dirrm abills/cgi-bin/charts +@dirrm abills/cgi-bin/ajax/maps @dirrm abills/cgi-bin/ajax/lib/JsHttpRequest @dirrm abills/cgi-bin/ajax/lib @dirrm abills/cgi-bin/ajax -@dirrm abills/cgi-bin/img/google_map -@dirrm abills/cgi-bin/img -@dirrm abills/cgi-bin/charts_library @dirrm abills/cgi-bin/admin @dirrm abills/cgi-bin @dirrm abills/bin +@dirrm abills/backup +@dirrm abills/Abills/templates/fonts @dirrm abills/Abills/templates @dirrm abills/Abills/mysql @dirrm abills/Abills/modules/Voip/templates @@ -926,32 +1112,40 @@ @dirrm abills/Abills/modules/Ureports @dirrm abills/Abills/modules/Sysinfo/templates @dirrm abills/Abills/modules/Sysinfo +@dirrm abills/Abills/modules/Storage/templates +@dirrm abills/Abills/modules/Storage @dirrm abills/Abills/modules/Squid @dirrm abills/Abills/modules/Sqlcmd/templates @dirrm abills/Abills/modules/Sqlcmd @dirrm abills/Abills/modules/Snmputils/templates @dirrm abills/Abills/modules/Snmputils +@dirrm abills/Abills/modules/Sms/templates +@dirrm abills/Abills/modules/Sms @dirrm abills/Abills/modules/Sharing/templates @dirrm abills/Abills/modules/Sharing +@dirrm abills/Abills/modules/Portal/templates +@dirrm abills/Abills/modules/Portal @dirrm abills/Abills/modules/Paysys/templates @dirrm abills/Abills/modules/Paysys/plugins @dirrm abills/Abills/modules/Paysys +@dirrm abills/Abills/modules/Notepad/templates +@dirrm abills/Abills/modules/Notepad @dirrm abills/Abills/modules/Netlist/templates @dirrm abills/Abills/modules/Netlist +@dirrm abills/Abills/modules/Multidoms/templates +@dirrm abills/Abills/modules/Multidoms @dirrm abills/Abills/modules/Msgs/templates @dirrm abills/Abills/modules/Msgs @dirrm abills/Abills/modules/Mdelivery/templates @dirrm abills/Abills/modules/Mdelivery -@dirrm abills/Abills/modules/Mail/templates -@dirrm abills/Abills/modules/Mail -@dirrm abills/Abills/modules/Multidoms/templates -@dirrm abills/Abills/modules/Multidoms @dirrm abills/Abills/modules/Marketing/templates @dirrm abills/Abills/modules/Marketing -@dirrm abills/Abills/modules/Sms/templates -@dirrm abills/Abills/modules/Sms -@dirrm abills/Abills/modules/Ashield/templates -@dirrm abills/Abills/modules/Ashield +@dirrm abills/Abills/modules/Maps/templates +@dirrm abills/Abills/modules/Maps +@dirrm abills/Abills/modules/Managers/templates +@dirrm abills/Abills/modules/Managers +@dirrm abills/Abills/modules/Mail/templates +@dirrm abills/Abills/modules/Mail @dirrm abills/Abills/modules/Iptv/templates @dirrm abills/Abills/modules/Iptv @dirrm abills/Abills/modules/Ipn/templates @@ -967,8 +1161,6 @@ @dirrm abills/Abills/modules/Docs @dirrm abills/Abills/modules/Dhcphosts/templates @dirrm abills/Abills/modules/Dhcphosts -@dirrm abills/Abills/modules/Notepad/templates -@dirrm abills/Abills/modules/Notepad @dirrm abills/Abills/modules/Cisco/templates @dirrm abills/Abills/modules/Cisco @dirrm abills/Abills/modules/Cards/templates @@ -976,11 +1168,12 @@ @dirrm abills/Abills/modules/Bonus/templates @dirrm abills/Abills/modules/Bonus @dirrm abills/Abills/modules/BSR1000 +@dirrm abills/Abills/modules/Ashield/templates +@dirrm abills/Abills/modules/Ashield @dirrm abills/Abills/modules/Abon/templates @dirrm abills/Abills/modules/Abon @dirrm abills/Abills/modules @dirrm abills/Abills/main_tpls @dirrm abills/Abills/MIBs @dirrm abills/Abills -@dirrm abills/neg_deposit @dirrm abills >Release-Note: >Audit-Trail: >Unformatted: