Index: head/net-mgmt/cacti/Makefile =================================================================== --- head/net-mgmt/cacti/Makefile (revision 443096) +++ head/net-mgmt/cacti/Makefile (revision 443097) @@ -1,67 +1,67 @@ # $FreeBSD$ PORTNAME= cacti -PORTVERSION= 1.1.7 +PORTVERSION= 1.1.9 CATEGORIES= net-mgmt www MASTER_SITES= http://www.cacti.net/downloads/ \ ftp://ftpmirror.uk/freebsd-ports/cacti/ MAINTAINER= freebsd-ports@dan.me.uk COMMENT= Web-driven graphing interface for RRDTool LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rrdtool:databases/rrdtool USES= cpe mysql php:web shebangfix USE_PHP= ctype filter gd gettext gmp hash json ldap mbstring openssl pcre pdo pdo_mysql posix session simplexml sockets snmp xml zlib NO_ARCH= yes NO_BUILD= yes SUB_FILES= pkg-message SHEBANG_FILES= scripts/3com_cable_modem.pl \ scripts/diskfree.pl \ scripts/linux_memory.pl \ scripts/loadavg.pl \ scripts/loadavg_multi.pl \ scripts/ping.pl \ scripts/query_unix_partitions.pl \ scripts/unix_processes.pl \ scripts/unix_tcp_connections.pl \ scripts/unix_users.pl \ scripts/weatherbug.pl \ scripts/webhits.pl CACTIDIR?= share/cacti CACTIUSER?= cacti CACTIGROUP?= cacti USERS?= ${CACTIUSER} GROUPS?= ${CACTIGROUP} PLIST_SUB+= CACTIDIR=${CACTIDIR} CACTIUSER=${CACTIUSER} \ CACTIGROUP=${CACTIGROUP} SUB_LIST+= CACTIDIR=${CACTIDIR} CACTIUSER=${CACTIUSER} \ CACTIGROUP=${CACTIGROUP} CONFLICTS_INSTALL= cacti88 post-patch: @${FIND} ${WRKSRC} -name \*.orig -delete; \ ${MV} ${WRKSRC}/include/config.php ${WRKSRC}/include/config.php.sample ${RM} -r ${WRKSRC}/log ${WRKSRC}/rra do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/${CACTIDIR} ${MKDIR} ${STAGEDIR}/var/log/cacti ${MKDIR} ${STAGEDIR}/var/db/cacti/rra ${MKDIR} ${STAGEDIR}/var/db/cacti/scripts ${CP} -R ${WRKSRC}/* ${STAGEDIR}/${PREFIX}/${CACTIDIR} if [ -f ${PREFIX}/${CACTIDIR}/include/db-settings.php ]; then \ ${ECHO_CMD} "======================================================================="; \ ${ECHO_CMD} "WARNING! You have to move DB settings from"; \ ${ECHO_CMD} "${PREFIX}/${CACTIDIR}/include/db-settings.php file to"; \ ${ECHO_CMD} "${PREFIX}/${CACTIDIR}/include/config.php and remove db-settings.php"; \ fi .include Index: head/net-mgmt/cacti/distinfo =================================================================== --- head/net-mgmt/cacti/distinfo (revision 443096) +++ head/net-mgmt/cacti/distinfo (revision 443097) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495560273 -SHA256 (cacti-1.1.7.tar.gz) = e6dcbcef54c42ee7920559d9afc7ba6f53c77a2f7054e8d58a83af304c24f969 -SIZE (cacti-1.1.7.tar.gz) = 8523998 +TIMESTAMP = 1496786177 +SHA256 (cacti-1.1.9.tar.gz) = 329b9a9b388f1a11c92c483a404c8ad0d0e63720cfed12edd82bec866950d67c +SIZE (cacti-1.1.9.tar.gz) = 8720015 Index: head/net-mgmt/cacti/files/patch-lib__clog_webapi.php =================================================================== --- head/net-mgmt/cacti/files/patch-lib__clog_webapi.php (revision 443096) +++ head/net-mgmt/cacti/files/patch-lib__clog_webapi.php (revision 443097) @@ -1,20 +1,20 @@ ---- lib/clog_webapi.php.orig 2017-04-26 00:30:09 UTC +--- lib/clog_webapi.php.orig 2017-06-05 03:49:49 UTC +++ lib/clog_webapi.php @@ -40,7 +40,7 @@ function clog_purge_logfile() { $logfile = read_config_option('path_cactilog'); if ($logfile == '') { - $logfile = $config['base_path'] . '/log/cacti.log'; + $logfile = '/var/log/cacti/log'; } if (file_exists($logfile)) { -@@ -64,7 +64,7 @@ function clog_view_logfile() { - $logfile = read_config_option('path_cactilog'); - - if ($logfile == '') { -- $logfile = './log/cacti.log'; +@@ -70,7 +70,7 @@ function clog_view_logfile() { + $logfile = $requestedFile; + } + } elseif ($logfile == '') { +- $logfile = $config['base_path'] . '/log/cacti.log'; + $logfile = '/var/log/cacti/log'; } - /* helps determine output color */ + /* ================= input validation and session storage ================= */ Index: head/net-mgmt/cacti/files/patch-utilities.php =================================================================== --- head/net-mgmt/cacti/files/patch-utilities.php (revision 443096) +++ head/net-mgmt/cacti/files/patch-utilities.php (revision 443097) @@ -1,20 +1,20 @@ ---- utilities.php.orig 2017-04-26 00:30:09 UTC +--- utilities.php.orig 2017-06-05 03:49:49 UTC +++ utilities.php -@@ -872,7 +872,7 @@ function utilities_view_logfile() { - $logfile = read_config_option('path_cactilog'); - - if ($logfile == '') { +@@ -877,7 +877,7 @@ function utilities_view_logfile() { + $logfile = $requestedFile; + } + } elseif ($logfile == '') { - $logfile = $config['base_path'] . '/log/cacti.log'; + $logfile = '/var/log/cacti/log'; } - /* helps determine output color */ -@@ -1155,7 +1155,7 @@ function utilities_clear_logfile() { + /* ================= input validation and session storage ================= */ +@@ -1194,7 +1194,7 @@ function utilities_clear_logfile() { $logfile = read_config_option('path_cactilog'); if ($logfile == '') { - $logfile = './log/cacti.log'; + $logfile = '/var/log/cacti/log'; } html_start_box(__('Clear Cacti Log'), '100%', '', '3', 'center', ''); Index: head/net-mgmt/cacti/pkg-plist =================================================================== --- head/net-mgmt/cacti/pkg-plist (revision 443096) +++ head/net-mgmt/cacti/pkg-plist (revision 443097) @@ -1,1201 +1,1204 @@ %%CACTIDIR%%/LICENSE %%CACTIDIR%%/README.md %%CACTIDIR%%/about.php %%CACTIDIR%%/aggregate_graphs.php %%CACTIDIR%%/aggregate_items.php %%CACTIDIR%%/aggregate_templates.php %%CACTIDIR%%/auth_changepassword.php %%CACTIDIR%%/auth_login.php %%CACTIDIR%%/auth_profile.php %%CACTIDIR%%/automation_devices.php %%CACTIDIR%%/automation_graph_rules.php %%CACTIDIR%%/automation_networks.php %%CACTIDIR%%/automation_snmp.php %%CACTIDIR%%/automation_templates.php %%CACTIDIR%%/automation_tree_rules.php %%CACTIDIR%%/boost_rrdupdate.php %%CACTIDIR%%/cache/boost/.htaccess %%CACTIDIR%%/cache/boost/index.php %%CACTIDIR%%/cache/index.php %%CACTIDIR%%/cache/mibcache/.htaccess %%CACTIDIR%%/cache/mibcache/index.php %%CACTIDIR%%/cache/realtime/.htaccess %%CACTIDIR%%/cache/realtime/index.php %%CACTIDIR%%/cache/spikekill/.htaccess %%CACTIDIR%%/cache/spikekill/index.php %%CACTIDIR%%/%%CACTIUSER%%.sql %%CACTIDIR%%/cdef.php %%CACTIDIR%%/cli/.htaccess %%CACTIDIR%%/cli/index.php %%CACTIDIR%%/cli/add_data_query.php %%CACTIDIR%%/cli/add_device.php %%CACTIDIR%%/cli/add_graph_template.php %%CACTIDIR%%/cli/add_graphs.php %%CACTIDIR%%/cli/add_perms.php %%CACTIDIR%%/cli/add_tree.php %%CACTIDIR%%/cli/analyze_database.php %%CACTIDIR%%/cli/convert_innodb.php %%CACTIDIR%%/cli/copy_user.php %%CACTIDIR%%/cli/data_template_associate_rra.php %%CACTIDIR%%/cli/host_update_template.php %%CACTIDIR%%/cli/import_package.php %%CACTIDIR%%/cli/import_template.php %%CACTIDIR%%/cli/poller_data_sources_reapply_names.php %%CACTIDIR%%/cli/poller_graphs_reapply_names.php %%CACTIDIR%%/cli/poller_output_empty.php %%CACTIDIR%%/cli/poller_reindex_hosts.php %%CACTIDIR%%/cli/rebuild_poller_cache.php %%CACTIDIR%%/cli/removespikes.php %%CACTIDIR%%/cli/reorder_data_query.php %%CACTIDIR%%/cli/repair_database.php %%CACTIDIR%%/cli/repair_templates.php %%CACTIDIR%%/cli/sqltable_to_php.php %%CACTIDIR%%/cli/structure_rra_paths.php %%CACTIDIR%%/cli/upgrade_database.php %%CACTIDIR%%/clog.php %%CACTIDIR%%/clog_user.php %%CACTIDIR%%/cmd.php %%CACTIDIR%%/cmd_realtime.php %%CACTIDIR%%/color.php %%CACTIDIR%%/color_templates.php %%CACTIDIR%%/color_templates_items.php %%CACTIDIR%%/data_input.php %%CACTIDIR%%/data_queries.php %%CACTIDIR%%/data_sources.php %%CACTIDIR%%/data_source_profiles.php %%CACTIDIR%%/data_templates.php %%CACTIDIR%%/docs/CHANGELOG %%CACTIDIR%%/docs/html/LICENSE.html %%CACTIDIR%%/docs/html/advanced-topics.html %%CACTIDIR%%/docs/html/basics.html %%CACTIDIR%%/docs/html/batch-copy-users.html %%CACTIDIR%%/docs/html/bsd-ports.html %%CACTIDIR%%/docs/html/%%CACTIUSER%%-help.html %%CACTIDIR%%/docs/html/cdefs.html %%CACTIDIR%%/docs/html/check-%%CACTIUSER%%-poller.html %%CACTIDIR%%/docs/html/check-data-gathering.html %%CACTIDIR%%/docs/html/check-mysql-updating.html %%CACTIDIR%%/docs/html/check-rrd-graph.html %%CACTIDIR%%/docs/html/check-rrd-numbers.html %%CACTIDIR%%/docs/html/check-rrd-owner.html %%CACTIDIR%%/docs/html/check-rrd-updating.html %%CACTIDIR%%/docs/html/check-zero-values.html %%CACTIDIR%%/docs/html/cli-add-data-query.html %%CACTIDIR%%/docs/html/cli-add-device.html %%CACTIDIR%%/docs/html/cli-add-graph-template.html %%CACTIDIR%%/docs/html/cli-add-graphs.html %%CACTIDIR%%/docs/html/cli-add-perms.html %%CACTIDIR%%/docs/html/cli-add-tree.html %%CACTIDIR%%/docs/html/cli-copy-user.html %%CACTIDIR%%/docs/html/cli-poller-graphs-reapply-names.html %%CACTIDIR%%/docs/html/cli-poller-output-empty.html %%CACTIDIR%%/docs/html/cli-poller-reindex-hosts.html %%CACTIDIR%%/docs/html/copying-user.html %%CACTIDIR%%/docs/html/create-new-user.html %%CACTIDIR%%/docs/html/data-input-methods.html %%CACTIDIR%%/docs/html/data-presentation.html %%CACTIDIR%%/docs/html/data-queries.html %%CACTIDIR%%/docs/html/data-storage.html %%CACTIDIR%%/docs/html/debug-miscellaneous.html %%CACTIDIR%%/docs/html/debug-rpm-installation.html %%CACTIDIR%%/docs/html/debugging.html %%CACTIDIR%%/docs/html/delete-users.html %%CACTIDIR%%/docs/html/enable-disable-users.html %%CACTIDIR%%/docs/html/faq.html %%CACTIDIR%%/docs/html/graph-howto.html %%CACTIDIR%%/docs/html/graph-overview.html %%CACTIDIR%%/docs/html/graph-snmp-oid.html %%CACTIDIR%%/docs/html/graph-templates.html %%CACTIDIR%%/docs/html/graph-viewing.html %%CACTIDIR%%/docs/html/guest-access.html %%CACTIDIR%%/docs/html/host-templates.html %%CACTIDIR%%/docs/html/host-variables.html %%CACTIDIR%%/docs/html/how-to.html %%CACTIDIR%%/docs/html/images/data_source_title_example1.png %%CACTIDIR%%/docs/html/images/data_source_title_example2.png %%CACTIDIR%%/docs/html/images/data_source_title_template.png %%CACTIDIR%%/docs/html/images/data_template.png %%CACTIDIR%%/docs/html/images/export_template.png %%CACTIDIR%%/docs/html/images/graph_template.png %%CACTIDIR%%/docs/html/images/graph_tree.png %%CACTIDIR%%/docs/html/images/host_template.png %%CACTIDIR%%/docs/html/images/import_template.png %%CACTIDIR%%/docs/html/images/new_device.png %%CACTIDIR%%/docs/html/images/new_graphs.png %%CACTIDIR%%/docs/html/images/principles_of_operation.png %%CACTIDIR%%/docs/html/images/user_management_batch_copy_1.png %%CACTIDIR%%/docs/html/images/user_management_batch_copy_2.png %%CACTIDIR%%/docs/html/images/user_management_copy_1.png %%CACTIDIR%%/docs/html/images/user_management_copy_2.png %%CACTIDIR%%/docs/html/images/user_management_delete_1.png %%CACTIDIR%%/docs/html/images/user_management_delete_2.png %%CACTIDIR%%/docs/html/images/user_management_edit.png %%CACTIDIR%%/docs/html/images/user_management_enable_disable_1.png %%CACTIDIR%%/docs/html/images/user_management_enable_disable_2.png %%CACTIDIR%%/docs/html/images/user_management_list.png %%CACTIDIR%%/docs/html/images/user_management_new.png %%CACTIDIR%%/docs/html/index.html %%CACTIDIR%%/docs/html/install-unix.html %%CACTIDIR%%/docs/html/install-windows.html %%CACTIDIR%%/docs/html/installation.html %%CACTIDIR%%/docs/html/making-scripts-work-with-%%CACTIUSER%%.html %%CACTIDIR%%/docs/html/migration-php-scripts-to-script-server.html %%CACTIDIR%%/docs/html/new-graphs.html %%CACTIDIR%%/docs/html/operating-principles.html %%CACTIDIR%%/docs/html/php-script-server.html %%CACTIDIR%%/docs/html/reference.html %%CACTIDIR%%/docs/html/requirements.html %%CACTIDIR%%/docs/html/rrdtool-features.html %%CACTIDIR%%/docs/html/script-query-xml.html %%CACTIDIR%%/docs/html/scripts.html %%CACTIDIR%%/docs/html/snmp-query-xml.html %%CACTIDIR%%/docs/html/template-export.html %%CACTIDIR%%/docs/html/template-import.html %%CACTIDIR%%/docs/html/templates.html %%CACTIDIR%%/docs/html/testing-script-in-script-server.html %%CACTIDIR%%/docs/html/unix-apply-patches.html %%CACTIDIR%%/docs/html/unix-configure-%%CACTIUSER%%.html %%CACTIDIR%%/docs/html/unix-configure-httpd.html %%CACTIDIR%%/docs/html/unix-configure-mysql.html %%CACTIDIR%%/docs/html/unix-configure-php.html %%CACTIDIR%%/docs/html/unix-configure-spine.html %%CACTIDIR%%/docs/html/upgrade-using-hostmib-data-queries.html %%CACTIDIR%%/docs/html/upgrade.html %%CACTIDIR%%/docs/html/user-management.html %%CACTIDIR%%/docs/html/using-spine.html %%CACTIDIR%%/docs/html/variables.html %%CACTIDIR%%/docs/index.php %%CACTIDIR%%/docs/pdf/manual.pdf %%CACTIDIR%%/docs/txt/manual.txt %%CACTIDIR%%/formats/%%CACTIUSER%%_group.format %%CACTIDIR%%/formats/%%CACTIUSER%%_group_dark.format %%CACTIDIR%%/formats/%%CACTIUSER%%_monitor.format %%CACTIDIR%%/formats/default.format %%CACTIDIR%%/formats/index.php %%CACTIDIR%%/formats/lotus_notes.format %%CACTIDIR%%/gprint_presets.php %%CACTIDIR%%/graph.php %%CACTIDIR%%/graph_image.php %%CACTIDIR%%/graph_json.php %%CACTIDIR%%/graph_realtime.php %%CACTIDIR%%/graph_templates.php %%CACTIDIR%%/graph_templates_inputs.php %%CACTIDIR%%/graph_templates_items.php %%CACTIDIR%%/graph_view.php %%CACTIDIR%%/graph_xport.php %%CACTIDIR%%/graphs.php %%CACTIDIR%%/graphs_items.php %%CACTIDIR%%/graphs_new.php %%CACTIDIR%%/host.php %%CACTIDIR%%/host_templates.php %%CACTIDIR%%/images/accept.png %%CACTIDIR%%/images/application_edit.png %%CACTIDIR%%/images/arrow.gif %%CACTIDIR%%/images/auth_background.gif %%CACTIDIR%%/images/bullet_arrow_down.png %%CACTIDIR%%/images/bullet_arrow_up.png %%CACTIDIR%%/images/%%CACTIUSER%%_about_logo.gif %%CACTIDIR%%/images/%%CACTIUSER%%_backdrop.gif %%CACTIDIR%%/images/%%CACTIUSER%%_backdrop2.gif %%CACTIDIR%%/images/%%CACTIUSER%%_error_image.png %%CACTIDIR%%/images/%%CACTIUSER%%_logo.gif %%CACTIDIR%%/images/%%CACTIUSER%%_logo_new.gif %%CACTIDIR%%/images/calendar.gif %%CACTIDIR%%/images/chart_curve_go.png %%CACTIDIR%%/images/cog.png %%CACTIDIR%%/images/cog_add.png %%CACTIDIR%%/images/cog_delete.png %%CACTIDIR%%/images/cog_error.png %%CACTIDIR%%/images/delete_icon.gif %%CACTIDIR%%/images/delete_icon_large.gif %%CACTIDIR%%/images/device_template.png %%CACTIDIR%%/images/disable_icon.png %%CACTIDIR%%/images/enable_icon.png %%CACTIDIR%%/images/enable_icon_disabled.png %%CACTIDIR%%/images/favicon.ico %%CACTIDIR%%/images/graph_page_top.gif %%CACTIDIR%%/images/graph_properties.gif %%CACTIDIR%%/images/graph_query.png %%CACTIDIR%%/images/graph_zoom.gif %%CACTIDIR%%/images/index.php %%CACTIDIR%%/images/install_icon.png %%CACTIDIR%%/images/install_icon_disabled.png %%CACTIDIR%%/images/menuarrow.gif %%CACTIDIR%%/images/move_down.gif %%CACTIDIR%%/images/move_left.gif %%CACTIDIR%%/images/move_right.gif %%CACTIDIR%%/images/move_up.gif %%CACTIDIR%%/images/reload_icon_small.gif %%CACTIDIR%%/images/rrd_not_found.png %%CACTIDIR%%/images/server.png %%CACTIDIR%%/images/server_chart.png %%CACTIDIR%%/images/server_chart_curve.png %%CACTIDIR%%/images/server_dataquery.png %%CACTIDIR%%/images/server_graph_template.png %%CACTIDIR%%/images/server_table.png %%CACTIDIR%%/images/shadow.gif %%CACTIDIR%%/images/shadow_gray.gif %%CACTIDIR%%/images/site.png %%CACTIDIR%%/images/spikekill.gif %%CACTIDIR%%/images/stop.png %%CACTIDIR%%/images/tab_%%CACTIUSER%%.gif %%CACTIDIR%%/images/tab_clog.png %%CACTIDIR%%/images/tab_clog_down.png %%CACTIDIR%%/images/tab_console.gif %%CACTIDIR%%/images/tab_console_down.gif %%CACTIDIR%%/images/tab_graphs.gif %%CACTIDIR%%/images/tab_graphs_down.gif %%CACTIDIR%%/images/tab_list.gif %%CACTIDIR%%/images/tab_mode_list.gif %%CACTIDIR%%/images/tab_mode_list_down.gif %%CACTIDIR%%/images/tab_mode_preview.gif %%CACTIDIR%%/images/tab_mode_preview_down.gif %%CACTIDIR%%/images/tab_mode_tree.gif %%CACTIDIR%%/images/tab_mode_tree_down.gif %%CACTIDIR%%/images/tab_nectar.gif %%CACTIDIR%%/images/tab_nectar_down.gif %%CACTIDIR%%/images/tab_preview.gif %%CACTIDIR%%/images/tab_settings.gif %%CACTIDIR%%/images/tab_settings_down.gif +%%CACTIDIR%%/images/tab_template_blue.gif +%%CACTIDIR%%/images/tab_template_red.gif %%CACTIDIR%%/images/tab_tree.gif %%CACTIDIR%%/images/table.png %%CACTIDIR%%/images/table_go.png %%CACTIDIR%%/images/timeview.png %%CACTIDIR%%/images/transparent_line.gif %%CACTIDIR%%/images/tree.png %%CACTIDIR%%/images/uninstall_icon.gif %%CACTIDIR%%/images/view_aggregate_children.png %%CACTIDIR%%/images/view_none.gif %%CACTIDIR%%/images/view_page.png %%CACTIDIR%%/include/auth.php %%CACTIDIR%%/include/bottom_footer.php %%CACTIDIR%%/include/%%CACTIUSER%%_version %%CACTIDIR%%/include/config.php.sample %%CACTIDIR%%/include/content/README %%CACTIDIR%%/include/content/basic-example.html %%CACTIDIR%%/include/content/iframe-example.html %%CACTIDIR%%/include/content/index.php %%CACTIDIR%%/include/content/php-example.html %%CACTIDIR%%/include/csrf/LICENSE %%CACTIDIR%%/include/csrf/NEWS %%CACTIDIR%%/include/csrf/README %%CACTIDIR%%/include/csrf/csrf-magic.js %%CACTIDIR%%/include/csrf/csrf-magic.php %%CACTIDIR%%/include/csrf/index.php %%CACTIDIR%%/include/fa/css/font-awesome.css %%CACTIDIR%%/include/fa/css/font-awesome.css.map %%CACTIDIR%%/include/fa/css/font-awesome.min.css %%CACTIDIR%%/include/fa/css/index.php %%CACTIDIR%%/include/fa/fonts/FontAwesome.otf %%CACTIDIR%%/include/fa/fonts/fontawesome-webfont.eot %%CACTIDIR%%/include/fa/fonts/fontawesome-webfont.svg %%CACTIDIR%%/include/fa/fonts/fontawesome-webfont.ttf %%CACTIDIR%%/include/fa/fonts/fontawesome-webfont.woff %%CACTIDIR%%/include/fa/fonts/fontawesome-webfont.woff2 %%CACTIDIR%%/include/fa/fonts/index.php %%CACTIDIR%%/include/fa/index.php %%CACTIDIR%%/include/fonts/DejaVuSans-Bold.ttf %%CACTIDIR%%/include/fonts/DejaVuSansCondensed-Bold.ttf %%CACTIDIR%%/include/global.php %%CACTIDIR%%/include/global_arrays.php %%CACTIDIR%%/include/global_constants.php %%CACTIDIR%%/include/global_form.php %%CACTIDIR%%/include/global_languages.php %%CACTIDIR%%/include/global_session.php %%CACTIDIR%%/include/global_settings.php %%CACTIDIR%%/include/index.php %%CACTIDIR%%/include/js/Chart.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-af.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-arabic_saudi_arabia.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-az.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-bs.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-bulgarian_bulgaria.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-ca.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-chinese_china_simplified.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-chinese_hong_kong.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-chinese_taiwan.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-czech_czech_republic.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-danish_denmark.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-de-CH.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-dutch_netherlands.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-en-GB.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-english_usa.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-eo.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-estonian_estonia.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-eu.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-fa.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-finnish_finland.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-fo.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-fr-CH.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-french_france.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-german_germany.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-greek_greece.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-he.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-hr.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-hungarian_hungary.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-hy.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-icelandic_iceland.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-indonesian_indonesia.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-italian_italy.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-japanese_japan.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-korean_korea.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-latvian_latvia.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-lithuanian_lithuania.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-malay_malaysia.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-nl-BE.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-nl.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-norwegian_norway.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-polish_poland.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-pt-BR.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-romanian_romania.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-russian_russia.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-serbian_serbia.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-slovak_slovakia.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-slovenian_slovenia.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-spanish_spain.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-sq.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-sr-SR.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-swedish_sweden.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-ta.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-thai_thailand.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-turkish_turkey.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-uk.js %%CACTIDIR%%/include/js/LC_MESSAGES/jquery.ui.datepicker-vietnamese_vietnam.js %%CACTIDIR%%/include/js/c3.js %%CACTIDIR%%/include/js/d3.js %%CACTIDIR%%/include/js/dygraph-combined.js %%CACTIDIR%%/include/js/index.php %%CACTIDIR%%/include/js/jquery.colorpicker.js %%CACTIDIR%%/include/js/jquery.cookie.js %%CACTIDIR%%/include/js/jquery.dropdown.js %%CACTIDIR%%/include/js/jquery.hotkeys.js %%CACTIDIR%%/include/js/jquery.js %%CACTIDIR%%/include/js/jquery.metadata.js %%CACTIDIR%%/include/js/jquery.multiselect.filter.js %%CACTIDIR%%/include/js/jquery.multiselect.js %%CACTIDIR%%/include/js/jquery.sparkline.js %%CACTIDIR%%/include/js/jquery.storageapi.js %%CACTIDIR%%/include/js/jquery.tablednd.js %%CACTIDIR%%/include/js/jquery.tablesorter.js %%CACTIDIR%%/include/js/jquery.tablesorter.pager.js %%CACTIDIR%%/include/js/jquery.tablesorter.widgets.js %%CACTIDIR%%/include/js/jquery.timepicker.js %%CACTIDIR%%/include/js/jquery.ui.touch.punch.js %%CACTIDIR%%/include/js/jquery.zoom.js %%CACTIDIR%%/include/js/jquery-migrate.js %%CACTIDIR%%/include/js/jquery-ui.js %%CACTIDIR%%/include/js/jstree.js %%CACTIDIR%%/include/js/pace.js %%CACTIDIR%%/include/js/screenfull.js %%CACTIDIR%%/include/layout.js %%CACTIDIR%%/include/main.css %%CACTIDIR%%/include/phpgettext/gettext.php %%CACTIDIR%%/include/phpgettext/streams.php %%CACTIDIR%%/include/phpmailer/LICENSE %%CACTIDIR%%/include/phpmailer/PHPMailerAutoload.php %%CACTIDIR%%/include/phpmailer/VERSION %%CACTIDIR%%/include/phpmailer/class.phpmailer.php %%CACTIDIR%%/include/phpmailer/class.phpmaileroauth.php %%CACTIDIR%%/include/phpmailer/class.pop3.php %%CACTIDIR%%/include/phpmailer/class.smtp.php %%CACTIDIR%%/include/phpmailer/index.php %%CACTIDIR%%/include/phpmailer/language/index.php %%CACTIDIR%%/include/phpmailer/language/phpmailer.lang-am.php %%CACTIDIR%%/include/phpmailer/language/phpmailer.lang-ar.php %%CACTIDIR%%/include/phpmailer/language/phpmailer.lang-az.php %%CACTIDIR%%/include/phpmailer/language/phpmailer.lang-be.php %%CACTIDIR%%/include/phpmailer/language/phpmailer.lang-bg.php %%CACTIDIR%%/include/phpmailer/language/phpmailer.lang-ca.php %%CACTIDIR%%/include/phpmailer/language/phpmailer.lang-ch.php %%CACTIDIR%%/include/phpmailer/language/phpmailer.lang-cs.php %%CACTIDIR%%/include/phpmailer/language/phpmailer.lang-da.php %%CACTIDIR%%/include/phpmailer/language/phpmailer.lang-de.php %%CACTIDIR%%/include/phpmailer/language/phpmailer.lang-el.php %%CACTIDIR%%/include/phpmailer/language/phpmailer.lang-eo.php %%CACTIDIR%%/include/phpmailer/language/phpmailer.lang-es.php %%CACTIDIR%%/include/phpmailer/language/phpmailer.lang-et.php %%CACTIDIR%%/include/phpmailer/language/phpmailer.lang-fa.php %%CACTIDIR%%/include/phpmailer/language/phpmailer.lang-fi.php %%CACTIDIR%%/include/phpmailer/language/phpmailer.lang-fo.php %%CACTIDIR%%/include/phpmailer/language/phpmailer.lang-fr.php %%CACTIDIR%%/include/phpmailer/language/phpmailer.lang-gl.php %%CACTIDIR%%/include/phpmailer/language/phpmailer.lang-he.php %%CACTIDIR%%/include/phpmailer/language/phpmailer.lang-hr.php %%CACTIDIR%%/include/phpmailer/language/phpmailer.lang-hu.php %%CACTIDIR%%/include/phpmailer/language/phpmailer.lang-id.php %%CACTIDIR%%/include/phpmailer/language/phpmailer.lang-it.php %%CACTIDIR%%/include/phpmailer/language/phpmailer.lang-ja.php %%CACTIDIR%%/include/phpmailer/language/phpmailer.lang-ka.php %%CACTIDIR%%/include/phpmailer/language/phpmailer.lang-ko.php %%CACTIDIR%%/include/phpmailer/language/phpmailer.lang-lt.php %%CACTIDIR%%/include/phpmailer/language/phpmailer.lang-lv.php %%CACTIDIR%%/include/phpmailer/language/phpmailer.lang-ms.php %%CACTIDIR%%/include/phpmailer/language/phpmailer.lang-nb.php %%CACTIDIR%%/include/phpmailer/language/phpmailer.lang-nl.php %%CACTIDIR%%/include/phpmailer/language/phpmailer.lang-pl.php %%CACTIDIR%%/include/phpmailer/language/phpmailer.lang-pt.php %%CACTIDIR%%/include/phpmailer/language/phpmailer.lang-pt_br.php %%CACTIDIR%%/include/phpmailer/language/phpmailer.lang-ro.php %%CACTIDIR%%/include/phpmailer/language/phpmailer.lang-ru.php %%CACTIDIR%%/include/phpmailer/language/phpmailer.lang-sk.php %%CACTIDIR%%/include/phpmailer/language/phpmailer.lang-sl.php %%CACTIDIR%%/include/phpmailer/language/phpmailer.lang-sr.php %%CACTIDIR%%/include/phpmailer/language/phpmailer.lang-sv.php %%CACTIDIR%%/include/phpmailer/language/phpmailer.lang-tr.php %%CACTIDIR%%/include/phpmailer/language/phpmailer.lang-uk.php %%CACTIDIR%%/include/phpmailer/language/phpmailer.lang-vi.php %%CACTIDIR%%/include/phpmailer/language/phpmailer.lang-zh.php %%CACTIDIR%%/include/phpmailer/language/phpmailer.lang-zh_cn.php %%CACTIDIR%%/include/phpseclib/Crypt/AES.php %%CACTIDIR%%/include/phpseclib/Crypt/Base.php %%CACTIDIR%%/include/phpseclib/Crypt/Blowfish.php %%CACTIDIR%%/include/phpseclib/Crypt/DES.php %%CACTIDIR%%/include/phpseclib/Crypt/Hash.php %%CACTIDIR%%/include/phpseclib/Crypt/RC2.php %%CACTIDIR%%/include/phpseclib/Crypt/RC4.php %%CACTIDIR%%/include/phpseclib/Crypt/RSA.php %%CACTIDIR%%/include/phpseclib/Crypt/Random.php %%CACTIDIR%%/include/phpseclib/Crypt/Rijndael.php %%CACTIDIR%%/include/phpseclib/Crypt/TripleDES.php %%CACTIDIR%%/include/phpseclib/Crypt/Twofish.php %%CACTIDIR%%/include/phpseclib/File/ANSI.php %%CACTIDIR%%/include/phpseclib/File/ASN1.php %%CACTIDIR%%/include/phpseclib/File/ASN1/Element.php %%CACTIDIR%%/include/phpseclib/File/X509.php %%CACTIDIR%%/include/phpseclib/Math/BigInteger.php %%CACTIDIR%%/include/phpseclib/Net/SCP.php %%CACTIDIR%%/include/phpseclib/Net/SFTP.php %%CACTIDIR%%/include/phpseclib/Net/SFTP/Stream.php %%CACTIDIR%%/include/phpseclib/Net/SSH1.php %%CACTIDIR%%/include/phpseclib/Net/SSH2.php %%CACTIDIR%%/include/phpseclib/System/SSH/Agent.php %%CACTIDIR%%/include/phpseclib/System/SSH/Agent/Identity.php %%CACTIDIR%%/include/phpseclib/System/SSH_Agent.php %%CACTIDIR%%/include/phpseclib/bootstrap.php %%CACTIDIR%%/include/phpseclib/openssl.cnf %%CACTIDIR%%/include/phpsnmp/classSNMP.php %%CACTIDIR%%/include/phptwig/Autoloader.php %%CACTIDIR%%/include/phptwig/BaseNodeVisitor.php %%CACTIDIR%%/include/phptwig/CHANGELOG %%CACTIDIR%%/include/phptwig/Cache/Filesystem.php %%CACTIDIR%%/include/phptwig/Cache/Null.php %%CACTIDIR%%/include/phptwig/CacheInterface.php %%CACTIDIR%%/include/phptwig/Compiler.php %%CACTIDIR%%/include/phptwig/CompilerInterface.php %%CACTIDIR%%/include/phptwig/Environment.php %%CACTIDIR%%/include/phptwig/Error.php %%CACTIDIR%%/include/phptwig/Error/Loader.php %%CACTIDIR%%/include/phptwig/Error/Runtime.php %%CACTIDIR%%/include/phptwig/Error/Syntax.php %%CACTIDIR%%/include/phptwig/ExistsLoaderInterface.php %%CACTIDIR%%/include/phptwig/ExpressionParser.php %%CACTIDIR%%/include/phptwig/Extension.php %%CACTIDIR%%/include/phptwig/Extension/Core.php %%CACTIDIR%%/include/phptwig/Extension/Debug.php %%CACTIDIR%%/include/phptwig/Extension/Escaper.php %%CACTIDIR%%/include/phptwig/Extension/GlobalsInterface.php %%CACTIDIR%%/include/phptwig/Extension/InitRuntimeInterface.php %%CACTIDIR%%/include/phptwig/Extension/Optimizer.php %%CACTIDIR%%/include/phptwig/Extension/Profiler.php %%CACTIDIR%%/include/phptwig/Extension/Sandbox.php %%CACTIDIR%%/include/phptwig/Extension/Staging.php %%CACTIDIR%%/include/phptwig/Extension/StringLoader.php %%CACTIDIR%%/include/phptwig/ExtensionInterface.php %%CACTIDIR%%/include/phptwig/FileExtensionEscapingStrategy.php %%CACTIDIR%%/include/phptwig/Filter.php %%CACTIDIR%%/include/phptwig/Filter/Function.php %%CACTIDIR%%/include/phptwig/Filter/Method.php %%CACTIDIR%%/include/phptwig/Filter/Node.php %%CACTIDIR%%/include/phptwig/FilterCallableInterface.php %%CACTIDIR%%/include/phptwig/FilterInterface.php %%CACTIDIR%%/include/phptwig/Function.php %%CACTIDIR%%/include/phptwig/Function/Function.php %%CACTIDIR%%/include/phptwig/Function/Method.php %%CACTIDIR%%/include/phptwig/Function/Node.php %%CACTIDIR%%/include/phptwig/FunctionCallableInterface.php %%CACTIDIR%%/include/phptwig/FunctionInterface.php %%CACTIDIR%%/include/phptwig/LICENSE %%CACTIDIR%%/include/phptwig/Lexer.php %%CACTIDIR%%/include/phptwig/LexerInterface.php %%CACTIDIR%%/include/phptwig/Loader/Array.php %%CACTIDIR%%/include/phptwig/Loader/Chain.php %%CACTIDIR%%/include/phptwig/Loader/Filesystem.php %%CACTIDIR%%/include/phptwig/Loader/String.php %%CACTIDIR%%/include/phptwig/LoaderInterface.php %%CACTIDIR%%/include/phptwig/Markup.php %%CACTIDIR%%/include/phptwig/Node.php %%CACTIDIR%%/include/phptwig/Node/AutoEscape.php %%CACTIDIR%%/include/phptwig/Node/Block.php %%CACTIDIR%%/include/phptwig/Node/BlockReference.php %%CACTIDIR%%/include/phptwig/Node/Body.php %%CACTIDIR%%/include/phptwig/Node/CheckSecurity.php %%CACTIDIR%%/include/phptwig/Node/Do.php %%CACTIDIR%%/include/phptwig/Node/Embed.php %%CACTIDIR%%/include/phptwig/Node/Expression.php %%CACTIDIR%%/include/phptwig/Node/Expression/Array.php %%CACTIDIR%%/include/phptwig/Node/Expression/AssignName.php %%CACTIDIR%%/include/phptwig/Node/Expression/Binary.php %%CACTIDIR%%/include/phptwig/Node/Expression/Binary/Add.php %%CACTIDIR%%/include/phptwig/Node/Expression/Binary/And.php %%CACTIDIR%%/include/phptwig/Node/Expression/Binary/BitwiseAnd.php %%CACTIDIR%%/include/phptwig/Node/Expression/Binary/BitwiseOr.php %%CACTIDIR%%/include/phptwig/Node/Expression/Binary/BitwiseXor.php %%CACTIDIR%%/include/phptwig/Node/Expression/Binary/Concat.php %%CACTIDIR%%/include/phptwig/Node/Expression/Binary/Div.php %%CACTIDIR%%/include/phptwig/Node/Expression/Binary/EndsWith.php %%CACTIDIR%%/include/phptwig/Node/Expression/Binary/Equal.php %%CACTIDIR%%/include/phptwig/Node/Expression/Binary/FloorDiv.php %%CACTIDIR%%/include/phptwig/Node/Expression/Binary/Greater.php %%CACTIDIR%%/include/phptwig/Node/Expression/Binary/GreaterEqual.php %%CACTIDIR%%/include/phptwig/Node/Expression/Binary/In.php %%CACTIDIR%%/include/phptwig/Node/Expression/Binary/Less.php %%CACTIDIR%%/include/phptwig/Node/Expression/Binary/LessEqual.php %%CACTIDIR%%/include/phptwig/Node/Expression/Binary/Matches.php %%CACTIDIR%%/include/phptwig/Node/Expression/Binary/Mod.php %%CACTIDIR%%/include/phptwig/Node/Expression/Binary/Mul.php %%CACTIDIR%%/include/phptwig/Node/Expression/Binary/NotEqual.php %%CACTIDIR%%/include/phptwig/Node/Expression/Binary/NotIn.php %%CACTIDIR%%/include/phptwig/Node/Expression/Binary/Or.php %%CACTIDIR%%/include/phptwig/Node/Expression/Binary/Power.php %%CACTIDIR%%/include/phptwig/Node/Expression/Binary/Range.php %%CACTIDIR%%/include/phptwig/Node/Expression/Binary/StartsWith.php %%CACTIDIR%%/include/phptwig/Node/Expression/Binary/Sub.php %%CACTIDIR%%/include/phptwig/Node/Expression/BlockReference.php %%CACTIDIR%%/include/phptwig/Node/Expression/Call.php %%CACTIDIR%%/include/phptwig/Node/Expression/Conditional.php %%CACTIDIR%%/include/phptwig/Node/Expression/Constant.php %%CACTIDIR%%/include/phptwig/Node/Expression/ExtensionReference.php %%CACTIDIR%%/include/phptwig/Node/Expression/Filter.php %%CACTIDIR%%/include/phptwig/Node/Expression/Filter/Default.php %%CACTIDIR%%/include/phptwig/Node/Expression/Function.php %%CACTIDIR%%/include/phptwig/Node/Expression/GetAttr.php %%CACTIDIR%%/include/phptwig/Node/Expression/MethodCall.php %%CACTIDIR%%/include/phptwig/Node/Expression/Name.php %%CACTIDIR%%/include/phptwig/Node/Expression/NullCoalesce.php %%CACTIDIR%%/include/phptwig/Node/Expression/Parent.php %%CACTIDIR%%/include/phptwig/Node/Expression/TempName.php %%CACTIDIR%%/include/phptwig/Node/Expression/Test.php %%CACTIDIR%%/include/phptwig/Node/Expression/Test/Constant.php %%CACTIDIR%%/include/phptwig/Node/Expression/Test/Defined.php %%CACTIDIR%%/include/phptwig/Node/Expression/Test/Divisibleby.php %%CACTIDIR%%/include/phptwig/Node/Expression/Test/Even.php %%CACTIDIR%%/include/phptwig/Node/Expression/Test/Null.php %%CACTIDIR%%/include/phptwig/Node/Expression/Test/Odd.php %%CACTIDIR%%/include/phptwig/Node/Expression/Test/Sameas.php %%CACTIDIR%%/include/phptwig/Node/Expression/Unary.php %%CACTIDIR%%/include/phptwig/Node/Expression/Unary/Neg.php %%CACTIDIR%%/include/phptwig/Node/Expression/Unary/Not.php %%CACTIDIR%%/include/phptwig/Node/Expression/Unary/Pos.php %%CACTIDIR%%/include/phptwig/Node/Flush.php %%CACTIDIR%%/include/phptwig/Node/For.php %%CACTIDIR%%/include/phptwig/Node/ForLoop.php %%CACTIDIR%%/include/phptwig/Node/If.php %%CACTIDIR%%/include/phptwig/Node/Import.php %%CACTIDIR%%/include/phptwig/Node/Include.php %%CACTIDIR%%/include/phptwig/Node/Macro.php %%CACTIDIR%%/include/phptwig/Node/Module.php %%CACTIDIR%%/include/phptwig/Node/Print.php %%CACTIDIR%%/include/phptwig/Node/Sandbox.php %%CACTIDIR%%/include/phptwig/Node/SandboxedPrint.php %%CACTIDIR%%/include/phptwig/Node/Set.php %%CACTIDIR%%/include/phptwig/Node/SetTemp.php %%CACTIDIR%%/include/phptwig/Node/Spaceless.php %%CACTIDIR%%/include/phptwig/Node/Text.php %%CACTIDIR%%/include/phptwig/NodeInterface.php %%CACTIDIR%%/include/phptwig/NodeOutputInterface.php %%CACTIDIR%%/include/phptwig/NodeTraverser.php %%CACTIDIR%%/include/phptwig/NodeVisitor/Escaper.php %%CACTIDIR%%/include/phptwig/NodeVisitor/Optimizer.php %%CACTIDIR%%/include/phptwig/NodeVisitor/SafeAnalysis.php %%CACTIDIR%%/include/phptwig/NodeVisitor/Sandbox.php %%CACTIDIR%%/include/phptwig/NodeVisitorInterface.php %%CACTIDIR%%/include/phptwig/Parser.php %%CACTIDIR%%/include/phptwig/ParserInterface.php %%CACTIDIR%%/include/phptwig/Profiler/Dumper/Blackfire.php %%CACTIDIR%%/include/phptwig/Profiler/Dumper/Html.php %%CACTIDIR%%/include/phptwig/Profiler/Dumper/Text.php %%CACTIDIR%%/include/phptwig/Profiler/Node/EnterProfile.php %%CACTIDIR%%/include/phptwig/Profiler/Node/LeaveProfile.php %%CACTIDIR%%/include/phptwig/Profiler/NodeVisitor/Profiler.php %%CACTIDIR%%/include/phptwig/Profiler/Profile.php %%CACTIDIR%%/include/phptwig/README.rst %%CACTIDIR%%/include/phptwig/Sandbox/SecurityError.php %%CACTIDIR%%/include/phptwig/Sandbox/SecurityNotAllowedFilterError.php %%CACTIDIR%%/include/phptwig/Sandbox/SecurityNotAllowedFunctionError.php %%CACTIDIR%%/include/phptwig/Sandbox/SecurityNotAllowedTagError.php %%CACTIDIR%%/include/phptwig/Sandbox/SecurityPolicy.php %%CACTIDIR%%/include/phptwig/Sandbox/SecurityPolicyInterface.php %%CACTIDIR%%/include/phptwig/SimpleFilter.php %%CACTIDIR%%/include/phptwig/SimpleFunction.php %%CACTIDIR%%/include/phptwig/SimpleTest.php %%CACTIDIR%%/include/phptwig/Template.php %%CACTIDIR%%/include/phptwig/TemplateInterface.php %%CACTIDIR%%/include/phptwig/Test.php %%CACTIDIR%%/include/phptwig/Test/Function.php %%CACTIDIR%%/include/phptwig/Test/IntegrationTestCase.php %%CACTIDIR%%/include/phptwig/Test/Method.php %%CACTIDIR%%/include/phptwig/Test/Node.php %%CACTIDIR%%/include/phptwig/Test/NodeTestCase.php %%CACTIDIR%%/include/phptwig/TestCallableInterface.php %%CACTIDIR%%/include/phptwig/TestInterface.php %%CACTIDIR%%/include/phptwig/Token.php %%CACTIDIR%%/include/phptwig/TokenParser.php %%CACTIDIR%%/include/phptwig/TokenParser/AutoEscape.php %%CACTIDIR%%/include/phptwig/TokenParser/Block.php %%CACTIDIR%%/include/phptwig/TokenParser/Do.php %%CACTIDIR%%/include/phptwig/TokenParser/Embed.php %%CACTIDIR%%/include/phptwig/TokenParser/Extends.php %%CACTIDIR%%/include/phptwig/TokenParser/Filter.php %%CACTIDIR%%/include/phptwig/TokenParser/Flush.php %%CACTIDIR%%/include/phptwig/TokenParser/For.php %%CACTIDIR%%/include/phptwig/TokenParser/From.php %%CACTIDIR%%/include/phptwig/TokenParser/If.php %%CACTIDIR%%/include/phptwig/TokenParser/Import.php %%CACTIDIR%%/include/phptwig/TokenParser/Include.php %%CACTIDIR%%/include/phptwig/TokenParser/Macro.php %%CACTIDIR%%/include/phptwig/TokenParser/Sandbox.php %%CACTIDIR%%/include/phptwig/TokenParser/Set.php %%CACTIDIR%%/include/phptwig/TokenParser/Spaceless.php %%CACTIDIR%%/include/phptwig/TokenParser/Use.php %%CACTIDIR%%/include/phptwig/TokenParserBroker.php %%CACTIDIR%%/include/phptwig/TokenParserBrokerInterface.php %%CACTIDIR%%/include/phptwig/TokenParserInterface.php %%CACTIDIR%%/include/phptwig/TokenStream.php %%CACTIDIR%%/include/phptwig/Util/DeprecationCollector.php %%CACTIDIR%%/include/phptwig/Util/TemplateDirIterator.php %%CACTIDIR%%/include/phptwig/doc/advanced.rst %%CACTIDIR%%/include/phptwig/doc/advanced_legacy.rst %%CACTIDIR%%/include/phptwig/doc/api.rst %%CACTIDIR%%/include/phptwig/doc/coding_standards.rst %%CACTIDIR%%/include/phptwig/doc/deprecated.rst %%CACTIDIR%%/include/phptwig/doc/filters/abs.rst %%CACTIDIR%%/include/phptwig/doc/filters/batch.rst %%CACTIDIR%%/include/phptwig/doc/filters/capitalize.rst %%CACTIDIR%%/include/phptwig/doc/filters/convert_encoding.rst %%CACTIDIR%%/include/phptwig/doc/filters/date.rst %%CACTIDIR%%/include/phptwig/doc/filters/date_modify.rst %%CACTIDIR%%/include/phptwig/doc/filters/default.rst %%CACTIDIR%%/include/phptwig/doc/filters/escape.rst %%CACTIDIR%%/include/phptwig/doc/filters/first.rst %%CACTIDIR%%/include/phptwig/doc/filters/format.rst %%CACTIDIR%%/include/phptwig/doc/filters/index.rst %%CACTIDIR%%/include/phptwig/doc/filters/join.rst %%CACTIDIR%%/include/phptwig/doc/filters/json_encode.rst %%CACTIDIR%%/include/phptwig/doc/filters/keys.rst %%CACTIDIR%%/include/phptwig/doc/filters/last.rst %%CACTIDIR%%/include/phptwig/doc/filters/length.rst %%CACTIDIR%%/include/phptwig/doc/filters/lower.rst %%CACTIDIR%%/include/phptwig/doc/filters/merge.rst %%CACTIDIR%%/include/phptwig/doc/filters/nl2br.rst %%CACTIDIR%%/include/phptwig/doc/filters/number_format.rst %%CACTIDIR%%/include/phptwig/doc/filters/raw.rst %%CACTIDIR%%/include/phptwig/doc/filters/replace.rst %%CACTIDIR%%/include/phptwig/doc/filters/reverse.rst %%CACTIDIR%%/include/phptwig/doc/filters/round.rst %%CACTIDIR%%/include/phptwig/doc/filters/slice.rst %%CACTIDIR%%/include/phptwig/doc/filters/sort.rst %%CACTIDIR%%/include/phptwig/doc/filters/split.rst %%CACTIDIR%%/include/phptwig/doc/filters/striptags.rst %%CACTIDIR%%/include/phptwig/doc/filters/title.rst %%CACTIDIR%%/include/phptwig/doc/filters/trim.rst %%CACTIDIR%%/include/phptwig/doc/filters/upper.rst %%CACTIDIR%%/include/phptwig/doc/filters/url_encode.rst %%CACTIDIR%%/include/phptwig/doc/functions/attribute.rst %%CACTIDIR%%/include/phptwig/doc/functions/block.rst %%CACTIDIR%%/include/phptwig/doc/functions/constant.rst %%CACTIDIR%%/include/phptwig/doc/functions/cycle.rst %%CACTIDIR%%/include/phptwig/doc/functions/date.rst %%CACTIDIR%%/include/phptwig/doc/functions/dump.rst %%CACTIDIR%%/include/phptwig/doc/functions/include.rst %%CACTIDIR%%/include/phptwig/doc/functions/index.rst %%CACTIDIR%%/include/phptwig/doc/functions/max.rst %%CACTIDIR%%/include/phptwig/doc/functions/min.rst %%CACTIDIR%%/include/phptwig/doc/functions/parent.rst %%CACTIDIR%%/include/phptwig/doc/functions/random.rst %%CACTIDIR%%/include/phptwig/doc/functions/range.rst %%CACTIDIR%%/include/phptwig/doc/functions/source.rst %%CACTIDIR%%/include/phptwig/doc/functions/template_from_string.rst %%CACTIDIR%%/include/phptwig/doc/index.rst %%CACTIDIR%%/include/phptwig/doc/installation.rst %%CACTIDIR%%/include/phptwig/doc/internals.rst %%CACTIDIR%%/include/phptwig/doc/intro.rst %%CACTIDIR%%/include/phptwig/doc/recipes.rst %%CACTIDIR%%/include/phptwig/doc/tags/autoescape.rst %%CACTIDIR%%/include/phptwig/doc/tags/block.rst %%CACTIDIR%%/include/phptwig/doc/tags/do.rst %%CACTIDIR%%/include/phptwig/doc/tags/embed.rst %%CACTIDIR%%/include/phptwig/doc/tags/extends.rst %%CACTIDIR%%/include/phptwig/doc/tags/filter.rst %%CACTIDIR%%/include/phptwig/doc/tags/flush.rst %%CACTIDIR%%/include/phptwig/doc/tags/for.rst %%CACTIDIR%%/include/phptwig/doc/tags/from.rst %%CACTIDIR%%/include/phptwig/doc/tags/if.rst %%CACTIDIR%%/include/phptwig/doc/tags/import.rst %%CACTIDIR%%/include/phptwig/doc/tags/include.rst %%CACTIDIR%%/include/phptwig/doc/tags/index.rst %%CACTIDIR%%/include/phptwig/doc/tags/macro.rst %%CACTIDIR%%/include/phptwig/doc/tags/sandbox.rst %%CACTIDIR%%/include/phptwig/doc/tags/set.rst %%CACTIDIR%%/include/phptwig/doc/tags/spaceless.rst %%CACTIDIR%%/include/phptwig/doc/tags/use.rst %%CACTIDIR%%/include/phptwig/doc/tags/verbatim.rst %%CACTIDIR%%/include/phptwig/doc/templates.rst %%CACTIDIR%%/include/phptwig/doc/tests/constant.rst %%CACTIDIR%%/include/phptwig/doc/tests/defined.rst %%CACTIDIR%%/include/phptwig/doc/tests/divisibleby.rst %%CACTIDIR%%/include/phptwig/doc/tests/empty.rst %%CACTIDIR%%/include/phptwig/doc/tests/even.rst %%CACTIDIR%%/include/phptwig/doc/tests/index.rst %%CACTIDIR%%/include/phptwig/doc/tests/iterable.rst %%CACTIDIR%%/include/phptwig/doc/tests/null.rst %%CACTIDIR%%/include/phptwig/doc/tests/odd.rst %%CACTIDIR%%/include/phptwig/doc/tests/sameas.rst %%CACTIDIR%%/include/plugins.php %%CACTIDIR%%/include/realtime.js %%CACTIDIR%%/include/session.php %%CACTIDIR%%/include/themes/classic/c3.css %%CACTIDIR%%/include/themes/classic/default/32px.png %%CACTIDIR%%/include/themes/classic/default/40px.png %%CACTIDIR%%/include/themes/classic/default/index.php %%CACTIDIR%%/include/themes/classic/default/style.css %%CACTIDIR%%/include/themes/classic/default/style.min.css %%CACTIDIR%%/include/themes/classic/default/throbber.gif %%CACTIDIR%%/include/themes/classic/images/bar-alpha.png %%CACTIDIR%%/include/themes/classic/images/bar-opacity.png %%CACTIDIR%%/include/themes/classic/images/bar-pointer.png %%CACTIDIR%%/include/themes/classic/images/bar.png %%CACTIDIR%%/include/themes/classic/images/%%CACTIUSER%%_logo.gif %%CACTIDIR%%/include/themes/classic/images/%%CACTIUSER%%_logo.svg %%CACTIDIR%%/include/themes/classic/images/favicon.ico %%CACTIDIR%%/include/themes/classic/images/index.php %%CACTIDIR%%/include/themes/classic/images/map-opacity.png %%CACTIDIR%%/include/themes/classic/images/map-pointer.png %%CACTIDIR%%/include/themes/classic/images/map.png %%CACTIDIR%%/include/themes/classic/images/preview-opacity.png %%CACTIDIR%%/include/themes/classic/images/tab_list.gif %%CACTIDIR%%/include/themes/classic/images/tab_preview.gif %%CACTIDIR%%/include/themes/classic/images/tab_tree.gif %%CACTIDIR%%/include/themes/classic/images/ui-bg_diagonals-thick_18_b81900_40x40.png %%CACTIDIR%%/include/themes/classic/images/ui-bg_diagonals-thick_20_666666_40x40.png %%CACTIDIR%%/include/themes/classic/images/ui-bg_flat_10_000000_40x100.png %%CACTIDIR%%/include/themes/classic/images/ui-bg_glass_100_f6f6f6_1x400.png %%CACTIDIR%%/include/themes/classic/images/ui-bg_glass_100_fdf5ce_1x400.png %%CACTIDIR%%/include/themes/classic/images/ui-bg_glass_55_fcf0ba_1x400.png %%CACTIDIR%%/include/themes/classic/images/ui-bg_glass_65_ffffff_1x400.png %%CACTIDIR%%/include/themes/classic/images/ui-bg_gloss-wave_100_ece8da_500x100.png %%CACTIDIR%%/include/themes/classic/images/ui-bg_gloss-wave_35_f6a828_500x100.png %%CACTIDIR%%/include/themes/classic/images/ui-bg_highlight-hard_100_f5f3e5_1x100.png %%CACTIDIR%%/include/themes/classic/images/ui-bg_highlight-hard_100_fafaf4_1x100.png %%CACTIDIR%%/include/themes/classic/images/ui-bg_highlight-hard_15_459e00_1x100.png %%CACTIDIR%%/include/themes/classic/images/ui-bg_highlight-hard_95_cccccc_1x100.png %%CACTIDIR%%/include/themes/classic/images/ui-bg_highlight-soft_100_eeeeee_1x100.png %%CACTIDIR%%/include/themes/classic/images/ui-bg_highlight-soft_25_67b021_1x100.png %%CACTIDIR%%/include/themes/classic/images/ui-bg_highlight-soft_75_ffe45c_1x100.png %%CACTIDIR%%/include/themes/classic/images/ui-bg_highlight-soft_95_ffedad_1x100.png %%CACTIDIR%%/include/themes/classic/images/ui-bg_inset-soft_15_2b2922_1x100.png %%CACTIDIR%%/include/themes/classic/images/ui-colorpicker.png %%CACTIDIR%%/include/themes/classic/images/ui-icons_222222_256x240.png %%CACTIDIR%%/include/themes/classic/images/ui-icons_228ef1_256x240.png %%CACTIDIR%%/include/themes/classic/images/ui-icons_808080_256x240.png %%CACTIDIR%%/include/themes/classic/images/ui-icons_847e71_256x240.png %%CACTIDIR%%/include/themes/classic/images/ui-icons_8DC262_256x240.png %%CACTIDIR%%/include/themes/classic/images/ui-icons_cd0a0a_256x240.png %%CACTIDIR%%/include/themes/classic/images/ui-icons_eeeeee_256x240.png %%CACTIDIR%%/include/themes/classic/images/ui-icons_ef8c08_256x240.png %%CACTIDIR%%/include/themes/classic/images/ui-icons_ffd27a_256x240.png %%CACTIDIR%%/include/themes/classic/images/ui-icons_ffffff_256x240.png %%CACTIDIR%%/include/themes/classic/index.php %%CACTIDIR%%/include/themes/classic/jquery-ui.css %%CACTIDIR%%/include/themes/classic/jquery.colorpicker.css %%CACTIDIR%%/include/themes/classic/jquery.multiselect.css %%CACTIDIR%%/include/themes/classic/jquery.timepicker.css %%CACTIDIR%%/include/themes/classic/jquery.zoom.css %%CACTIDIR%%/include/themes/classic/main.css %%CACTIDIR%%/include/themes/classic/main.js %%CACTIDIR%%/include/themes/classic/pace.css %%CACTIDIR%%/include/themes/classic/rrdtheme.php %%CACTIDIR%%/include/themes/dark/c3.css %%CACTIDIR%%/include/themes/dark/default/32px.png %%CACTIDIR%%/include/themes/dark/default/40px.png %%CACTIDIR%%/include/themes/dark/default/index.php %%CACTIDIR%%/include/themes/dark/default/style.css %%CACTIDIR%%/include/themes/dark/default/throbber.gif %%CACTIDIR%%/include/themes/dark/images/bar-alpha.png %%CACTIDIR%%/include/themes/dark/images/bar-opacity.png %%CACTIDIR%%/include/themes/dark/images/bar-pointer.png %%CACTIDIR%%/include/themes/dark/images/bar.png %%CACTIDIR%%/include/themes/dark/images/%%CACTIUSER%%_backdrop.gif %%CACTIDIR%%/include/themes/dark/images/%%CACTIUSER%%_backdrop2.gif %%CACTIDIR%%/include/themes/dark/images/%%CACTIUSER%%_logo.gif %%CACTIDIR%%/include/themes/dark/images/%%CACTIUSER%%_logo.svg %%CACTIDIR%%/include/themes/dark/images/favicon.ico %%CACTIDIR%%/include/themes/dark/images/index.php %%CACTIDIR%%/include/themes/dark/images/map-opacity.png %%CACTIDIR%%/include/themes/dark/images/map-pointer.png %%CACTIDIR%%/include/themes/dark/images/map.png %%CACTIDIR%%/include/themes/dark/images/preview-opacity.png %%CACTIDIR%%/include/themes/dark/images/tab_list.gif %%CACTIDIR%%/include/themes/dark/images/tab_preview.gif %%CACTIDIR%%/include/themes/dark/images/tab_tree.gif %%CACTIDIR%%/include/themes/dark/images/ui-bg_flat_30_cccccc_40x100.png %%CACTIDIR%%/include/themes/dark/images/ui-bg_flat_50_5c5c5c_40x100.png %%CACTIDIR%%/include/themes/dark/images/ui-bg_glass_40_ffc73d_1x400.png %%CACTIDIR%%/include/themes/dark/images/ui-bg_highlight-hard_20_31442b_1x100.png %%CACTIDIR%%/include/themes/dark/images/ui-bg_highlight-soft_33_155413_1x100.png %%CACTIDIR%%/include/themes/dark/images/ui-bg_highlight-soft_35_222222_1x100.png %%CACTIDIR%%/include/themes/dark/images/ui-bg_highlight-soft_44_444444_1x100.png %%CACTIDIR%%/include/themes/dark/images/ui-bg_highlight-soft_80_eeeeee_1x100.png %%CACTIDIR%%/include/themes/dark/images/ui-bg_loop_25_000000_21x21.png %%CACTIDIR%%/include/themes/dark/images/ui-colorpicker.png %%CACTIDIR%%/include/themes/dark/images/ui-icons_222222_256x240.png %%CACTIDIR%%/include/themes/dark/images/ui-icons_4b8e0b_256x240.png %%CACTIDIR%%/include/themes/dark/images/ui-icons_a83300_256x240.png %%CACTIDIR%%/include/themes/dark/images/ui-icons_cccccc_256x240.png %%CACTIDIR%%/include/themes/dark/images/ui-icons_ffffff_256x240.png %%CACTIDIR%%/include/themes/dark/index.php %%CACTIDIR%%/include/themes/dark/jquery-ui.css %%CACTIDIR%%/include/themes/dark/jquery.colorpicker.css %%CACTIDIR%%/include/themes/dark/jquery.multiselect.css %%CACTIDIR%%/include/themes/dark/jquery.timepicker.css %%CACTIDIR%%/include/themes/dark/jquery.zoom.css %%CACTIDIR%%/include/themes/dark/main.css %%CACTIDIR%%/include/themes/dark/main.js %%CACTIDIR%%/include/themes/dark/pace.css %%CACTIDIR%%/include/themes/dark/rrdtheme.php %%CACTIDIR%%/include/themes/index.php %%CACTIDIR%%/include/themes/modern/c3.css %%CACTIDIR%%/include/themes/modern/default/32px.png %%CACTIDIR%%/include/themes/modern/default/40px.png %%CACTIDIR%%/include/themes/modern/default/index.php %%CACTIDIR%%/include/themes/modern/default/style.css %%CACTIDIR%%/include/themes/modern/default/style.min.css %%CACTIDIR%%/include/themes/modern/default/throbber.gif %%CACTIDIR%%/include/themes/modern/images/bar-alpha.png %%CACTIDIR%%/include/themes/modern/images/bar-opacity.png %%CACTIDIR%%/include/themes/modern/images/bar-pointer.png %%CACTIDIR%%/include/themes/modern/images/bar.png %%CACTIDIR%%/include/themes/modern/images/%%CACTIUSER%%_logo.gif %%CACTIDIR%%/include/themes/modern/images/%%CACTIUSER%%_logo.svg %%CACTIDIR%%/include/themes/modern/images/favicon.ico %%CACTIDIR%%/include/themes/modern/images/index.php %%CACTIDIR%%/include/themes/modern/images/map-opacity.png %%CACTIDIR%%/include/themes/modern/images/map-pointer.png %%CACTIDIR%%/include/themes/modern/images/map.png %%CACTIDIR%%/include/themes/modern/images/preview-opacity.png %%CACTIDIR%%/include/themes/modern/images/tab_list.gif %%CACTIDIR%%/include/themes/modern/images/tab_preview.gif %%CACTIDIR%%/include/themes/modern/images/tab_tree.gif %%CACTIDIR%%/include/themes/modern/images/ui-bg_flat_0_aaaaaa_40x100.png %%CACTIDIR%%/include/themes/modern/images/ui-bg_flat_75_ffffff_40x100.png %%CACTIDIR%%/include/themes/modern/images/ui-bg_glass_55_fbf9ee_1x400.png %%CACTIDIR%%/include/themes/modern/images/ui-bg_glass_65_ffffff_1x400.png %%CACTIDIR%%/include/themes/modern/images/ui-bg_glass_75_dadada_1x400.png %%CACTIDIR%%/include/themes/modern/images/ui-bg_glass_75_e6e6e6_1x400.png %%CACTIDIR%%/include/themes/modern/images/ui-bg_glass_95_fef1ec_1x400.png %%CACTIDIR%%/include/themes/modern/images/ui-bg_highlight-soft_75_cccccc_1x100.png %%CACTIDIR%%/include/themes/modern/images/ui-colorpicker.png %%CACTIDIR%%/include/themes/modern/images/ui-icons_222222_256x240.png %%CACTIDIR%%/include/themes/modern/images/ui-icons_2e83ff_256x240.png %%CACTIDIR%%/include/themes/modern/images/ui-icons_454545_256x240.png %%CACTIDIR%%/include/themes/modern/images/ui-icons_888888_256x240.png %%CACTIDIR%%/include/themes/modern/images/ui-icons_cd0a0a_256x240.png %%CACTIDIR%%/include/themes/modern/index.php %%CACTIDIR%%/include/themes/modern/jquery-ui.css %%CACTIDIR%%/include/themes/modern/jquery.colorpicker.css %%CACTIDIR%%/include/themes/modern/jquery.multiselect.css %%CACTIDIR%%/include/themes/modern/jquery.timepicker.css %%CACTIDIR%%/include/themes/modern/jquery.zoom.css %%CACTIDIR%%/include/themes/modern/main.css %%CACTIDIR%%/include/themes/modern/main.js %%CACTIDIR%%/include/themes/modern/pace.css %%CACTIDIR%%/include/themes/modern/rrdtheme.php %%CACTIDIR%%/include/themes/paper-plane/c3.css %%CACTIDIR%%/include/themes/paper-plane/default/32px.png %%CACTIDIR%%/include/themes/paper-plane/default/40px.png %%CACTIDIR%%/include/themes/paper-plane/default/index.php %%CACTIDIR%%/include/themes/paper-plane/default/style.css %%CACTIDIR%%/include/themes/paper-plane/default/style.min.css %%CACTIDIR%%/include/themes/paper-plane/default/throbber.gif %%CACTIDIR%%/include/themes/paper-plane/images/bar-alpha.png %%CACTIDIR%%/include/themes/paper-plane/images/bar-opacity.png %%CACTIDIR%%/include/themes/paper-plane/images/bar-pointer.png %%CACTIDIR%%/include/themes/paper-plane/images/bar.png %%CACTIDIR%%/include/themes/paper-plane/images/%%CACTIUSER%%_logo.gif %%CACTIDIR%%/include/themes/paper-plane/images/%%CACTIUSER%%_logo.svg %%CACTIDIR%%/include/themes/paper-plane/images/favicon.ico %%CACTIDIR%%/include/themes/paper-plane/images/index.php %%CACTIDIR%%/include/themes/paper-plane/images/map-opacity.png %%CACTIDIR%%/include/themes/paper-plane/images/map-pointer.png %%CACTIDIR%%/include/themes/paper-plane/images/map.png %%CACTIDIR%%/include/themes/paper-plane/images/preview-opacity.png %%CACTIDIR%%/include/themes/paper-plane/images/tab_list.gif %%CACTIDIR%%/include/themes/paper-plane/images/tab_preview.gif %%CACTIDIR%%/include/themes/paper-plane/images/tab_tree.gif %%CACTIDIR%%/include/themes/paper-plane/images/ui-bg_flat_0_aaaaaa_40x100.png %%CACTIDIR%%/include/themes/paper-plane/images/ui-bg_flat_75_ffffff_40x100.png %%CACTIDIR%%/include/themes/paper-plane/images/ui-bg_glass_55_fbf9ee_1x400.png %%CACTIDIR%%/include/themes/paper-plane/images/ui-bg_glass_65_ffffff_1x400.png %%CACTIDIR%%/include/themes/paper-plane/images/ui-bg_glass_75_dadada_1x400.png %%CACTIDIR%%/include/themes/paper-plane/images/ui-bg_glass_75_e6e6e6_1x400.png %%CACTIDIR%%/include/themes/paper-plane/images/ui-bg_glass_95_fef1ec_1x400.png %%CACTIDIR%%/include/themes/paper-plane/images/ui-bg_highlight-soft_75_cccccc_1x100.png %%CACTIDIR%%/include/themes/paper-plane/images/ui-colorpicker.png %%CACTIDIR%%/include/themes/paper-plane/images/ui-icons_222222_256x240.png %%CACTIDIR%%/include/themes/paper-plane/images/ui-icons_2e83ff_256x240.png %%CACTIDIR%%/include/themes/paper-plane/images/ui-icons_454545_256x240.png %%CACTIDIR%%/include/themes/paper-plane/images/ui-icons_888888_256x240.png %%CACTIDIR%%/include/themes/paper-plane/images/ui-icons_cd0a0a_256x240.png %%CACTIDIR%%/include/themes/paper-plane/index.php %%CACTIDIR%%/include/themes/paper-plane/jquery-ui.css %%CACTIDIR%%/include/themes/paper-plane/jquery-ui.org.css %%CACTIDIR%%/include/themes/paper-plane/jquery.colorpicker.css %%CACTIDIR%%/include/themes/paper-plane/jquery.multiselect.css %%CACTIDIR%%/include/themes/paper-plane/jquery.timepicker.css %%CACTIDIR%%/include/themes/paper-plane/jquery.zoom.css %%CACTIDIR%%/include/themes/paper-plane/main.css %%CACTIDIR%%/include/themes/paper-plane/main.js %%CACTIDIR%%/include/themes/paper-plane/pace.css %%CACTIDIR%%/include/themes/paper-plane/rrdtheme.php %%CACTIDIR%%/include/themes/paw/c3.css %%CACTIDIR%%/include/themes/paw/default/32px.png %%CACTIDIR%%/include/themes/paw/default/40px.png %%CACTIDIR%%/include/themes/paw/default/index.php %%CACTIDIR%%/include/themes/paw/default/style.css %%CACTIDIR%%/include/themes/paw/default/style.min.css %%CACTIDIR%%/include/themes/paw/default/throbber.gif %%CACTIDIR%%/include/themes/paw/images/bar-alpha.png %%CACTIDIR%%/include/themes/paw/images/bar-opacity.png %%CACTIDIR%%/include/themes/paw/images/bar-pointer.png %%CACTIDIR%%/include/themes/paw/images/bar.png %%CACTIDIR%%/include/themes/paw/images/%%CACTIUSER%%_logo.gif %%CACTIDIR%%/include/themes/paw/images/%%CACTIUSER%%_logo.svg %%CACTIDIR%%/include/themes/paw/images/favicon.ico %%CACTIDIR%%/include/themes/paw/images/index.php %%CACTIDIR%%/include/themes/paw/images/map-opacity.png %%CACTIDIR%%/include/themes/paw/images/map-pointer.png %%CACTIDIR%%/include/themes/paw/images/map.png %%CACTIDIR%%/include/themes/paw/images/preview-opacity.png %%CACTIDIR%%/include/themes/paw/images/tab_list.gif %%CACTIDIR%%/include/themes/paw/images/tab_preview.gif %%CACTIDIR%%/include/themes/paw/images/tab_tree.gif %%CACTIDIR%%/include/themes/paw/images/ui-bg_flat_0_aaaaaa_40x100.png %%CACTIDIR%%/include/themes/paw/images/ui-bg_flat_75_ffffff_40x100.png %%CACTIDIR%%/include/themes/paw/images/ui-bg_glass_55_fbf9ee_1x400.png %%CACTIDIR%%/include/themes/paw/images/ui-bg_glass_65_ffffff_1x400.png %%CACTIDIR%%/include/themes/paw/images/ui-bg_glass_75_dadada_1x400.png %%CACTIDIR%%/include/themes/paw/images/ui-bg_glass_75_e6e6e6_1x400.png %%CACTIDIR%%/include/themes/paw/images/ui-bg_glass_95_fef1ec_1x400.png %%CACTIDIR%%/include/themes/paw/images/ui-bg_highlight-soft_75_cccccc_1x100.png %%CACTIDIR%%/include/themes/paw/images/ui-colorpicker.png %%CACTIDIR%%/include/themes/paw/images/ui-icons_222222_256x240.png %%CACTIDIR%%/include/themes/paw/images/ui-icons_2e83ff_256x240.png %%CACTIDIR%%/include/themes/paw/images/ui-icons_454545_256x240.png %%CACTIDIR%%/include/themes/paw/images/ui-icons_888888_256x240.png %%CACTIDIR%%/include/themes/paw/images/ui-icons_cd0a0a_256x240.png %%CACTIDIR%%/include/themes/paw/index.php %%CACTIDIR%%/include/themes/paw/jquery-ui.css %%CACTIDIR%%/include/themes/paw/jquery-ui.org.css %%CACTIDIR%%/include/themes/paw/jquery.colorpicker.css %%CACTIDIR%%/include/themes/paw/jquery.multiselect.css %%CACTIDIR%%/include/themes/paw/jquery.timepicker.css %%CACTIDIR%%/include/themes/paw/jquery.zoom.css %%CACTIDIR%%/include/themes/paw/main.css %%CACTIDIR%%/include/themes/paw/main.js %%CACTIDIR%%/include/themes/paw/pace.css %%CACTIDIR%%/include/themes/paw/rrdtheme.php %%CACTIDIR%%/include/top_general_header.php %%CACTIDIR%%/include/top_graph_header.php %%CACTIDIR%%/include/top_header.php %%CACTIDIR%%/index.php %%CACTIDIR%%/install/colors.csv %%CACTIDIR%%/install/functions.php %%CACTIDIR%%/install/index.php %%CACTIDIR%%/install/templates/Cisco_Router.xml.gz %%CACTIDIR%%/install/templates/Generic_SNMP_Device.xml.gz %%CACTIDIR%%/install/templates/Local_Linux_Machine.xml.gz %%CACTIDIR%%/install/templates/NetSNMP_Device.xml.gz %%CACTIDIR%%/install/templates/Windows_Device.xml.gz %%CACTIDIR%%/install/upgrades/0_8_1.php %%CACTIDIR%%/install/upgrades/0_8_2.php %%CACTIDIR%%/install/upgrades/0_8_2a.php %%CACTIDIR%%/install/upgrades/0_8_3.php %%CACTIDIR%%/install/upgrades/0_8_4.php %%CACTIDIR%%/install/upgrades/0_8_5.php %%CACTIDIR%%/install/upgrades/0_8_6.php %%CACTIDIR%%/install/upgrades/0_8_6a.php %%CACTIDIR%%/install/upgrades/0_8_6d.php %%CACTIDIR%%/install/upgrades/0_8_6e.php %%CACTIDIR%%/install/upgrades/0_8_6g.php %%CACTIDIR%%/install/upgrades/0_8_6h.php %%CACTIDIR%%/install/upgrades/0_8_6i.php %%CACTIDIR%%/install/upgrades/0_8_7.php %%CACTIDIR%%/install/upgrades/0_8_7a.php %%CACTIDIR%%/install/upgrades/0_8_7b.php %%CACTIDIR%%/install/upgrades/0_8_7c.php %%CACTIDIR%%/install/upgrades/0_8_7h.php %%CACTIDIR%%/install/upgrades/0_8_8.php %%CACTIDIR%%/install/upgrades/1_0_0.php %%CACTIDIR%%/install/upgrades/1_0_4.php %%CACTIDIR%%/install/upgrades/1_0_5.php %%CACTIDIR%%/install/upgrades/1_1_2.php %%CACTIDIR%%/install/upgrades/1_1_4.php %%CACTIDIR%%/install/upgrades/1_1_6.php %%CACTIDIR%%/install/upgrades/1_1_7.php +%%CACTIDIR%%/install/upgrades/1_1_8.php %%CACTIDIR%%/install/upgrades/index.php %%CACTIDIR%%/lib/aggregate.php %%CACTIDIR%%/lib/api_aggregate.php %%CACTIDIR%%/lib/api_automation.php %%CACTIDIR%%/lib/api_automation_tools.php %%CACTIDIR%%/lib/api_data_source.php %%CACTIDIR%%/lib/api_device.php %%CACTIDIR%%/lib/api_graph.php %%CACTIDIR%%/lib/api_poller.php %%CACTIDIR%%/lib/api_tree.php %%CACTIDIR%%/lib/auth.php %%CACTIDIR%%/lib/boost.php %%CACTIDIR%%/lib/cdef.php %%CACTIDIR%%/lib/clog_webapi.php %%CACTIDIR%%/lib/data_query.php %%CACTIDIR%%/lib/database.php %%CACTIDIR%%/lib/dsstats.php %%CACTIDIR%%/lib/export.php %%CACTIDIR%%/lib/functions.php %%CACTIDIR%%/lib/graph_variables.php %%CACTIDIR%%/lib/html.php %%CACTIDIR%%/lib/html_filter.php %%CACTIDIR%%/lib/html_form.php %%CACTIDIR%%/lib/html_form_template.php %%CACTIDIR%%/lib/html_graph.php %%CACTIDIR%%/lib/html_reports.php %%CACTIDIR%%/lib/html_tree.php %%CACTIDIR%%/lib/html_utility.php %%CACTIDIR%%/lib/html_validate.php %%CACTIDIR%%/lib/import.php %%CACTIDIR%%/lib/index.php %%CACTIDIR%%/lib/ldap.php %%CACTIDIR%%/lib/mib_cache.php %%CACTIDIR%%/lib/mib_parser.php %%CACTIDIR%%/lib/ping.php %%CACTIDIR%%/lib/plugins.php %%CACTIDIR%%/lib/poller.php %%CACTIDIR%%/lib/reports.php %%CACTIDIR%%/lib/rrd.php %%CACTIDIR%%/lib/snmp.php %%CACTIDIR%%/lib/snmpagent.php %%CACTIDIR%%/lib/sort.php %%CACTIDIR%%/lib/template.php %%CACTIDIR%%/lib/time.php %%CACTIDIR%%/lib/timespan_settings.php %%CACTIDIR%%/lib/utility.php %%CACTIDIR%%/lib/variables.php %%CACTIDIR%%/lib/vdef.php %%CACTIDIR%%/lib/xml.php %%CACTIDIR%%/link.php %%CACTIDIR%%/links.php %%CACTIDIR%%/locales/LC_MESSAGES/bulgarian_bulgaria.mo %%CACTIDIR%%/locales/LC_MESSAGES/chinese_china_simplified.mo %%CACTIDIR%%/locales/LC_MESSAGES/dutch_netherlands.mo %%CACTIDIR%%/locales/LC_MESSAGES/french_france.mo %%CACTIDIR%%/locales/LC_MESSAGES/german_germany.mo %%CACTIDIR%%/locales/LC_MESSAGES/japanese_japan.mo %%CACTIDIR%%/locales/LC_MESSAGES/russian_russia.mo %%CACTIDIR%%/locales/LC_MESSAGES/spanish_spain.mo %%CACTIDIR%%/locales/LC_MESSAGES/swedish_sweden.mo %%CACTIDIR%%/locales/po/bulgarian_bulgaria.po %%CACTIDIR%%/locales/po/%%CACTIUSER%%.pot %%CACTIDIR%%/locales/po/chinese_china_simplified.po %%CACTIDIR%%/locales/po/dutch_netherlands.po %%CACTIDIR%%/locales/po/french_france.po %%CACTIDIR%%/locales/po/german_germany.po %%CACTIDIR%%/locales/po/japanese_japan.po %%CACTIDIR%%/locales/po/russian_russia.po %%CACTIDIR%%/locales/po/spanish_spain.po %%CACTIDIR%%/locales/po/swedish_sweden.po %%CACTIDIR%%/logout.php %%CACTIDIR%%/managers.php %%CACTIDIR%%/mibs/CACTI-BOOST-MIB %%CACTIDIR%%/mibs/CACTI-MIB %%CACTIDIR%%/mibs/CACTI-SNMPAGENT-MIB %%CACTIDIR%%/mibs/index.php %%CACTIDIR%%/permission_denied.php %%CACTIDIR%%/plugins.php %%CACTIDIR%%/plugins/index.php %%CACTIDIR%%/poller.php %%CACTIDIR%%/poller_automation.php %%CACTIDIR%%/poller_boost.php %%CACTIDIR%%/poller_commands.php %%CACTIDIR%%/poller_dsstats.php %%CACTIDIR%%/poller_export.php %%CACTIDIR%%/poller_maintenance.php %%CACTIDIR%%/poller_realtime.php %%CACTIDIR%%/poller_recovery.php %%CACTIDIR%%/poller_reports.php %%CACTIDIR%%/poller_spikekill.php %%CACTIDIR%%/pollers.php %%CACTIDIR%%/remote_agent.php %%CACTIDIR%%/reports_admin.php %%CACTIDIR%%/reports_user.php %%CACTIDIR%%/resource/index.php %%CACTIDIR%%/resource/script_queries/host_cpu.xml %%CACTIDIR%%/resource/script_queries/host_disk.xml %%CACTIDIR%%/resource/script_queries/index.php %%CACTIDIR%%/resource/script_queries/unix_disk.xml %%CACTIDIR%%/resource/script_server/host_cpu.xml %%CACTIDIR%%/resource/script_server/host_disk.xml %%CACTIDIR%%/resource/script_server/index.php %%CACTIDIR%%/resource/snmp_queries/host_disk.xml %%CACTIDIR%%/resource/snmp_queries/index.php %%CACTIDIR%%/resource/snmp_queries/interface.xml %%CACTIDIR%%/resource/snmp_queries/net-snmp_devio.xml %%CACTIDIR%%/resource/snmp_queries/net-snmp_disk.xml %%CACTIDIR%%/rrdcleaner.php %%CACTIDIR%%/script_server.php %%CACTIDIR%%/scripts/3com_cable_modem.pl %%CACTIDIR%%/scripts/diskfree.pl %%CACTIDIR%%/scripts/diskfree.sh %%CACTIDIR%%/scripts/index.php %%CACTIDIR%%/scripts/linux_memory.pl %%CACTIDIR%%/scripts/loadavg.pl %%CACTIDIR%%/scripts/loadavg_multi.pl %%CACTIDIR%%/scripts/ping.pl %%CACTIDIR%%/scripts/query_host_cpu.php %%CACTIDIR%%/scripts/query_host_partitions.php %%CACTIDIR%%/scripts/query_unix_partitions.pl %%CACTIDIR%%/scripts/sql.php %%CACTIDIR%%/scripts/ss_count_oids.php %%CACTIDIR%%/scripts/ss_fping.php %%CACTIDIR%%/scripts/ss_host_cpu.php %%CACTIDIR%%/scripts/ss_host_disk.php %%CACTIDIR%%/scripts/ss_net_snmp_disk_bytes.php %%CACTIDIR%%/scripts/ss_net_snmp_disk_io.php %%CACTIDIR%%/scripts/ss_sql.php %%CACTIDIR%%/scripts/unix_processes.pl %%CACTIDIR%%/scripts/unix_tcp_connections.pl %%CACTIDIR%%/scripts/unix_users.pl %%CACTIDIR%%/scripts/weatherbug.pl %%CACTIDIR%%/scripts/webhits.pl %%CACTIDIR%%/settings.php %%CACTIDIR%%/sites.php %%CACTIDIR%%/snmpagent_mibcache.php %%CACTIDIR%%/snmpagent_mibcachechild.php %%CACTIDIR%%/snmpagent_persist.php %%CACTIDIR%%/spikekill.php %%CACTIDIR%%/templates_export.php %%CACTIDIR%%/templates_import.php %%CACTIDIR%%/tree.php %%CACTIDIR%%/user_admin.php %%CACTIDIR%%/user_domains.php %%CACTIDIR%%/user_group_admin.php %%CACTIDIR%%/utilities.php %%CACTIDIR%%/vdef.php @comment @comment Manage the new Cacti dirs from their prior default location. @comment @owner %%CACTIUSER%% @group %%CACTIGROUP%% @dir /var/log/cacti @dir /var/db/cacti/rra @dir /var/db/cacti/scripts @dir /var/db/cacti @group wheel @owner root