initial commit
authorChuck Scott <cscott@gaslightmedia.com>
Thu, 15 Sep 2016 14:02:11 +0000 (10:02 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Thu, 15 Sep 2016 14:02:11 +0000 (10:02 -0400)
commit06f1e5bb19d2b2d4747e84f2bfa5d50b1770cd3d
tree7261326ed0a340b0f8a2213422267a1304ed4f0b
initial commit
181 files changed:
activate.php [new file with mode: 0644]
classes/serverBandwidthSupport.php [new file with mode: 0644]
css/admin.css [new file with mode: 0644]
deactivate.php [new file with mode: 0644]
defines.php [new file with mode: 0644]
index.php [new file with mode: 0644]
lib/Smarty-3.1.21/COPYING.lib [new file with mode: 0644]
lib/Smarty-3.1.21/README [new file with mode: 0644]
lib/Smarty-3.1.21/SMARTY_2_BC_NOTES.txt [new file with mode: 0644]
lib/Smarty-3.1.21/SMARTY_3.0_BC_NOTES.txt [new file with mode: 0644]
lib/Smarty-3.1.21/SMARTY_3.1_NOTES.txt [new file with mode: 0644]
lib/Smarty-3.1.21/change_log.txt [new file with mode: 0644]
lib/Smarty-3.1.21/demo/configs/test.conf [new file with mode: 0644]
lib/Smarty-3.1.21/demo/index.php [new file with mode: 0644]
lib/Smarty-3.1.21/demo/plugins/cacheresource.apc.php [new file with mode: 0644]
lib/Smarty-3.1.21/demo/plugins/cacheresource.memcache.php [new file with mode: 0644]
lib/Smarty-3.1.21/demo/plugins/cacheresource.mysql.php [new file with mode: 0644]
lib/Smarty-3.1.21/demo/plugins/resource.extendsall.php [new file with mode: 0644]
lib/Smarty-3.1.21/demo/plugins/resource.mysql.php [new file with mode: 0644]
lib/Smarty-3.1.21/demo/plugins/resource.mysqls.php [new file with mode: 0644]
lib/Smarty-3.1.21/demo/templates/footer.tpl [new file with mode: 0644]
lib/Smarty-3.1.21/demo/templates/header.tpl [new file with mode: 0644]
lib/Smarty-3.1.21/demo/templates/index.tpl [new file with mode: 0644]
lib/Smarty-3.1.21/libs/Smarty.class.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/SmartyBC.class.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/debug.tpl [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/block.textformat.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/function.counter.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/function.cycle.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/function.fetch.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/function.html_checkboxes.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/function.html_image.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/function.html_options.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/function.html_radios.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/function.html_select_date.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/function.html_select_time.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/function.html_table.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/function.mailto.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/function.math.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/modifier.capitalize.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/modifier.date_format.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/modifier.debug_print_var.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/modifier.escape.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/modifier.regex_replace.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/modifier.replace.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/modifier.spacify.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/modifier.truncate.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/modifiercompiler.cat.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/modifiercompiler.count_characters.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/modifiercompiler.count_paragraphs.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/modifiercompiler.count_sentences.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/modifiercompiler.count_words.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/modifiercompiler.default.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/modifiercompiler.escape.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/modifiercompiler.from_charset.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/modifiercompiler.indent.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/modifiercompiler.lower.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/modifiercompiler.noprint.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/modifiercompiler.string_format.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/modifiercompiler.strip.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/modifiercompiler.strip_tags.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/modifiercompiler.to_charset.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/modifiercompiler.unescape.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/modifiercompiler.upper.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/modifiercompiler.wordwrap.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/outputfilter.trimwhitespace.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/shared.escape_special_chars.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/shared.literal_compiler_param.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/shared.make_timestamp.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/shared.mb_str_replace.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/shared.mb_unicode.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/shared.mb_wordwrap.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/variablefilter.htmlspecialchars.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_cacheresource.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_cacheresource_custom.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_cacheresource_keyvaluestore.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_config_source.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_cacheresource_file.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_append.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_assign.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_block.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_break.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_call.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_capture.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_config_load.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_continue.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_debug.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_eval.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_extends.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_for.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_foreach.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_function.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_if.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_include.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_include_php.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_insert.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_ldelim.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_nocache.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_private_block_plugin.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_private_function_plugin.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_private_modifier.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_private_object_block_function.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_private_object_function.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_private_print_expression.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_private_registered_block.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_private_registered_function.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_private_special_variable.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_rdelim.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_section.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_setfilter.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_while.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compilebase.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_config.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_config_file_compiler.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_configfilelexer.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_configfileparser.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_data.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_debug.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_filter_handler.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_function_call_handler.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_get_include_path.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_nocache_insert.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_parsetree.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_resource_eval.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_resource_extends.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_resource_file.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_resource_php.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_resource_registered.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_resource_stream.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_resource_string.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_smartytemplatecompiler.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_template.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_templatebase.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_templatecompilerbase.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_templatelexer.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_templateparser.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_utility.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_write_file.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_resource.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_resource_custom.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_resource_recompiled.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_resource_uncompiled.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_security.php [new file with mode: 0644]
lib/phpgraphlib-master/00_MODIFIED_DONT_UPDATE [new file with mode: 0644]
lib/phpgraphlib-master/LICENSE.txt [new file with mode: 0644]
lib/phpgraphlib-master/README.md [new file with mode: 0644]
lib/phpgraphlib-master/composer.json [new file with mode: 0644]
lib/phpgraphlib-master/examples/example1.php [new file with mode: 0644]
lib/phpgraphlib-master/examples/example10.php [new file with mode: 0644]
lib/phpgraphlib-master/examples/example11.php [new file with mode: 0644]
lib/phpgraphlib-master/examples/example2.php [new file with mode: 0644]
lib/phpgraphlib-master/examples/example3.php [new file with mode: 0644]
lib/phpgraphlib-master/examples/example4.php [new file with mode: 0644]
lib/phpgraphlib-master/examples/example5.php [new file with mode: 0644]
lib/phpgraphlib-master/examples/example6.php [new file with mode: 0644]
lib/phpgraphlib-master/examples/example7.php [new file with mode: 0644]
lib/phpgraphlib-master/examples/example8.php [new file with mode: 0644]
lib/phpgraphlib-master/examples/example9.php [new file with mode: 0644]
lib/phpgraphlib-master/examples/index.html [new file with mode: 0644]
lib/phpgraphlib-master/phpgraphlib.php [new file with mode: 0644]
lib/phpgraphlib-master/phpgraphlib_pie.php [new file with mode: 0644]
lib/phpgraphlib-master/phpgraphlib_stacked.php [new file with mode: 0644]
lib/smartyTemplateSupport.php [new file with mode: 0644]
misc/smarty/templates_c/424fa8075e980e0b540d7353dc3dee8a6603e49a.file.adminServerStats.html.php [new file with mode: 0644]
misc/smarty/templates_c/5cc7f37bdbecb309b4681cb8d3e4e23f95a0d4cf.file.adminServerStatsConfig.html.php [new file with mode: 0644]
misc/smarty/templates_c/6520e3a746eb38303d33a7a0811e948cca0c2472.file.footer.html.php [new file with mode: 0644]
misc/smarty/templates_c/9a9cab5b5e177e644dc570b445d05711f940888b.file.header.html.php [new file with mode: 0644]
misc/smarty/templates_c/d5ca03ee0040131e1874111dbe0e154353afefb8.file.adminServerStatsAllSites.html.php [new file with mode: 0644]
models/adminServerStats.php [new file with mode: 0644]
models/adminServerStatsAllSites.php [new file with mode: 0644]
models/adminServerStatsConfig.php [new file with mode: 0644]
models/ajaxServerBandwidthGraphs.php [new file with mode: 0644]
readme.txt [new file with mode: 0644]
setup/adminMenus.php [new file with mode: 0644]
setup/standardTemplateParams.php [new file with mode: 0644]
uninstall.php [new file with mode: 0644]
views/adminServerStats.html [new file with mode: 0644]
views/adminServerStatsAllSites.html [new file with mode: 0644]
views/adminServerStatsConfig.html [new file with mode: 0644]
views/footer.html [new file with mode: 0644]
views/header.html [new file with mode: 0644]