diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store diff --git a/.lando.yml b/.lando.yml new file mode 100644 index 0000000..2d0831e --- /dev/null +++ b/.lando.yml @@ -0,0 +1,4 @@ +name: hanna-codeigniter +recipe: lamp +config: + webroot: www diff --git a/lamp.201711131510582925.gz b/db/lamp.201711131510582925.gz similarity index 100% rename from lamp.201711131510582925.gz rename to db/lamp.201711131510582925.gz diff --git a/application/.htaccess b/www/application/.htaccess similarity index 100% rename from application/.htaccess rename to www/application/.htaccess diff --git a/application/cache/index.html b/www/application/cache/index.html similarity index 100% rename from application/cache/index.html rename to www/application/cache/index.html diff --git a/application/config/autoload.php b/www/application/config/autoload.php similarity index 100% rename from application/config/autoload.php rename to www/application/config/autoload.php diff --git a/application/config/config.php b/www/application/config/config.php similarity index 100% rename from application/config/config.php rename to www/application/config/config.php diff --git a/application/config/constants.php b/www/application/config/constants.php similarity index 100% rename from application/config/constants.php rename to www/application/config/constants.php diff --git a/application/config/database.php b/www/application/config/database.php similarity index 99% rename from application/config/database.php rename to www/application/config/database.php index 37e4eb9..6c634b5 100755 --- a/application/config/database.php +++ b/www/application/config/database.php @@ -79,7 +79,7 @@ $db['default'] = array( 'username' => 'lamp', 'password' => 'lamp', 'database' => 'lamp', - 'dbdriver' => 'mysql', + 'dbdriver' => 'mysqli', 'dbprefix' => '', 'pconnect' => FALSE, 'db_debug' => (ENVIRONMENT !== 'production'), diff --git a/application/config/doctypes.php b/www/application/config/doctypes.php similarity index 100% rename from application/config/doctypes.php rename to www/application/config/doctypes.php diff --git a/application/config/foreign_chars.php b/www/application/config/foreign_chars.php similarity index 100% rename from application/config/foreign_chars.php rename to www/application/config/foreign_chars.php diff --git a/application/config/hooks.php b/www/application/config/hooks.php similarity index 100% rename from application/config/hooks.php rename to www/application/config/hooks.php diff --git a/application/config/index.html b/www/application/config/index.html similarity index 100% rename from application/config/index.html rename to www/application/config/index.html diff --git a/application/config/memcached.php b/www/application/config/memcached.php similarity index 100% rename from application/config/memcached.php rename to www/application/config/memcached.php diff --git a/application/config/migration.php b/www/application/config/migration.php similarity index 100% rename from application/config/migration.php rename to www/application/config/migration.php diff --git a/application/config/mimes.php b/www/application/config/mimes.php similarity index 100% rename from application/config/mimes.php rename to www/application/config/mimes.php diff --git a/application/config/profiler.php b/www/application/config/profiler.php similarity index 100% rename from application/config/profiler.php rename to www/application/config/profiler.php diff --git a/application/config/routes.php b/www/application/config/routes.php similarity index 100% rename from application/config/routes.php rename to www/application/config/routes.php diff --git a/application/config/smileys.php b/www/application/config/smileys.php similarity index 100% rename from application/config/smileys.php rename to www/application/config/smileys.php diff --git a/application/config/user_agents.php b/www/application/config/user_agents.php similarity index 100% rename from application/config/user_agents.php rename to www/application/config/user_agents.php diff --git a/application/controllers/News.php b/www/application/controllers/News.php similarity index 100% rename from application/controllers/News.php rename to www/application/controllers/News.php diff --git a/application/controllers/Pages.php b/www/application/controllers/Pages.php similarity index 100% rename from application/controllers/Pages.php rename to www/application/controllers/Pages.php diff --git a/application/controllers/Welcome.php b/www/application/controllers/Welcome.php similarity index 100% rename from application/controllers/Welcome.php rename to www/application/controllers/Welcome.php diff --git a/application/controllers/index.html b/www/application/controllers/index.html similarity index 100% rename from application/controllers/index.html rename to www/application/controllers/index.html diff --git a/application/core/index.html b/www/application/core/index.html similarity index 100% rename from application/core/index.html rename to www/application/core/index.html diff --git a/application/helpers/index.html b/www/application/helpers/index.html similarity index 100% rename from application/helpers/index.html rename to www/application/helpers/index.html diff --git a/application/hooks/index.html b/www/application/hooks/index.html similarity index 100% rename from application/hooks/index.html rename to www/application/hooks/index.html diff --git a/application/index.html b/www/application/index.html similarity index 100% rename from application/index.html rename to www/application/index.html diff --git a/application/language/english/index.html b/www/application/language/english/index.html similarity index 100% rename from application/language/english/index.html rename to www/application/language/english/index.html diff --git a/application/language/index.html b/www/application/language/index.html similarity index 100% rename from application/language/index.html rename to www/application/language/index.html diff --git a/application/libraries/index.html b/www/application/libraries/index.html similarity index 100% rename from application/libraries/index.html rename to www/application/libraries/index.html diff --git a/application/logs/index.html b/www/application/logs/index.html similarity index 100% rename from application/logs/index.html rename to www/application/logs/index.html diff --git a/application/models/News_model.php b/www/application/models/News_model.php similarity index 100% rename from application/models/News_model.php rename to www/application/models/News_model.php diff --git a/application/models/index.html b/www/application/models/index.html similarity index 100% rename from application/models/index.html rename to www/application/models/index.html diff --git a/application/third_party/index.html b/www/application/third_party/index.html similarity index 100% rename from application/third_party/index.html rename to www/application/third_party/index.html diff --git a/application/views/errors/cli/error_404.php b/www/application/views/errors/cli/error_404.php similarity index 100% rename from application/views/errors/cli/error_404.php rename to www/application/views/errors/cli/error_404.php diff --git a/application/views/errors/cli/error_db.php b/www/application/views/errors/cli/error_db.php similarity index 100% rename from application/views/errors/cli/error_db.php rename to www/application/views/errors/cli/error_db.php diff --git a/application/views/errors/cli/error_exception.php b/www/application/views/errors/cli/error_exception.php similarity index 100% rename from application/views/errors/cli/error_exception.php rename to www/application/views/errors/cli/error_exception.php diff --git a/application/views/errors/cli/error_general.php b/www/application/views/errors/cli/error_general.php similarity index 100% rename from application/views/errors/cli/error_general.php rename to www/application/views/errors/cli/error_general.php diff --git a/application/views/errors/cli/error_php.php b/www/application/views/errors/cli/error_php.php similarity index 100% rename from application/views/errors/cli/error_php.php rename to www/application/views/errors/cli/error_php.php diff --git a/application/views/errors/cli/index.html b/www/application/views/errors/cli/index.html similarity index 100% rename from application/views/errors/cli/index.html rename to www/application/views/errors/cli/index.html diff --git a/application/views/errors/html/error_404.php b/www/application/views/errors/html/error_404.php similarity index 100% rename from application/views/errors/html/error_404.php rename to www/application/views/errors/html/error_404.php diff --git a/application/views/errors/html/error_db.php b/www/application/views/errors/html/error_db.php similarity index 100% rename from application/views/errors/html/error_db.php rename to www/application/views/errors/html/error_db.php diff --git a/application/views/errors/html/error_exception.php b/www/application/views/errors/html/error_exception.php similarity index 100% rename from application/views/errors/html/error_exception.php rename to www/application/views/errors/html/error_exception.php diff --git a/application/views/errors/html/error_general.php b/www/application/views/errors/html/error_general.php similarity index 100% rename from application/views/errors/html/error_general.php rename to www/application/views/errors/html/error_general.php diff --git a/application/views/errors/html/error_php.php b/www/application/views/errors/html/error_php.php similarity index 100% rename from application/views/errors/html/error_php.php rename to www/application/views/errors/html/error_php.php diff --git a/application/views/errors/html/index.html b/www/application/views/errors/html/index.html similarity index 100% rename from application/views/errors/html/index.html rename to www/application/views/errors/html/index.html diff --git a/application/views/errors/index.html b/www/application/views/errors/index.html similarity index 100% rename from application/views/errors/index.html rename to www/application/views/errors/index.html diff --git a/application/views/index.html b/www/application/views/index.html similarity index 100% rename from application/views/index.html rename to www/application/views/index.html diff --git a/application/views/news/index.php b/www/application/views/news/index.php similarity index 100% rename from application/views/news/index.php rename to www/application/views/news/index.php diff --git a/application/views/news/view.php b/www/application/views/news/view.php similarity index 100% rename from application/views/news/view.php rename to www/application/views/news/view.php diff --git a/application/views/pages/about.php b/www/application/views/pages/about.php similarity index 100% rename from application/views/pages/about.php rename to www/application/views/pages/about.php diff --git a/application/views/pages/home.php b/www/application/views/pages/home.php similarity index 100% rename from application/views/pages/home.php rename to www/application/views/pages/home.php diff --git a/application/views/templates/footer.php b/www/application/views/templates/footer.php similarity index 100% rename from application/views/templates/footer.php rename to www/application/views/templates/footer.php diff --git a/application/views/templates/header.php b/www/application/views/templates/header.php similarity index 100% rename from application/views/templates/header.php rename to www/application/views/templates/header.php diff --git a/application/views/welcome_message.php b/www/application/views/welcome_message.php similarity index 100% rename from application/views/welcome_message.php rename to www/application/views/welcome_message.php diff --git a/composer.json b/www/composer.json similarity index 100% rename from composer.json rename to www/composer.json diff --git a/contributing.md b/www/contributing.md similarity index 100% rename from contributing.md rename to www/contributing.md diff --git a/index.php b/www/index.php similarity index 100% rename from index.php rename to www/index.php diff --git a/license.txt b/www/license.txt similarity index 100% rename from license.txt rename to www/license.txt diff --git a/readme.rst b/www/readme.rst similarity index 100% rename from readme.rst rename to www/readme.rst diff --git a/system/.htaccess b/www/system/.htaccess similarity index 100% rename from system/.htaccess rename to www/system/.htaccess diff --git a/system/core/Benchmark.php b/www/system/core/Benchmark.php similarity index 100% rename from system/core/Benchmark.php rename to www/system/core/Benchmark.php diff --git a/system/core/CodeIgniter.php b/www/system/core/CodeIgniter.php similarity index 100% rename from system/core/CodeIgniter.php rename to www/system/core/CodeIgniter.php diff --git a/system/core/Common.php b/www/system/core/Common.php similarity index 100% rename from system/core/Common.php rename to www/system/core/Common.php diff --git a/system/core/Config.php b/www/system/core/Config.php similarity index 100% rename from system/core/Config.php rename to www/system/core/Config.php diff --git a/system/core/Controller.php b/www/system/core/Controller.php similarity index 100% rename from system/core/Controller.php rename to www/system/core/Controller.php diff --git a/system/core/Exceptions.php b/www/system/core/Exceptions.php similarity index 100% rename from system/core/Exceptions.php rename to www/system/core/Exceptions.php diff --git a/system/core/Hooks.php b/www/system/core/Hooks.php similarity index 100% rename from system/core/Hooks.php rename to www/system/core/Hooks.php diff --git a/system/core/Input.php b/www/system/core/Input.php similarity index 100% rename from system/core/Input.php rename to www/system/core/Input.php diff --git a/system/core/Lang.php b/www/system/core/Lang.php similarity index 100% rename from system/core/Lang.php rename to www/system/core/Lang.php diff --git a/system/core/Loader.php b/www/system/core/Loader.php similarity index 100% rename from system/core/Loader.php rename to www/system/core/Loader.php diff --git a/system/core/Log.php b/www/system/core/Log.php similarity index 100% rename from system/core/Log.php rename to www/system/core/Log.php diff --git a/system/core/Model.php b/www/system/core/Model.php similarity index 100% rename from system/core/Model.php rename to www/system/core/Model.php diff --git a/system/core/Output.php b/www/system/core/Output.php similarity index 100% rename from system/core/Output.php rename to www/system/core/Output.php diff --git a/system/core/Router.php b/www/system/core/Router.php similarity index 100% rename from system/core/Router.php rename to www/system/core/Router.php diff --git a/system/core/Security.php b/www/system/core/Security.php similarity index 100% rename from system/core/Security.php rename to www/system/core/Security.php diff --git a/system/core/URI.php b/www/system/core/URI.php similarity index 100% rename from system/core/URI.php rename to www/system/core/URI.php diff --git a/system/core/Utf8.php b/www/system/core/Utf8.php similarity index 100% rename from system/core/Utf8.php rename to www/system/core/Utf8.php diff --git a/system/core/compat/hash.php b/www/system/core/compat/hash.php similarity index 100% rename from system/core/compat/hash.php rename to www/system/core/compat/hash.php diff --git a/system/core/compat/index.html b/www/system/core/compat/index.html similarity index 100% rename from system/core/compat/index.html rename to www/system/core/compat/index.html diff --git a/system/core/compat/mbstring.php b/www/system/core/compat/mbstring.php similarity index 100% rename from system/core/compat/mbstring.php rename to www/system/core/compat/mbstring.php diff --git a/system/core/compat/password.php b/www/system/core/compat/password.php similarity index 100% rename from system/core/compat/password.php rename to www/system/core/compat/password.php diff --git a/system/core/compat/standard.php b/www/system/core/compat/standard.php similarity index 100% rename from system/core/compat/standard.php rename to www/system/core/compat/standard.php diff --git a/system/core/index.html b/www/system/core/index.html similarity index 100% rename from system/core/index.html rename to www/system/core/index.html diff --git a/system/database/DB.php b/www/system/database/DB.php similarity index 100% rename from system/database/DB.php rename to www/system/database/DB.php diff --git a/system/database/DB_cache.php b/www/system/database/DB_cache.php similarity index 100% rename from system/database/DB_cache.php rename to www/system/database/DB_cache.php diff --git a/system/database/DB_driver.php b/www/system/database/DB_driver.php similarity index 100% rename from system/database/DB_driver.php rename to www/system/database/DB_driver.php diff --git a/system/database/DB_forge.php b/www/system/database/DB_forge.php similarity index 100% rename from system/database/DB_forge.php rename to www/system/database/DB_forge.php diff --git a/system/database/DB_query_builder.php b/www/system/database/DB_query_builder.php similarity index 100% rename from system/database/DB_query_builder.php rename to www/system/database/DB_query_builder.php diff --git a/system/database/DB_result.php b/www/system/database/DB_result.php similarity index 100% rename from system/database/DB_result.php rename to www/system/database/DB_result.php diff --git a/system/database/DB_utility.php b/www/system/database/DB_utility.php similarity index 100% rename from system/database/DB_utility.php rename to www/system/database/DB_utility.php diff --git a/system/database/drivers/cubrid/cubrid_driver.php b/www/system/database/drivers/cubrid/cubrid_driver.php similarity index 100% rename from system/database/drivers/cubrid/cubrid_driver.php rename to www/system/database/drivers/cubrid/cubrid_driver.php diff --git a/system/database/drivers/cubrid/cubrid_forge.php b/www/system/database/drivers/cubrid/cubrid_forge.php similarity index 100% rename from system/database/drivers/cubrid/cubrid_forge.php rename to www/system/database/drivers/cubrid/cubrid_forge.php diff --git a/system/database/drivers/cubrid/cubrid_result.php b/www/system/database/drivers/cubrid/cubrid_result.php similarity index 100% rename from system/database/drivers/cubrid/cubrid_result.php rename to www/system/database/drivers/cubrid/cubrid_result.php diff --git a/system/database/drivers/cubrid/cubrid_utility.php b/www/system/database/drivers/cubrid/cubrid_utility.php similarity index 100% rename from system/database/drivers/cubrid/cubrid_utility.php rename to www/system/database/drivers/cubrid/cubrid_utility.php diff --git a/system/database/drivers/cubrid/index.html b/www/system/database/drivers/cubrid/index.html similarity index 100% rename from system/database/drivers/cubrid/index.html rename to www/system/database/drivers/cubrid/index.html diff --git a/system/database/drivers/ibase/ibase_driver.php b/www/system/database/drivers/ibase/ibase_driver.php similarity index 100% rename from system/database/drivers/ibase/ibase_driver.php rename to www/system/database/drivers/ibase/ibase_driver.php diff --git a/system/database/drivers/ibase/ibase_forge.php b/www/system/database/drivers/ibase/ibase_forge.php similarity index 100% rename from system/database/drivers/ibase/ibase_forge.php rename to www/system/database/drivers/ibase/ibase_forge.php diff --git a/system/database/drivers/ibase/ibase_result.php b/www/system/database/drivers/ibase/ibase_result.php similarity index 100% rename from system/database/drivers/ibase/ibase_result.php rename to www/system/database/drivers/ibase/ibase_result.php diff --git a/system/database/drivers/ibase/ibase_utility.php b/www/system/database/drivers/ibase/ibase_utility.php similarity index 100% rename from system/database/drivers/ibase/ibase_utility.php rename to www/system/database/drivers/ibase/ibase_utility.php diff --git a/system/database/drivers/ibase/index.html b/www/system/database/drivers/ibase/index.html similarity index 100% rename from system/database/drivers/ibase/index.html rename to www/system/database/drivers/ibase/index.html diff --git a/system/database/drivers/index.html b/www/system/database/drivers/index.html similarity index 100% rename from system/database/drivers/index.html rename to www/system/database/drivers/index.html diff --git a/system/database/drivers/mssql/index.html b/www/system/database/drivers/mssql/index.html similarity index 100% rename from system/database/drivers/mssql/index.html rename to www/system/database/drivers/mssql/index.html diff --git a/system/database/drivers/mssql/mssql_driver.php b/www/system/database/drivers/mssql/mssql_driver.php similarity index 100% rename from system/database/drivers/mssql/mssql_driver.php rename to www/system/database/drivers/mssql/mssql_driver.php diff --git a/system/database/drivers/mssql/mssql_forge.php b/www/system/database/drivers/mssql/mssql_forge.php similarity index 100% rename from system/database/drivers/mssql/mssql_forge.php rename to www/system/database/drivers/mssql/mssql_forge.php diff --git a/system/database/drivers/mssql/mssql_result.php b/www/system/database/drivers/mssql/mssql_result.php similarity index 100% rename from system/database/drivers/mssql/mssql_result.php rename to www/system/database/drivers/mssql/mssql_result.php diff --git a/system/database/drivers/mssql/mssql_utility.php b/www/system/database/drivers/mssql/mssql_utility.php similarity index 100% rename from system/database/drivers/mssql/mssql_utility.php rename to www/system/database/drivers/mssql/mssql_utility.php diff --git a/system/database/drivers/mysql/index.html b/www/system/database/drivers/mysql/index.html similarity index 100% rename from system/database/drivers/mysql/index.html rename to www/system/database/drivers/mysql/index.html diff --git a/system/database/drivers/mysql/mysql_driver.php b/www/system/database/drivers/mysql/mysql_driver.php similarity index 100% rename from system/database/drivers/mysql/mysql_driver.php rename to www/system/database/drivers/mysql/mysql_driver.php diff --git a/system/database/drivers/mysql/mysql_forge.php b/www/system/database/drivers/mysql/mysql_forge.php similarity index 100% rename from system/database/drivers/mysql/mysql_forge.php rename to www/system/database/drivers/mysql/mysql_forge.php diff --git a/system/database/drivers/mysql/mysql_result.php b/www/system/database/drivers/mysql/mysql_result.php similarity index 100% rename from system/database/drivers/mysql/mysql_result.php rename to www/system/database/drivers/mysql/mysql_result.php diff --git a/system/database/drivers/mysql/mysql_utility.php b/www/system/database/drivers/mysql/mysql_utility.php similarity index 100% rename from system/database/drivers/mysql/mysql_utility.php rename to www/system/database/drivers/mysql/mysql_utility.php diff --git a/system/database/drivers/mysqli/index.html b/www/system/database/drivers/mysqli/index.html similarity index 100% rename from system/database/drivers/mysqli/index.html rename to www/system/database/drivers/mysqli/index.html diff --git a/system/database/drivers/mysqli/mysqli_driver.php b/www/system/database/drivers/mysqli/mysqli_driver.php similarity index 100% rename from system/database/drivers/mysqli/mysqli_driver.php rename to www/system/database/drivers/mysqli/mysqli_driver.php diff --git a/system/database/drivers/mysqli/mysqli_forge.php b/www/system/database/drivers/mysqli/mysqli_forge.php similarity index 100% rename from system/database/drivers/mysqli/mysqli_forge.php rename to www/system/database/drivers/mysqli/mysqli_forge.php diff --git a/system/database/drivers/mysqli/mysqli_result.php b/www/system/database/drivers/mysqli/mysqli_result.php similarity index 100% rename from system/database/drivers/mysqli/mysqli_result.php rename to www/system/database/drivers/mysqli/mysqli_result.php diff --git a/system/database/drivers/mysqli/mysqli_utility.php b/www/system/database/drivers/mysqli/mysqli_utility.php similarity index 100% rename from system/database/drivers/mysqli/mysqli_utility.php rename to www/system/database/drivers/mysqli/mysqli_utility.php diff --git a/system/database/drivers/oci8/index.html b/www/system/database/drivers/oci8/index.html similarity index 100% rename from system/database/drivers/oci8/index.html rename to www/system/database/drivers/oci8/index.html diff --git a/system/database/drivers/oci8/oci8_driver.php b/www/system/database/drivers/oci8/oci8_driver.php similarity index 100% rename from system/database/drivers/oci8/oci8_driver.php rename to www/system/database/drivers/oci8/oci8_driver.php diff --git a/system/database/drivers/oci8/oci8_forge.php b/www/system/database/drivers/oci8/oci8_forge.php similarity index 100% rename from system/database/drivers/oci8/oci8_forge.php rename to www/system/database/drivers/oci8/oci8_forge.php diff --git a/system/database/drivers/oci8/oci8_result.php b/www/system/database/drivers/oci8/oci8_result.php similarity index 100% rename from system/database/drivers/oci8/oci8_result.php rename to www/system/database/drivers/oci8/oci8_result.php diff --git a/system/database/drivers/oci8/oci8_utility.php b/www/system/database/drivers/oci8/oci8_utility.php similarity index 100% rename from system/database/drivers/oci8/oci8_utility.php rename to www/system/database/drivers/oci8/oci8_utility.php diff --git a/system/database/drivers/odbc/index.html b/www/system/database/drivers/odbc/index.html similarity index 100% rename from system/database/drivers/odbc/index.html rename to www/system/database/drivers/odbc/index.html diff --git a/system/database/drivers/odbc/odbc_driver.php b/www/system/database/drivers/odbc/odbc_driver.php similarity index 100% rename from system/database/drivers/odbc/odbc_driver.php rename to www/system/database/drivers/odbc/odbc_driver.php diff --git a/system/database/drivers/odbc/odbc_forge.php b/www/system/database/drivers/odbc/odbc_forge.php similarity index 100% rename from system/database/drivers/odbc/odbc_forge.php rename to www/system/database/drivers/odbc/odbc_forge.php diff --git a/system/database/drivers/odbc/odbc_result.php b/www/system/database/drivers/odbc/odbc_result.php similarity index 100% rename from system/database/drivers/odbc/odbc_result.php rename to www/system/database/drivers/odbc/odbc_result.php diff --git a/system/database/drivers/odbc/odbc_utility.php b/www/system/database/drivers/odbc/odbc_utility.php similarity index 100% rename from system/database/drivers/odbc/odbc_utility.php rename to www/system/database/drivers/odbc/odbc_utility.php diff --git a/system/database/drivers/pdo/index.html b/www/system/database/drivers/pdo/index.html similarity index 100% rename from system/database/drivers/pdo/index.html rename to www/system/database/drivers/pdo/index.html diff --git a/system/database/drivers/pdo/pdo_driver.php b/www/system/database/drivers/pdo/pdo_driver.php similarity index 100% rename from system/database/drivers/pdo/pdo_driver.php rename to www/system/database/drivers/pdo/pdo_driver.php diff --git a/system/database/drivers/pdo/pdo_forge.php b/www/system/database/drivers/pdo/pdo_forge.php similarity index 100% rename from system/database/drivers/pdo/pdo_forge.php rename to www/system/database/drivers/pdo/pdo_forge.php diff --git a/system/database/drivers/pdo/pdo_result.php b/www/system/database/drivers/pdo/pdo_result.php similarity index 100% rename from system/database/drivers/pdo/pdo_result.php rename to www/system/database/drivers/pdo/pdo_result.php diff --git a/system/database/drivers/pdo/pdo_utility.php b/www/system/database/drivers/pdo/pdo_utility.php similarity index 100% rename from system/database/drivers/pdo/pdo_utility.php rename to www/system/database/drivers/pdo/pdo_utility.php diff --git a/system/database/drivers/pdo/subdrivers/index.html b/www/system/database/drivers/pdo/subdrivers/index.html similarity index 100% rename from system/database/drivers/pdo/subdrivers/index.html rename to www/system/database/drivers/pdo/subdrivers/index.html diff --git a/system/database/drivers/pdo/subdrivers/pdo_4d_driver.php b/www/system/database/drivers/pdo/subdrivers/pdo_4d_driver.php similarity index 100% rename from system/database/drivers/pdo/subdrivers/pdo_4d_driver.php rename to www/system/database/drivers/pdo/subdrivers/pdo_4d_driver.php diff --git a/system/database/drivers/pdo/subdrivers/pdo_4d_forge.php b/www/system/database/drivers/pdo/subdrivers/pdo_4d_forge.php similarity index 100% rename from system/database/drivers/pdo/subdrivers/pdo_4d_forge.php rename to www/system/database/drivers/pdo/subdrivers/pdo_4d_forge.php diff --git a/system/database/drivers/pdo/subdrivers/pdo_cubrid_driver.php b/www/system/database/drivers/pdo/subdrivers/pdo_cubrid_driver.php similarity index 100% rename from system/database/drivers/pdo/subdrivers/pdo_cubrid_driver.php rename to www/system/database/drivers/pdo/subdrivers/pdo_cubrid_driver.php diff --git a/system/database/drivers/pdo/subdrivers/pdo_cubrid_forge.php b/www/system/database/drivers/pdo/subdrivers/pdo_cubrid_forge.php similarity index 100% rename from system/database/drivers/pdo/subdrivers/pdo_cubrid_forge.php rename to www/system/database/drivers/pdo/subdrivers/pdo_cubrid_forge.php diff --git a/system/database/drivers/pdo/subdrivers/pdo_dblib_driver.php b/www/system/database/drivers/pdo/subdrivers/pdo_dblib_driver.php similarity index 100% rename from system/database/drivers/pdo/subdrivers/pdo_dblib_driver.php rename to www/system/database/drivers/pdo/subdrivers/pdo_dblib_driver.php diff --git a/system/database/drivers/pdo/subdrivers/pdo_dblib_forge.php b/www/system/database/drivers/pdo/subdrivers/pdo_dblib_forge.php similarity index 100% rename from system/database/drivers/pdo/subdrivers/pdo_dblib_forge.php rename to www/system/database/drivers/pdo/subdrivers/pdo_dblib_forge.php diff --git a/system/database/drivers/pdo/subdrivers/pdo_firebird_driver.php b/www/system/database/drivers/pdo/subdrivers/pdo_firebird_driver.php similarity index 100% rename from system/database/drivers/pdo/subdrivers/pdo_firebird_driver.php rename to www/system/database/drivers/pdo/subdrivers/pdo_firebird_driver.php diff --git a/system/database/drivers/pdo/subdrivers/pdo_firebird_forge.php b/www/system/database/drivers/pdo/subdrivers/pdo_firebird_forge.php similarity index 100% rename from system/database/drivers/pdo/subdrivers/pdo_firebird_forge.php rename to www/system/database/drivers/pdo/subdrivers/pdo_firebird_forge.php diff --git a/system/database/drivers/pdo/subdrivers/pdo_ibm_driver.php b/www/system/database/drivers/pdo/subdrivers/pdo_ibm_driver.php similarity index 100% rename from system/database/drivers/pdo/subdrivers/pdo_ibm_driver.php rename to www/system/database/drivers/pdo/subdrivers/pdo_ibm_driver.php diff --git a/system/database/drivers/pdo/subdrivers/pdo_ibm_forge.php b/www/system/database/drivers/pdo/subdrivers/pdo_ibm_forge.php similarity index 100% rename from system/database/drivers/pdo/subdrivers/pdo_ibm_forge.php rename to www/system/database/drivers/pdo/subdrivers/pdo_ibm_forge.php diff --git a/system/database/drivers/pdo/subdrivers/pdo_informix_driver.php b/www/system/database/drivers/pdo/subdrivers/pdo_informix_driver.php similarity index 100% rename from system/database/drivers/pdo/subdrivers/pdo_informix_driver.php rename to www/system/database/drivers/pdo/subdrivers/pdo_informix_driver.php diff --git a/system/database/drivers/pdo/subdrivers/pdo_informix_forge.php b/www/system/database/drivers/pdo/subdrivers/pdo_informix_forge.php similarity index 100% rename from system/database/drivers/pdo/subdrivers/pdo_informix_forge.php rename to www/system/database/drivers/pdo/subdrivers/pdo_informix_forge.php diff --git a/system/database/drivers/pdo/subdrivers/pdo_mysql_driver.php b/www/system/database/drivers/pdo/subdrivers/pdo_mysql_driver.php similarity index 100% rename from system/database/drivers/pdo/subdrivers/pdo_mysql_driver.php rename to www/system/database/drivers/pdo/subdrivers/pdo_mysql_driver.php diff --git a/system/database/drivers/pdo/subdrivers/pdo_mysql_forge.php b/www/system/database/drivers/pdo/subdrivers/pdo_mysql_forge.php similarity index 100% rename from system/database/drivers/pdo/subdrivers/pdo_mysql_forge.php rename to www/system/database/drivers/pdo/subdrivers/pdo_mysql_forge.php diff --git a/system/database/drivers/pdo/subdrivers/pdo_oci_driver.php b/www/system/database/drivers/pdo/subdrivers/pdo_oci_driver.php similarity index 100% rename from system/database/drivers/pdo/subdrivers/pdo_oci_driver.php rename to www/system/database/drivers/pdo/subdrivers/pdo_oci_driver.php diff --git a/system/database/drivers/pdo/subdrivers/pdo_oci_forge.php b/www/system/database/drivers/pdo/subdrivers/pdo_oci_forge.php similarity index 100% rename from system/database/drivers/pdo/subdrivers/pdo_oci_forge.php rename to www/system/database/drivers/pdo/subdrivers/pdo_oci_forge.php diff --git a/system/database/drivers/pdo/subdrivers/pdo_odbc_driver.php b/www/system/database/drivers/pdo/subdrivers/pdo_odbc_driver.php similarity index 100% rename from system/database/drivers/pdo/subdrivers/pdo_odbc_driver.php rename to www/system/database/drivers/pdo/subdrivers/pdo_odbc_driver.php diff --git a/system/database/drivers/pdo/subdrivers/pdo_odbc_forge.php b/www/system/database/drivers/pdo/subdrivers/pdo_odbc_forge.php similarity index 100% rename from system/database/drivers/pdo/subdrivers/pdo_odbc_forge.php rename to www/system/database/drivers/pdo/subdrivers/pdo_odbc_forge.php diff --git a/system/database/drivers/pdo/subdrivers/pdo_pgsql_driver.php b/www/system/database/drivers/pdo/subdrivers/pdo_pgsql_driver.php similarity index 100% rename from system/database/drivers/pdo/subdrivers/pdo_pgsql_driver.php rename to www/system/database/drivers/pdo/subdrivers/pdo_pgsql_driver.php diff --git a/system/database/drivers/pdo/subdrivers/pdo_pgsql_forge.php b/www/system/database/drivers/pdo/subdrivers/pdo_pgsql_forge.php similarity index 100% rename from system/database/drivers/pdo/subdrivers/pdo_pgsql_forge.php rename to www/system/database/drivers/pdo/subdrivers/pdo_pgsql_forge.php diff --git a/system/database/drivers/pdo/subdrivers/pdo_sqlite_driver.php b/www/system/database/drivers/pdo/subdrivers/pdo_sqlite_driver.php similarity index 100% rename from system/database/drivers/pdo/subdrivers/pdo_sqlite_driver.php rename to www/system/database/drivers/pdo/subdrivers/pdo_sqlite_driver.php diff --git a/system/database/drivers/pdo/subdrivers/pdo_sqlite_forge.php b/www/system/database/drivers/pdo/subdrivers/pdo_sqlite_forge.php similarity index 100% rename from system/database/drivers/pdo/subdrivers/pdo_sqlite_forge.php rename to www/system/database/drivers/pdo/subdrivers/pdo_sqlite_forge.php diff --git a/system/database/drivers/pdo/subdrivers/pdo_sqlsrv_driver.php b/www/system/database/drivers/pdo/subdrivers/pdo_sqlsrv_driver.php similarity index 100% rename from system/database/drivers/pdo/subdrivers/pdo_sqlsrv_driver.php rename to www/system/database/drivers/pdo/subdrivers/pdo_sqlsrv_driver.php diff --git a/system/database/drivers/pdo/subdrivers/pdo_sqlsrv_forge.php b/www/system/database/drivers/pdo/subdrivers/pdo_sqlsrv_forge.php similarity index 100% rename from system/database/drivers/pdo/subdrivers/pdo_sqlsrv_forge.php rename to www/system/database/drivers/pdo/subdrivers/pdo_sqlsrv_forge.php diff --git a/system/database/drivers/postgre/index.html b/www/system/database/drivers/postgre/index.html similarity index 100% rename from system/database/drivers/postgre/index.html rename to www/system/database/drivers/postgre/index.html diff --git a/system/database/drivers/postgre/postgre_driver.php b/www/system/database/drivers/postgre/postgre_driver.php similarity index 100% rename from system/database/drivers/postgre/postgre_driver.php rename to www/system/database/drivers/postgre/postgre_driver.php diff --git a/system/database/drivers/postgre/postgre_forge.php b/www/system/database/drivers/postgre/postgre_forge.php similarity index 100% rename from system/database/drivers/postgre/postgre_forge.php rename to www/system/database/drivers/postgre/postgre_forge.php diff --git a/system/database/drivers/postgre/postgre_result.php b/www/system/database/drivers/postgre/postgre_result.php similarity index 100% rename from system/database/drivers/postgre/postgre_result.php rename to www/system/database/drivers/postgre/postgre_result.php diff --git a/system/database/drivers/postgre/postgre_utility.php b/www/system/database/drivers/postgre/postgre_utility.php similarity index 100% rename from system/database/drivers/postgre/postgre_utility.php rename to www/system/database/drivers/postgre/postgre_utility.php diff --git a/system/database/drivers/sqlite/index.html b/www/system/database/drivers/sqlite/index.html similarity index 100% rename from system/database/drivers/sqlite/index.html rename to www/system/database/drivers/sqlite/index.html diff --git a/system/database/drivers/sqlite/sqlite_driver.php b/www/system/database/drivers/sqlite/sqlite_driver.php similarity index 100% rename from system/database/drivers/sqlite/sqlite_driver.php rename to www/system/database/drivers/sqlite/sqlite_driver.php diff --git a/system/database/drivers/sqlite/sqlite_forge.php b/www/system/database/drivers/sqlite/sqlite_forge.php similarity index 100% rename from system/database/drivers/sqlite/sqlite_forge.php rename to www/system/database/drivers/sqlite/sqlite_forge.php diff --git a/system/database/drivers/sqlite/sqlite_result.php b/www/system/database/drivers/sqlite/sqlite_result.php similarity index 100% rename from system/database/drivers/sqlite/sqlite_result.php rename to www/system/database/drivers/sqlite/sqlite_result.php diff --git a/system/database/drivers/sqlite/sqlite_utility.php b/www/system/database/drivers/sqlite/sqlite_utility.php similarity index 100% rename from system/database/drivers/sqlite/sqlite_utility.php rename to www/system/database/drivers/sqlite/sqlite_utility.php diff --git a/system/database/drivers/sqlite3/index.html b/www/system/database/drivers/sqlite3/index.html similarity index 100% rename from system/database/drivers/sqlite3/index.html rename to www/system/database/drivers/sqlite3/index.html diff --git a/system/database/drivers/sqlite3/sqlite3_driver.php b/www/system/database/drivers/sqlite3/sqlite3_driver.php similarity index 100% rename from system/database/drivers/sqlite3/sqlite3_driver.php rename to www/system/database/drivers/sqlite3/sqlite3_driver.php diff --git a/system/database/drivers/sqlite3/sqlite3_forge.php b/www/system/database/drivers/sqlite3/sqlite3_forge.php similarity index 100% rename from system/database/drivers/sqlite3/sqlite3_forge.php rename to www/system/database/drivers/sqlite3/sqlite3_forge.php diff --git a/system/database/drivers/sqlite3/sqlite3_result.php b/www/system/database/drivers/sqlite3/sqlite3_result.php similarity index 100% rename from system/database/drivers/sqlite3/sqlite3_result.php rename to www/system/database/drivers/sqlite3/sqlite3_result.php diff --git a/system/database/drivers/sqlite3/sqlite3_utility.php b/www/system/database/drivers/sqlite3/sqlite3_utility.php similarity index 100% rename from system/database/drivers/sqlite3/sqlite3_utility.php rename to www/system/database/drivers/sqlite3/sqlite3_utility.php diff --git a/system/database/drivers/sqlsrv/index.html b/www/system/database/drivers/sqlsrv/index.html similarity index 100% rename from system/database/drivers/sqlsrv/index.html rename to www/system/database/drivers/sqlsrv/index.html diff --git a/system/database/drivers/sqlsrv/sqlsrv_driver.php b/www/system/database/drivers/sqlsrv/sqlsrv_driver.php similarity index 100% rename from system/database/drivers/sqlsrv/sqlsrv_driver.php rename to www/system/database/drivers/sqlsrv/sqlsrv_driver.php diff --git a/system/database/drivers/sqlsrv/sqlsrv_forge.php b/www/system/database/drivers/sqlsrv/sqlsrv_forge.php similarity index 100% rename from system/database/drivers/sqlsrv/sqlsrv_forge.php rename to www/system/database/drivers/sqlsrv/sqlsrv_forge.php diff --git a/system/database/drivers/sqlsrv/sqlsrv_result.php b/www/system/database/drivers/sqlsrv/sqlsrv_result.php similarity index 100% rename from system/database/drivers/sqlsrv/sqlsrv_result.php rename to www/system/database/drivers/sqlsrv/sqlsrv_result.php diff --git a/system/database/drivers/sqlsrv/sqlsrv_utility.php b/www/system/database/drivers/sqlsrv/sqlsrv_utility.php similarity index 100% rename from system/database/drivers/sqlsrv/sqlsrv_utility.php rename to www/system/database/drivers/sqlsrv/sqlsrv_utility.php diff --git a/system/database/index.html b/www/system/database/index.html similarity index 100% rename from system/database/index.html rename to www/system/database/index.html diff --git a/system/fonts/index.html b/www/system/fonts/index.html similarity index 100% rename from system/fonts/index.html rename to www/system/fonts/index.html diff --git a/system/fonts/texb.ttf b/www/system/fonts/texb.ttf similarity index 100% rename from system/fonts/texb.ttf rename to www/system/fonts/texb.ttf diff --git a/system/helpers/array_helper.php b/www/system/helpers/array_helper.php similarity index 100% rename from system/helpers/array_helper.php rename to www/system/helpers/array_helper.php diff --git a/system/helpers/captcha_helper.php b/www/system/helpers/captcha_helper.php similarity index 100% rename from system/helpers/captcha_helper.php rename to www/system/helpers/captcha_helper.php diff --git a/system/helpers/cookie_helper.php b/www/system/helpers/cookie_helper.php similarity index 100% rename from system/helpers/cookie_helper.php rename to www/system/helpers/cookie_helper.php diff --git a/system/helpers/date_helper.php b/www/system/helpers/date_helper.php similarity index 100% rename from system/helpers/date_helper.php rename to www/system/helpers/date_helper.php diff --git a/system/helpers/directory_helper.php b/www/system/helpers/directory_helper.php similarity index 100% rename from system/helpers/directory_helper.php rename to www/system/helpers/directory_helper.php diff --git a/system/helpers/download_helper.php b/www/system/helpers/download_helper.php similarity index 100% rename from system/helpers/download_helper.php rename to www/system/helpers/download_helper.php diff --git a/system/helpers/email_helper.php b/www/system/helpers/email_helper.php similarity index 100% rename from system/helpers/email_helper.php rename to www/system/helpers/email_helper.php diff --git a/system/helpers/file_helper.php b/www/system/helpers/file_helper.php similarity index 100% rename from system/helpers/file_helper.php rename to www/system/helpers/file_helper.php diff --git a/system/helpers/form_helper.php b/www/system/helpers/form_helper.php similarity index 100% rename from system/helpers/form_helper.php rename to www/system/helpers/form_helper.php diff --git a/system/helpers/html_helper.php b/www/system/helpers/html_helper.php similarity index 100% rename from system/helpers/html_helper.php rename to www/system/helpers/html_helper.php diff --git a/system/helpers/index.html b/www/system/helpers/index.html similarity index 100% rename from system/helpers/index.html rename to www/system/helpers/index.html diff --git a/system/helpers/inflector_helper.php b/www/system/helpers/inflector_helper.php similarity index 100% rename from system/helpers/inflector_helper.php rename to www/system/helpers/inflector_helper.php diff --git a/system/helpers/language_helper.php b/www/system/helpers/language_helper.php similarity index 100% rename from system/helpers/language_helper.php rename to www/system/helpers/language_helper.php diff --git a/system/helpers/number_helper.php b/www/system/helpers/number_helper.php similarity index 100% rename from system/helpers/number_helper.php rename to www/system/helpers/number_helper.php diff --git a/system/helpers/path_helper.php b/www/system/helpers/path_helper.php similarity index 100% rename from system/helpers/path_helper.php rename to www/system/helpers/path_helper.php diff --git a/system/helpers/security_helper.php b/www/system/helpers/security_helper.php similarity index 100% rename from system/helpers/security_helper.php rename to www/system/helpers/security_helper.php diff --git a/system/helpers/smiley_helper.php b/www/system/helpers/smiley_helper.php similarity index 100% rename from system/helpers/smiley_helper.php rename to www/system/helpers/smiley_helper.php diff --git a/system/helpers/string_helper.php b/www/system/helpers/string_helper.php similarity index 100% rename from system/helpers/string_helper.php rename to www/system/helpers/string_helper.php diff --git a/system/helpers/text_helper.php b/www/system/helpers/text_helper.php similarity index 100% rename from system/helpers/text_helper.php rename to www/system/helpers/text_helper.php diff --git a/system/helpers/typography_helper.php b/www/system/helpers/typography_helper.php similarity index 100% rename from system/helpers/typography_helper.php rename to www/system/helpers/typography_helper.php diff --git a/system/helpers/url_helper.php b/www/system/helpers/url_helper.php similarity index 100% rename from system/helpers/url_helper.php rename to www/system/helpers/url_helper.php diff --git a/system/helpers/xml_helper.php b/www/system/helpers/xml_helper.php similarity index 100% rename from system/helpers/xml_helper.php rename to www/system/helpers/xml_helper.php diff --git a/system/index.html b/www/system/index.html similarity index 100% rename from system/index.html rename to www/system/index.html diff --git a/system/language/english/calendar_lang.php b/www/system/language/english/calendar_lang.php similarity index 100% rename from system/language/english/calendar_lang.php rename to www/system/language/english/calendar_lang.php diff --git a/system/language/english/date_lang.php b/www/system/language/english/date_lang.php similarity index 100% rename from system/language/english/date_lang.php rename to www/system/language/english/date_lang.php diff --git a/system/language/english/db_lang.php b/www/system/language/english/db_lang.php similarity index 100% rename from system/language/english/db_lang.php rename to www/system/language/english/db_lang.php diff --git a/system/language/english/email_lang.php b/www/system/language/english/email_lang.php similarity index 100% rename from system/language/english/email_lang.php rename to www/system/language/english/email_lang.php diff --git a/system/language/english/form_validation_lang.php b/www/system/language/english/form_validation_lang.php similarity index 100% rename from system/language/english/form_validation_lang.php rename to www/system/language/english/form_validation_lang.php diff --git a/system/language/english/ftp_lang.php b/www/system/language/english/ftp_lang.php similarity index 100% rename from system/language/english/ftp_lang.php rename to www/system/language/english/ftp_lang.php diff --git a/system/language/english/imglib_lang.php b/www/system/language/english/imglib_lang.php similarity index 100% rename from system/language/english/imglib_lang.php rename to www/system/language/english/imglib_lang.php diff --git a/system/language/english/index.html b/www/system/language/english/index.html similarity index 100% rename from system/language/english/index.html rename to www/system/language/english/index.html diff --git a/system/language/english/migration_lang.php b/www/system/language/english/migration_lang.php similarity index 100% rename from system/language/english/migration_lang.php rename to www/system/language/english/migration_lang.php diff --git a/system/language/english/number_lang.php b/www/system/language/english/number_lang.php similarity index 100% rename from system/language/english/number_lang.php rename to www/system/language/english/number_lang.php diff --git a/system/language/english/pagination_lang.php b/www/system/language/english/pagination_lang.php similarity index 100% rename from system/language/english/pagination_lang.php rename to www/system/language/english/pagination_lang.php diff --git a/system/language/english/profiler_lang.php b/www/system/language/english/profiler_lang.php similarity index 100% rename from system/language/english/profiler_lang.php rename to www/system/language/english/profiler_lang.php diff --git a/system/language/english/unit_test_lang.php b/www/system/language/english/unit_test_lang.php similarity index 100% rename from system/language/english/unit_test_lang.php rename to www/system/language/english/unit_test_lang.php diff --git a/system/language/english/upload_lang.php b/www/system/language/english/upload_lang.php similarity index 100% rename from system/language/english/upload_lang.php rename to www/system/language/english/upload_lang.php diff --git a/system/language/index.html b/www/system/language/index.html similarity index 100% rename from system/language/index.html rename to www/system/language/index.html diff --git a/system/libraries/Cache/Cache.php b/www/system/libraries/Cache/Cache.php similarity index 100% rename from system/libraries/Cache/Cache.php rename to www/system/libraries/Cache/Cache.php diff --git a/system/libraries/Cache/drivers/Cache_apc.php b/www/system/libraries/Cache/drivers/Cache_apc.php similarity index 100% rename from system/libraries/Cache/drivers/Cache_apc.php rename to www/system/libraries/Cache/drivers/Cache_apc.php diff --git a/system/libraries/Cache/drivers/Cache_dummy.php b/www/system/libraries/Cache/drivers/Cache_dummy.php similarity index 100% rename from system/libraries/Cache/drivers/Cache_dummy.php rename to www/system/libraries/Cache/drivers/Cache_dummy.php diff --git a/system/libraries/Cache/drivers/Cache_file.php b/www/system/libraries/Cache/drivers/Cache_file.php similarity index 100% rename from system/libraries/Cache/drivers/Cache_file.php rename to www/system/libraries/Cache/drivers/Cache_file.php diff --git a/system/libraries/Cache/drivers/Cache_memcached.php b/www/system/libraries/Cache/drivers/Cache_memcached.php similarity index 100% rename from system/libraries/Cache/drivers/Cache_memcached.php rename to www/system/libraries/Cache/drivers/Cache_memcached.php diff --git a/system/libraries/Cache/drivers/Cache_redis.php b/www/system/libraries/Cache/drivers/Cache_redis.php similarity index 100% rename from system/libraries/Cache/drivers/Cache_redis.php rename to www/system/libraries/Cache/drivers/Cache_redis.php diff --git a/system/libraries/Cache/drivers/Cache_wincache.php b/www/system/libraries/Cache/drivers/Cache_wincache.php similarity index 100% rename from system/libraries/Cache/drivers/Cache_wincache.php rename to www/system/libraries/Cache/drivers/Cache_wincache.php diff --git a/system/libraries/Cache/drivers/index.html b/www/system/libraries/Cache/drivers/index.html similarity index 100% rename from system/libraries/Cache/drivers/index.html rename to www/system/libraries/Cache/drivers/index.html diff --git a/system/libraries/Cache/index.html b/www/system/libraries/Cache/index.html similarity index 100% rename from system/libraries/Cache/index.html rename to www/system/libraries/Cache/index.html diff --git a/system/libraries/Calendar.php b/www/system/libraries/Calendar.php similarity index 100% rename from system/libraries/Calendar.php rename to www/system/libraries/Calendar.php diff --git a/system/libraries/Cart.php b/www/system/libraries/Cart.php similarity index 100% rename from system/libraries/Cart.php rename to www/system/libraries/Cart.php diff --git a/system/libraries/Driver.php b/www/system/libraries/Driver.php similarity index 100% rename from system/libraries/Driver.php rename to www/system/libraries/Driver.php diff --git a/system/libraries/Email.php b/www/system/libraries/Email.php similarity index 100% rename from system/libraries/Email.php rename to www/system/libraries/Email.php diff --git a/system/libraries/Encrypt.php b/www/system/libraries/Encrypt.php similarity index 100% rename from system/libraries/Encrypt.php rename to www/system/libraries/Encrypt.php diff --git a/system/libraries/Encryption.php b/www/system/libraries/Encryption.php similarity index 100% rename from system/libraries/Encryption.php rename to www/system/libraries/Encryption.php diff --git a/system/libraries/Form_validation.php b/www/system/libraries/Form_validation.php similarity index 100% rename from system/libraries/Form_validation.php rename to www/system/libraries/Form_validation.php diff --git a/system/libraries/Ftp.php b/www/system/libraries/Ftp.php similarity index 100% rename from system/libraries/Ftp.php rename to www/system/libraries/Ftp.php diff --git a/system/libraries/Image_lib.php b/www/system/libraries/Image_lib.php similarity index 100% rename from system/libraries/Image_lib.php rename to www/system/libraries/Image_lib.php diff --git a/system/libraries/Javascript.php b/www/system/libraries/Javascript.php similarity index 100% rename from system/libraries/Javascript.php rename to www/system/libraries/Javascript.php diff --git a/system/libraries/Javascript/Jquery.php b/www/system/libraries/Javascript/Jquery.php similarity index 100% rename from system/libraries/Javascript/Jquery.php rename to www/system/libraries/Javascript/Jquery.php diff --git a/system/libraries/Javascript/index.html b/www/system/libraries/Javascript/index.html similarity index 100% rename from system/libraries/Javascript/index.html rename to www/system/libraries/Javascript/index.html diff --git a/system/libraries/Migration.php b/www/system/libraries/Migration.php similarity index 100% rename from system/libraries/Migration.php rename to www/system/libraries/Migration.php diff --git a/system/libraries/Pagination.php b/www/system/libraries/Pagination.php similarity index 100% rename from system/libraries/Pagination.php rename to www/system/libraries/Pagination.php diff --git a/system/libraries/Parser.php b/www/system/libraries/Parser.php similarity index 100% rename from system/libraries/Parser.php rename to www/system/libraries/Parser.php diff --git a/system/libraries/Profiler.php b/www/system/libraries/Profiler.php similarity index 100% rename from system/libraries/Profiler.php rename to www/system/libraries/Profiler.php diff --git a/system/libraries/Session/Session.php b/www/system/libraries/Session/Session.php similarity index 100% rename from system/libraries/Session/Session.php rename to www/system/libraries/Session/Session.php diff --git a/system/libraries/Session/SessionHandlerInterface.php b/www/system/libraries/Session/SessionHandlerInterface.php similarity index 100% rename from system/libraries/Session/SessionHandlerInterface.php rename to www/system/libraries/Session/SessionHandlerInterface.php diff --git a/system/libraries/Session/Session_driver.php b/www/system/libraries/Session/Session_driver.php similarity index 100% rename from system/libraries/Session/Session_driver.php rename to www/system/libraries/Session/Session_driver.php diff --git a/system/libraries/Session/drivers/Session_database_driver.php b/www/system/libraries/Session/drivers/Session_database_driver.php similarity index 100% rename from system/libraries/Session/drivers/Session_database_driver.php rename to www/system/libraries/Session/drivers/Session_database_driver.php diff --git a/system/libraries/Session/drivers/Session_files_driver.php b/www/system/libraries/Session/drivers/Session_files_driver.php similarity index 100% rename from system/libraries/Session/drivers/Session_files_driver.php rename to www/system/libraries/Session/drivers/Session_files_driver.php diff --git a/system/libraries/Session/drivers/Session_memcached_driver.php b/www/system/libraries/Session/drivers/Session_memcached_driver.php similarity index 100% rename from system/libraries/Session/drivers/Session_memcached_driver.php rename to www/system/libraries/Session/drivers/Session_memcached_driver.php diff --git a/system/libraries/Session/drivers/Session_redis_driver.php b/www/system/libraries/Session/drivers/Session_redis_driver.php similarity index 100% rename from system/libraries/Session/drivers/Session_redis_driver.php rename to www/system/libraries/Session/drivers/Session_redis_driver.php diff --git a/system/libraries/Session/drivers/index.html b/www/system/libraries/Session/drivers/index.html similarity index 100% rename from system/libraries/Session/drivers/index.html rename to www/system/libraries/Session/drivers/index.html diff --git a/system/libraries/Session/index.html b/www/system/libraries/Session/index.html similarity index 100% rename from system/libraries/Session/index.html rename to www/system/libraries/Session/index.html diff --git a/system/libraries/Table.php b/www/system/libraries/Table.php similarity index 100% rename from system/libraries/Table.php rename to www/system/libraries/Table.php diff --git a/system/libraries/Trackback.php b/www/system/libraries/Trackback.php similarity index 100% rename from system/libraries/Trackback.php rename to www/system/libraries/Trackback.php diff --git a/system/libraries/Typography.php b/www/system/libraries/Typography.php similarity index 100% rename from system/libraries/Typography.php rename to www/system/libraries/Typography.php diff --git a/system/libraries/Unit_test.php b/www/system/libraries/Unit_test.php similarity index 100% rename from system/libraries/Unit_test.php rename to www/system/libraries/Unit_test.php diff --git a/system/libraries/Upload.php b/www/system/libraries/Upload.php similarity index 100% rename from system/libraries/Upload.php rename to www/system/libraries/Upload.php diff --git a/system/libraries/User_agent.php b/www/system/libraries/User_agent.php similarity index 100% rename from system/libraries/User_agent.php rename to www/system/libraries/User_agent.php diff --git a/system/libraries/Xmlrpc.php b/www/system/libraries/Xmlrpc.php similarity index 100% rename from system/libraries/Xmlrpc.php rename to www/system/libraries/Xmlrpc.php diff --git a/system/libraries/Xmlrpcs.php b/www/system/libraries/Xmlrpcs.php similarity index 100% rename from system/libraries/Xmlrpcs.php rename to www/system/libraries/Xmlrpcs.php diff --git a/system/libraries/Zip.php b/www/system/libraries/Zip.php similarity index 100% rename from system/libraries/Zip.php rename to www/system/libraries/Zip.php diff --git a/system/libraries/index.html b/www/system/libraries/index.html similarity index 100% rename from system/libraries/index.html rename to www/system/libraries/index.html diff --git a/user_guide/.buildinfo b/www/user_guide/.buildinfo similarity index 100% rename from user_guide/.buildinfo rename to www/user_guide/.buildinfo diff --git a/user_guide/DCO.html b/www/user_guide/DCO.html similarity index 100% rename from user_guide/DCO.html rename to www/user_guide/DCO.html diff --git a/user_guide/_downloads/ELDocs.tmbundle.zip b/www/user_guide/_downloads/ELDocs.tmbundle.zip similarity index 100% rename from user_guide/_downloads/ELDocs.tmbundle.zip rename to www/user_guide/_downloads/ELDocs.tmbundle.zip diff --git a/user_guide/_images/appflowchart.gif b/www/user_guide/_images/appflowchart.gif similarity index 100% rename from user_guide/_images/appflowchart.gif rename to www/user_guide/_images/appflowchart.gif diff --git a/user_guide/_images/smile.gif b/www/user_guide/_images/smile.gif similarity index 100% rename from user_guide/_images/smile.gif rename to www/user_guide/_images/smile.gif diff --git a/user_guide/_static/ajax-loader.gif b/www/user_guide/_static/ajax-loader.gif similarity index 100% rename from user_guide/_static/ajax-loader.gif rename to www/user_guide/_static/ajax-loader.gif diff --git a/user_guide/_static/basic.css b/www/user_guide/_static/basic.css similarity index 100% rename from user_guide/_static/basic.css rename to www/user_guide/_static/basic.css diff --git a/user_guide/_static/ci-icon.ico b/www/user_guide/_static/ci-icon.ico similarity index 100% rename from user_guide/_static/ci-icon.ico rename to www/user_guide/_static/ci-icon.ico diff --git a/user_guide/_static/comment-bright.png b/www/user_guide/_static/comment-bright.png similarity index 100% rename from user_guide/_static/comment-bright.png rename to www/user_guide/_static/comment-bright.png diff --git a/user_guide/_static/comment-close.png b/www/user_guide/_static/comment-close.png similarity index 100% rename from user_guide/_static/comment-close.png rename to www/user_guide/_static/comment-close.png diff --git a/user_guide/_static/comment.png b/www/user_guide/_static/comment.png similarity index 100% rename from user_guide/_static/comment.png rename to www/user_guide/_static/comment.png diff --git a/user_guide/_static/css/badge_only.css b/www/user_guide/_static/css/badge_only.css similarity index 100% rename from user_guide/_static/css/badge_only.css rename to www/user_guide/_static/css/badge_only.css diff --git a/user_guide/_static/css/citheme.css b/www/user_guide/_static/css/citheme.css similarity index 100% rename from user_guide/_static/css/citheme.css rename to www/user_guide/_static/css/citheme.css diff --git a/user_guide/_static/css/theme.css b/www/user_guide/_static/css/theme.css similarity index 100% rename from user_guide/_static/css/theme.css rename to www/user_guide/_static/css/theme.css diff --git a/user_guide/_static/doctools.js b/www/user_guide/_static/doctools.js similarity index 100% rename from user_guide/_static/doctools.js rename to www/user_guide/_static/doctools.js diff --git a/user_guide/_static/down-pressed.png b/www/user_guide/_static/down-pressed.png similarity index 100% rename from user_guide/_static/down-pressed.png rename to www/user_guide/_static/down-pressed.png diff --git a/user_guide/_static/down.png b/www/user_guide/_static/down.png similarity index 100% rename from user_guide/_static/down.png rename to www/user_guide/_static/down.png diff --git a/user_guide/_static/file.png b/www/user_guide/_static/file.png similarity index 100% rename from user_guide/_static/file.png rename to www/user_guide/_static/file.png diff --git a/user_guide/_static/fonts/FontAwesome.otf b/www/user_guide/_static/fonts/FontAwesome.otf similarity index 100% rename from user_guide/_static/fonts/FontAwesome.otf rename to www/user_guide/_static/fonts/FontAwesome.otf diff --git a/user_guide/_static/fonts/fontawesome-webfont.eot b/www/user_guide/_static/fonts/fontawesome-webfont.eot similarity index 100% rename from user_guide/_static/fonts/fontawesome-webfont.eot rename to www/user_guide/_static/fonts/fontawesome-webfont.eot diff --git a/user_guide/_static/fonts/fontawesome-webfont.svg b/www/user_guide/_static/fonts/fontawesome-webfont.svg similarity index 100% rename from user_guide/_static/fonts/fontawesome-webfont.svg rename to www/user_guide/_static/fonts/fontawesome-webfont.svg diff --git a/user_guide/_static/fonts/fontawesome-webfont.ttf b/www/user_guide/_static/fonts/fontawesome-webfont.ttf similarity index 100% rename from user_guide/_static/fonts/fontawesome-webfont.ttf rename to www/user_guide/_static/fonts/fontawesome-webfont.ttf diff --git a/user_guide/_static/fonts/fontawesome-webfont.woff b/www/user_guide/_static/fonts/fontawesome-webfont.woff similarity index 100% rename from user_guide/_static/fonts/fontawesome-webfont.woff rename to www/user_guide/_static/fonts/fontawesome-webfont.woff diff --git a/user_guide/_static/images/ci-icon.ico b/www/user_guide/_static/images/ci-icon.ico similarity index 100% rename from user_guide/_static/images/ci-icon.ico rename to www/user_guide/_static/images/ci-icon.ico diff --git a/user_guide/_static/jquery-3.1.0.js b/www/user_guide/_static/jquery-3.1.0.js similarity index 100% rename from user_guide/_static/jquery-3.1.0.js rename to www/user_guide/_static/jquery-3.1.0.js diff --git a/user_guide/_static/jquery.js b/www/user_guide/_static/jquery.js similarity index 100% rename from user_guide/_static/jquery.js rename to www/user_guide/_static/jquery.js diff --git a/user_guide/_static/js/oldtheme.js b/www/user_guide/_static/js/oldtheme.js similarity index 100% rename from user_guide/_static/js/oldtheme.js rename to www/user_guide/_static/js/oldtheme.js diff --git a/user_guide/_static/js/theme.js b/www/user_guide/_static/js/theme.js similarity index 100% rename from user_guide/_static/js/theme.js rename to www/user_guide/_static/js/theme.js diff --git a/user_guide/_static/minus.png b/www/user_guide/_static/minus.png similarity index 100% rename from user_guide/_static/minus.png rename to www/user_guide/_static/minus.png diff --git a/user_guide/_static/plus.png b/www/user_guide/_static/plus.png similarity index 100% rename from user_guide/_static/plus.png rename to www/user_guide/_static/plus.png diff --git a/user_guide/_static/pygments.css b/www/user_guide/_static/pygments.css similarity index 100% rename from user_guide/_static/pygments.css rename to www/user_guide/_static/pygments.css diff --git a/user_guide/_static/searchtools.js b/www/user_guide/_static/searchtools.js similarity index 100% rename from user_guide/_static/searchtools.js rename to www/user_guide/_static/searchtools.js diff --git a/user_guide/_static/underscore-1.3.1.js b/www/user_guide/_static/underscore-1.3.1.js similarity index 100% rename from user_guide/_static/underscore-1.3.1.js rename to www/user_guide/_static/underscore-1.3.1.js diff --git a/user_guide/_static/underscore.js b/www/user_guide/_static/underscore.js similarity index 100% rename from user_guide/_static/underscore.js rename to www/user_guide/_static/underscore.js diff --git a/user_guide/_static/up-pressed.png b/www/user_guide/_static/up-pressed.png similarity index 100% rename from user_guide/_static/up-pressed.png rename to www/user_guide/_static/up-pressed.png diff --git a/user_guide/_static/up.png b/www/user_guide/_static/up.png similarity index 100% rename from user_guide/_static/up.png rename to www/user_guide/_static/up.png diff --git a/user_guide/_static/websupport.js b/www/user_guide/_static/websupport.js similarity index 100% rename from user_guide/_static/websupport.js rename to www/user_guide/_static/websupport.js diff --git a/user_guide/changelog.html b/www/user_guide/changelog.html similarity index 100% rename from user_guide/changelog.html rename to www/user_guide/changelog.html diff --git a/user_guide/contributing/index.html b/www/user_guide/contributing/index.html similarity index 100% rename from user_guide/contributing/index.html rename to www/user_guide/contributing/index.html diff --git a/user_guide/database/caching.html b/www/user_guide/database/caching.html similarity index 100% rename from user_guide/database/caching.html rename to www/user_guide/database/caching.html diff --git a/user_guide/database/call_function.html b/www/user_guide/database/call_function.html similarity index 100% rename from user_guide/database/call_function.html rename to www/user_guide/database/call_function.html diff --git a/user_guide/database/configuration.html b/www/user_guide/database/configuration.html similarity index 100% rename from user_guide/database/configuration.html rename to www/user_guide/database/configuration.html diff --git a/user_guide/database/connecting.html b/www/user_guide/database/connecting.html similarity index 100% rename from user_guide/database/connecting.html rename to www/user_guide/database/connecting.html diff --git a/user_guide/database/db_driver_reference.html b/www/user_guide/database/db_driver_reference.html similarity index 100% rename from user_guide/database/db_driver_reference.html rename to www/user_guide/database/db_driver_reference.html diff --git a/user_guide/database/examples.html b/www/user_guide/database/examples.html similarity index 100% rename from user_guide/database/examples.html rename to www/user_guide/database/examples.html diff --git a/user_guide/database/forge.html b/www/user_guide/database/forge.html similarity index 100% rename from user_guide/database/forge.html rename to www/user_guide/database/forge.html diff --git a/user_guide/database/helpers.html b/www/user_guide/database/helpers.html similarity index 100% rename from user_guide/database/helpers.html rename to www/user_guide/database/helpers.html diff --git a/user_guide/database/index.html b/www/user_guide/database/index.html similarity index 100% rename from user_guide/database/index.html rename to www/user_guide/database/index.html diff --git a/user_guide/database/metadata.html b/www/user_guide/database/metadata.html similarity index 100% rename from user_guide/database/metadata.html rename to www/user_guide/database/metadata.html diff --git a/user_guide/database/queries.html b/www/user_guide/database/queries.html similarity index 100% rename from user_guide/database/queries.html rename to www/user_guide/database/queries.html diff --git a/user_guide/database/query_builder.html b/www/user_guide/database/query_builder.html similarity index 100% rename from user_guide/database/query_builder.html rename to www/user_guide/database/query_builder.html diff --git a/user_guide/database/results.html b/www/user_guide/database/results.html similarity index 100% rename from user_guide/database/results.html rename to www/user_guide/database/results.html diff --git a/user_guide/database/transactions.html b/www/user_guide/database/transactions.html similarity index 100% rename from user_guide/database/transactions.html rename to www/user_guide/database/transactions.html diff --git a/user_guide/database/utilities.html b/www/user_guide/database/utilities.html similarity index 100% rename from user_guide/database/utilities.html rename to www/user_guide/database/utilities.html diff --git a/user_guide/documentation/index.html b/www/user_guide/documentation/index.html similarity index 100% rename from user_guide/documentation/index.html rename to www/user_guide/documentation/index.html diff --git a/user_guide/general/alternative_php.html b/www/user_guide/general/alternative_php.html similarity index 100% rename from user_guide/general/alternative_php.html rename to www/user_guide/general/alternative_php.html diff --git a/user_guide/general/ancillary_classes.html b/www/user_guide/general/ancillary_classes.html similarity index 100% rename from user_guide/general/ancillary_classes.html rename to www/user_guide/general/ancillary_classes.html diff --git a/user_guide/general/autoloader.html b/www/user_guide/general/autoloader.html similarity index 100% rename from user_guide/general/autoloader.html rename to www/user_guide/general/autoloader.html diff --git a/user_guide/general/caching.html b/www/user_guide/general/caching.html similarity index 100% rename from user_guide/general/caching.html rename to www/user_guide/general/caching.html diff --git a/user_guide/general/cli.html b/www/user_guide/general/cli.html similarity index 100% rename from user_guide/general/cli.html rename to www/user_guide/general/cli.html diff --git a/user_guide/general/common_functions.html b/www/user_guide/general/common_functions.html similarity index 100% rename from user_guide/general/common_functions.html rename to www/user_guide/general/common_functions.html diff --git a/user_guide/general/compatibility_functions.html b/www/user_guide/general/compatibility_functions.html similarity index 100% rename from user_guide/general/compatibility_functions.html rename to www/user_guide/general/compatibility_functions.html diff --git a/user_guide/general/controllers.html b/www/user_guide/general/controllers.html similarity index 100% rename from user_guide/general/controllers.html rename to www/user_guide/general/controllers.html diff --git a/user_guide/general/core_classes.html b/www/user_guide/general/core_classes.html similarity index 100% rename from user_guide/general/core_classes.html rename to www/user_guide/general/core_classes.html diff --git a/user_guide/general/creating_drivers.html b/www/user_guide/general/creating_drivers.html similarity index 100% rename from user_guide/general/creating_drivers.html rename to www/user_guide/general/creating_drivers.html diff --git a/user_guide/general/creating_libraries.html b/www/user_guide/general/creating_libraries.html similarity index 100% rename from user_guide/general/creating_libraries.html rename to www/user_guide/general/creating_libraries.html diff --git a/user_guide/general/credits.html b/www/user_guide/general/credits.html similarity index 100% rename from user_guide/general/credits.html rename to www/user_guide/general/credits.html diff --git a/user_guide/general/drivers.html b/www/user_guide/general/drivers.html similarity index 100% rename from user_guide/general/drivers.html rename to www/user_guide/general/drivers.html diff --git a/user_guide/general/environments.html b/www/user_guide/general/environments.html similarity index 100% rename from user_guide/general/environments.html rename to www/user_guide/general/environments.html diff --git a/user_guide/general/errors.html b/www/user_guide/general/errors.html similarity index 100% rename from user_guide/general/errors.html rename to www/user_guide/general/errors.html diff --git a/user_guide/general/helpers.html b/www/user_guide/general/helpers.html similarity index 100% rename from user_guide/general/helpers.html rename to www/user_guide/general/helpers.html diff --git a/user_guide/general/hooks.html b/www/user_guide/general/hooks.html similarity index 100% rename from user_guide/general/hooks.html rename to www/user_guide/general/hooks.html diff --git a/user_guide/general/index.html b/www/user_guide/general/index.html similarity index 100% rename from user_guide/general/index.html rename to www/user_guide/general/index.html diff --git a/user_guide/general/libraries.html b/www/user_guide/general/libraries.html similarity index 100% rename from user_guide/general/libraries.html rename to www/user_guide/general/libraries.html diff --git a/user_guide/general/managing_apps.html b/www/user_guide/general/managing_apps.html similarity index 100% rename from user_guide/general/managing_apps.html rename to www/user_guide/general/managing_apps.html diff --git a/user_guide/general/models.html b/www/user_guide/general/models.html similarity index 100% rename from user_guide/general/models.html rename to www/user_guide/general/models.html diff --git a/user_guide/general/profiling.html b/www/user_guide/general/profiling.html similarity index 100% rename from user_guide/general/profiling.html rename to www/user_guide/general/profiling.html diff --git a/user_guide/general/requirements.html b/www/user_guide/general/requirements.html similarity index 100% rename from user_guide/general/requirements.html rename to www/user_guide/general/requirements.html diff --git a/user_guide/general/reserved_names.html b/www/user_guide/general/reserved_names.html similarity index 100% rename from user_guide/general/reserved_names.html rename to www/user_guide/general/reserved_names.html diff --git a/user_guide/general/routing.html b/www/user_guide/general/routing.html similarity index 100% rename from user_guide/general/routing.html rename to www/user_guide/general/routing.html diff --git a/user_guide/general/security.html b/www/user_guide/general/security.html similarity index 100% rename from user_guide/general/security.html rename to www/user_guide/general/security.html diff --git a/user_guide/general/styleguide.html b/www/user_guide/general/styleguide.html similarity index 100% rename from user_guide/general/styleguide.html rename to www/user_guide/general/styleguide.html diff --git a/user_guide/general/urls.html b/www/user_guide/general/urls.html similarity index 100% rename from user_guide/general/urls.html rename to www/user_guide/general/urls.html diff --git a/user_guide/general/views.html b/www/user_guide/general/views.html similarity index 100% rename from user_guide/general/views.html rename to www/user_guide/general/views.html diff --git a/user_guide/general/welcome.html b/www/user_guide/general/welcome.html similarity index 100% rename from user_guide/general/welcome.html rename to www/user_guide/general/welcome.html diff --git a/user_guide/genindex.html b/www/user_guide/genindex.html similarity index 100% rename from user_guide/genindex.html rename to www/user_guide/genindex.html diff --git a/user_guide/helpers/array_helper.html b/www/user_guide/helpers/array_helper.html similarity index 100% rename from user_guide/helpers/array_helper.html rename to www/user_guide/helpers/array_helper.html diff --git a/user_guide/helpers/captcha_helper.html b/www/user_guide/helpers/captcha_helper.html similarity index 100% rename from user_guide/helpers/captcha_helper.html rename to www/user_guide/helpers/captcha_helper.html diff --git a/user_guide/helpers/cookie_helper.html b/www/user_guide/helpers/cookie_helper.html similarity index 100% rename from user_guide/helpers/cookie_helper.html rename to www/user_guide/helpers/cookie_helper.html diff --git a/user_guide/helpers/date_helper.html b/www/user_guide/helpers/date_helper.html similarity index 100% rename from user_guide/helpers/date_helper.html rename to www/user_guide/helpers/date_helper.html diff --git a/user_guide/helpers/directory_helper.html b/www/user_guide/helpers/directory_helper.html similarity index 100% rename from user_guide/helpers/directory_helper.html rename to www/user_guide/helpers/directory_helper.html diff --git a/user_guide/helpers/download_helper.html b/www/user_guide/helpers/download_helper.html similarity index 100% rename from user_guide/helpers/download_helper.html rename to www/user_guide/helpers/download_helper.html diff --git a/user_guide/helpers/email_helper.html b/www/user_guide/helpers/email_helper.html similarity index 100% rename from user_guide/helpers/email_helper.html rename to www/user_guide/helpers/email_helper.html diff --git a/user_guide/helpers/file_helper.html b/www/user_guide/helpers/file_helper.html similarity index 100% rename from user_guide/helpers/file_helper.html rename to www/user_guide/helpers/file_helper.html diff --git a/user_guide/helpers/form_helper.html b/www/user_guide/helpers/form_helper.html similarity index 100% rename from user_guide/helpers/form_helper.html rename to www/user_guide/helpers/form_helper.html diff --git a/user_guide/helpers/html_helper.html b/www/user_guide/helpers/html_helper.html similarity index 100% rename from user_guide/helpers/html_helper.html rename to www/user_guide/helpers/html_helper.html diff --git a/user_guide/helpers/index.html b/www/user_guide/helpers/index.html similarity index 100% rename from user_guide/helpers/index.html rename to www/user_guide/helpers/index.html diff --git a/user_guide/helpers/inflector_helper.html b/www/user_guide/helpers/inflector_helper.html similarity index 100% rename from user_guide/helpers/inflector_helper.html rename to www/user_guide/helpers/inflector_helper.html diff --git a/user_guide/helpers/language_helper.html b/www/user_guide/helpers/language_helper.html similarity index 100% rename from user_guide/helpers/language_helper.html rename to www/user_guide/helpers/language_helper.html diff --git a/user_guide/helpers/number_helper.html b/www/user_guide/helpers/number_helper.html similarity index 100% rename from user_guide/helpers/number_helper.html rename to www/user_guide/helpers/number_helper.html diff --git a/user_guide/helpers/path_helper.html b/www/user_guide/helpers/path_helper.html similarity index 100% rename from user_guide/helpers/path_helper.html rename to www/user_guide/helpers/path_helper.html diff --git a/user_guide/helpers/security_helper.html b/www/user_guide/helpers/security_helper.html similarity index 100% rename from user_guide/helpers/security_helper.html rename to www/user_guide/helpers/security_helper.html diff --git a/user_guide/helpers/smiley_helper.html b/www/user_guide/helpers/smiley_helper.html similarity index 100% rename from user_guide/helpers/smiley_helper.html rename to www/user_guide/helpers/smiley_helper.html diff --git a/user_guide/helpers/string_helper.html b/www/user_guide/helpers/string_helper.html similarity index 100% rename from user_guide/helpers/string_helper.html rename to www/user_guide/helpers/string_helper.html diff --git a/user_guide/helpers/text_helper.html b/www/user_guide/helpers/text_helper.html similarity index 100% rename from user_guide/helpers/text_helper.html rename to www/user_guide/helpers/text_helper.html diff --git a/user_guide/helpers/typography_helper.html b/www/user_guide/helpers/typography_helper.html similarity index 100% rename from user_guide/helpers/typography_helper.html rename to www/user_guide/helpers/typography_helper.html diff --git a/user_guide/helpers/url_helper.html b/www/user_guide/helpers/url_helper.html similarity index 100% rename from user_guide/helpers/url_helper.html rename to www/user_guide/helpers/url_helper.html diff --git a/user_guide/helpers/xml_helper.html b/www/user_guide/helpers/xml_helper.html similarity index 100% rename from user_guide/helpers/xml_helper.html rename to www/user_guide/helpers/xml_helper.html diff --git a/user_guide/index.html b/www/user_guide/index.html similarity index 100% rename from user_guide/index.html rename to www/user_guide/index.html diff --git a/user_guide/installation/downloads.html b/www/user_guide/installation/downloads.html similarity index 100% rename from user_guide/installation/downloads.html rename to www/user_guide/installation/downloads.html diff --git a/user_guide/installation/index.html b/www/user_guide/installation/index.html similarity index 100% rename from user_guide/installation/index.html rename to www/user_guide/installation/index.html diff --git a/user_guide/installation/troubleshooting.html b/www/user_guide/installation/troubleshooting.html similarity index 100% rename from user_guide/installation/troubleshooting.html rename to www/user_guide/installation/troubleshooting.html diff --git a/user_guide/installation/upgrade_120.html b/www/user_guide/installation/upgrade_120.html similarity index 100% rename from user_guide/installation/upgrade_120.html rename to www/user_guide/installation/upgrade_120.html diff --git a/user_guide/installation/upgrade_130.html b/www/user_guide/installation/upgrade_130.html similarity index 100% rename from user_guide/installation/upgrade_130.html rename to www/user_guide/installation/upgrade_130.html diff --git a/user_guide/installation/upgrade_131.html b/www/user_guide/installation/upgrade_131.html similarity index 100% rename from user_guide/installation/upgrade_131.html rename to www/user_guide/installation/upgrade_131.html diff --git a/user_guide/installation/upgrade_132.html b/www/user_guide/installation/upgrade_132.html similarity index 100% rename from user_guide/installation/upgrade_132.html rename to www/user_guide/installation/upgrade_132.html diff --git a/user_guide/installation/upgrade_133.html b/www/user_guide/installation/upgrade_133.html similarity index 100% rename from user_guide/installation/upgrade_133.html rename to www/user_guide/installation/upgrade_133.html diff --git a/user_guide/installation/upgrade_140.html b/www/user_guide/installation/upgrade_140.html similarity index 100% rename from user_guide/installation/upgrade_140.html rename to www/user_guide/installation/upgrade_140.html diff --git a/user_guide/installation/upgrade_141.html b/www/user_guide/installation/upgrade_141.html similarity index 100% rename from user_guide/installation/upgrade_141.html rename to www/user_guide/installation/upgrade_141.html diff --git a/user_guide/installation/upgrade_150.html b/www/user_guide/installation/upgrade_150.html similarity index 100% rename from user_guide/installation/upgrade_150.html rename to www/user_guide/installation/upgrade_150.html diff --git a/user_guide/installation/upgrade_152.html b/www/user_guide/installation/upgrade_152.html similarity index 100% rename from user_guide/installation/upgrade_152.html rename to www/user_guide/installation/upgrade_152.html diff --git a/user_guide/installation/upgrade_153.html b/www/user_guide/installation/upgrade_153.html similarity index 100% rename from user_guide/installation/upgrade_153.html rename to www/user_guide/installation/upgrade_153.html diff --git a/user_guide/installation/upgrade_154.html b/www/user_guide/installation/upgrade_154.html similarity index 100% rename from user_guide/installation/upgrade_154.html rename to www/user_guide/installation/upgrade_154.html diff --git a/user_guide/installation/upgrade_160.html b/www/user_guide/installation/upgrade_160.html similarity index 100% rename from user_guide/installation/upgrade_160.html rename to www/user_guide/installation/upgrade_160.html diff --git a/user_guide/installation/upgrade_161.html b/www/user_guide/installation/upgrade_161.html similarity index 100% rename from user_guide/installation/upgrade_161.html rename to www/user_guide/installation/upgrade_161.html diff --git a/user_guide/installation/upgrade_162.html b/www/user_guide/installation/upgrade_162.html similarity index 100% rename from user_guide/installation/upgrade_162.html rename to www/user_guide/installation/upgrade_162.html diff --git a/user_guide/installation/upgrade_163.html b/www/user_guide/installation/upgrade_163.html similarity index 100% rename from user_guide/installation/upgrade_163.html rename to www/user_guide/installation/upgrade_163.html diff --git a/user_guide/installation/upgrade_170.html b/www/user_guide/installation/upgrade_170.html similarity index 100% rename from user_guide/installation/upgrade_170.html rename to www/user_guide/installation/upgrade_170.html diff --git a/user_guide/installation/upgrade_171.html b/www/user_guide/installation/upgrade_171.html similarity index 100% rename from user_guide/installation/upgrade_171.html rename to www/user_guide/installation/upgrade_171.html diff --git a/user_guide/installation/upgrade_172.html b/www/user_guide/installation/upgrade_172.html similarity index 100% rename from user_guide/installation/upgrade_172.html rename to www/user_guide/installation/upgrade_172.html diff --git a/user_guide/installation/upgrade_200.html b/www/user_guide/installation/upgrade_200.html similarity index 100% rename from user_guide/installation/upgrade_200.html rename to www/user_guide/installation/upgrade_200.html diff --git a/user_guide/installation/upgrade_201.html b/www/user_guide/installation/upgrade_201.html similarity index 100% rename from user_guide/installation/upgrade_201.html rename to www/user_guide/installation/upgrade_201.html diff --git a/user_guide/installation/upgrade_202.html b/www/user_guide/installation/upgrade_202.html similarity index 100% rename from user_guide/installation/upgrade_202.html rename to www/user_guide/installation/upgrade_202.html diff --git a/user_guide/installation/upgrade_203.html b/www/user_guide/installation/upgrade_203.html similarity index 100% rename from user_guide/installation/upgrade_203.html rename to www/user_guide/installation/upgrade_203.html diff --git a/user_guide/installation/upgrade_210.html b/www/user_guide/installation/upgrade_210.html similarity index 100% rename from user_guide/installation/upgrade_210.html rename to www/user_guide/installation/upgrade_210.html diff --git a/user_guide/installation/upgrade_211.html b/www/user_guide/installation/upgrade_211.html similarity index 100% rename from user_guide/installation/upgrade_211.html rename to www/user_guide/installation/upgrade_211.html diff --git a/user_guide/installation/upgrade_212.html b/www/user_guide/installation/upgrade_212.html similarity index 100% rename from user_guide/installation/upgrade_212.html rename to www/user_guide/installation/upgrade_212.html diff --git a/user_guide/installation/upgrade_213.html b/www/user_guide/installation/upgrade_213.html similarity index 100% rename from user_guide/installation/upgrade_213.html rename to www/user_guide/installation/upgrade_213.html diff --git a/user_guide/installation/upgrade_214.html b/www/user_guide/installation/upgrade_214.html similarity index 100% rename from user_guide/installation/upgrade_214.html rename to www/user_guide/installation/upgrade_214.html diff --git a/user_guide/installation/upgrade_220.html b/www/user_guide/installation/upgrade_220.html similarity index 100% rename from user_guide/installation/upgrade_220.html rename to www/user_guide/installation/upgrade_220.html diff --git a/user_guide/installation/upgrade_221.html b/www/user_guide/installation/upgrade_221.html similarity index 100% rename from user_guide/installation/upgrade_221.html rename to www/user_guide/installation/upgrade_221.html diff --git a/user_guide/installation/upgrade_222.html b/www/user_guide/installation/upgrade_222.html similarity index 100% rename from user_guide/installation/upgrade_222.html rename to www/user_guide/installation/upgrade_222.html diff --git a/user_guide/installation/upgrade_223.html b/www/user_guide/installation/upgrade_223.html similarity index 100% rename from user_guide/installation/upgrade_223.html rename to www/user_guide/installation/upgrade_223.html diff --git a/user_guide/installation/upgrade_300.html b/www/user_guide/installation/upgrade_300.html similarity index 100% rename from user_guide/installation/upgrade_300.html rename to www/user_guide/installation/upgrade_300.html diff --git a/user_guide/installation/upgrade_301.html b/www/user_guide/installation/upgrade_301.html similarity index 100% rename from user_guide/installation/upgrade_301.html rename to www/user_guide/installation/upgrade_301.html diff --git a/user_guide/installation/upgrade_302.html b/www/user_guide/installation/upgrade_302.html similarity index 100% rename from user_guide/installation/upgrade_302.html rename to www/user_guide/installation/upgrade_302.html diff --git a/user_guide/installation/upgrade_303.html b/www/user_guide/installation/upgrade_303.html similarity index 100% rename from user_guide/installation/upgrade_303.html rename to www/user_guide/installation/upgrade_303.html diff --git a/user_guide/installation/upgrade_304.html b/www/user_guide/installation/upgrade_304.html similarity index 100% rename from user_guide/installation/upgrade_304.html rename to www/user_guide/installation/upgrade_304.html diff --git a/user_guide/installation/upgrade_305.html b/www/user_guide/installation/upgrade_305.html similarity index 100% rename from user_guide/installation/upgrade_305.html rename to www/user_guide/installation/upgrade_305.html diff --git a/user_guide/installation/upgrade_306.html b/www/user_guide/installation/upgrade_306.html similarity index 100% rename from user_guide/installation/upgrade_306.html rename to www/user_guide/installation/upgrade_306.html diff --git a/user_guide/installation/upgrade_310.html b/www/user_guide/installation/upgrade_310.html similarity index 100% rename from user_guide/installation/upgrade_310.html rename to www/user_guide/installation/upgrade_310.html diff --git a/user_guide/installation/upgrade_311.html b/www/user_guide/installation/upgrade_311.html similarity index 100% rename from user_guide/installation/upgrade_311.html rename to www/user_guide/installation/upgrade_311.html diff --git a/user_guide/installation/upgrade_312.html b/www/user_guide/installation/upgrade_312.html similarity index 100% rename from user_guide/installation/upgrade_312.html rename to www/user_guide/installation/upgrade_312.html diff --git a/user_guide/installation/upgrade_313.html b/www/user_guide/installation/upgrade_313.html similarity index 100% rename from user_guide/installation/upgrade_313.html rename to www/user_guide/installation/upgrade_313.html diff --git a/user_guide/installation/upgrade_314.html b/www/user_guide/installation/upgrade_314.html similarity index 100% rename from user_guide/installation/upgrade_314.html rename to www/user_guide/installation/upgrade_314.html diff --git a/user_guide/installation/upgrade_315.html b/www/user_guide/installation/upgrade_315.html similarity index 100% rename from user_guide/installation/upgrade_315.html rename to www/user_guide/installation/upgrade_315.html diff --git a/user_guide/installation/upgrade_316.html b/www/user_guide/installation/upgrade_316.html similarity index 100% rename from user_guide/installation/upgrade_316.html rename to www/user_guide/installation/upgrade_316.html diff --git a/user_guide/installation/upgrade_b11.html b/www/user_guide/installation/upgrade_b11.html similarity index 100% rename from user_guide/installation/upgrade_b11.html rename to www/user_guide/installation/upgrade_b11.html diff --git a/user_guide/installation/upgrading.html b/www/user_guide/installation/upgrading.html similarity index 100% rename from user_guide/installation/upgrading.html rename to www/user_guide/installation/upgrading.html diff --git a/user_guide/libraries/benchmark.html b/www/user_guide/libraries/benchmark.html similarity index 100% rename from user_guide/libraries/benchmark.html rename to www/user_guide/libraries/benchmark.html diff --git a/user_guide/libraries/caching.html b/www/user_guide/libraries/caching.html similarity index 100% rename from user_guide/libraries/caching.html rename to www/user_guide/libraries/caching.html diff --git a/user_guide/libraries/calendar.html b/www/user_guide/libraries/calendar.html similarity index 100% rename from user_guide/libraries/calendar.html rename to www/user_guide/libraries/calendar.html diff --git a/user_guide/libraries/cart.html b/www/user_guide/libraries/cart.html similarity index 100% rename from user_guide/libraries/cart.html rename to www/user_guide/libraries/cart.html diff --git a/user_guide/libraries/config.html b/www/user_guide/libraries/config.html similarity index 100% rename from user_guide/libraries/config.html rename to www/user_guide/libraries/config.html diff --git a/user_guide/libraries/email.html b/www/user_guide/libraries/email.html similarity index 100% rename from user_guide/libraries/email.html rename to www/user_guide/libraries/email.html diff --git a/user_guide/libraries/encrypt.html b/www/user_guide/libraries/encrypt.html similarity index 100% rename from user_guide/libraries/encrypt.html rename to www/user_guide/libraries/encrypt.html diff --git a/user_guide/libraries/encryption.html b/www/user_guide/libraries/encryption.html similarity index 100% rename from user_guide/libraries/encryption.html rename to www/user_guide/libraries/encryption.html diff --git a/user_guide/libraries/file_uploading.html b/www/user_guide/libraries/file_uploading.html similarity index 100% rename from user_guide/libraries/file_uploading.html rename to www/user_guide/libraries/file_uploading.html diff --git a/user_guide/libraries/form_validation.html b/www/user_guide/libraries/form_validation.html similarity index 100% rename from user_guide/libraries/form_validation.html rename to www/user_guide/libraries/form_validation.html diff --git a/user_guide/libraries/ftp.html b/www/user_guide/libraries/ftp.html similarity index 100% rename from user_guide/libraries/ftp.html rename to www/user_guide/libraries/ftp.html diff --git a/user_guide/libraries/image_lib.html b/www/user_guide/libraries/image_lib.html similarity index 100% rename from user_guide/libraries/image_lib.html rename to www/user_guide/libraries/image_lib.html diff --git a/user_guide/libraries/index.html b/www/user_guide/libraries/index.html similarity index 100% rename from user_guide/libraries/index.html rename to www/user_guide/libraries/index.html diff --git a/user_guide/libraries/input.html b/www/user_guide/libraries/input.html similarity index 100% rename from user_guide/libraries/input.html rename to www/user_guide/libraries/input.html diff --git a/user_guide/libraries/javascript.html b/www/user_guide/libraries/javascript.html similarity index 100% rename from user_guide/libraries/javascript.html rename to www/user_guide/libraries/javascript.html diff --git a/user_guide/libraries/language.html b/www/user_guide/libraries/language.html similarity index 100% rename from user_guide/libraries/language.html rename to www/user_guide/libraries/language.html diff --git a/user_guide/libraries/loader.html b/www/user_guide/libraries/loader.html similarity index 100% rename from user_guide/libraries/loader.html rename to www/user_guide/libraries/loader.html diff --git a/user_guide/libraries/migration.html b/www/user_guide/libraries/migration.html similarity index 100% rename from user_guide/libraries/migration.html rename to www/user_guide/libraries/migration.html diff --git a/user_guide/libraries/output.html b/www/user_guide/libraries/output.html similarity index 100% rename from user_guide/libraries/output.html rename to www/user_guide/libraries/output.html diff --git a/user_guide/libraries/pagination.html b/www/user_guide/libraries/pagination.html similarity index 100% rename from user_guide/libraries/pagination.html rename to www/user_guide/libraries/pagination.html diff --git a/user_guide/libraries/parser.html b/www/user_guide/libraries/parser.html similarity index 100% rename from user_guide/libraries/parser.html rename to www/user_guide/libraries/parser.html diff --git a/user_guide/libraries/security.html b/www/user_guide/libraries/security.html similarity index 100% rename from user_guide/libraries/security.html rename to www/user_guide/libraries/security.html diff --git a/user_guide/libraries/sessions.html b/www/user_guide/libraries/sessions.html similarity index 100% rename from user_guide/libraries/sessions.html rename to www/user_guide/libraries/sessions.html diff --git a/user_guide/libraries/table.html b/www/user_guide/libraries/table.html similarity index 100% rename from user_guide/libraries/table.html rename to www/user_guide/libraries/table.html diff --git a/user_guide/libraries/trackback.html b/www/user_guide/libraries/trackback.html similarity index 100% rename from user_guide/libraries/trackback.html rename to www/user_guide/libraries/trackback.html diff --git a/user_guide/libraries/typography.html b/www/user_guide/libraries/typography.html similarity index 100% rename from user_guide/libraries/typography.html rename to www/user_guide/libraries/typography.html diff --git a/user_guide/libraries/unit_testing.html b/www/user_guide/libraries/unit_testing.html similarity index 100% rename from user_guide/libraries/unit_testing.html rename to www/user_guide/libraries/unit_testing.html diff --git a/user_guide/libraries/uri.html b/www/user_guide/libraries/uri.html similarity index 100% rename from user_guide/libraries/uri.html rename to www/user_guide/libraries/uri.html diff --git a/user_guide/libraries/user_agent.html b/www/user_guide/libraries/user_agent.html similarity index 100% rename from user_guide/libraries/user_agent.html rename to www/user_guide/libraries/user_agent.html diff --git a/user_guide/libraries/xmlrpc.html b/www/user_guide/libraries/xmlrpc.html similarity index 100% rename from user_guide/libraries/xmlrpc.html rename to www/user_guide/libraries/xmlrpc.html diff --git a/user_guide/libraries/zip.html b/www/user_guide/libraries/zip.html similarity index 100% rename from user_guide/libraries/zip.html rename to www/user_guide/libraries/zip.html diff --git a/user_guide/license.html b/www/user_guide/license.html similarity index 100% rename from user_guide/license.html rename to www/user_guide/license.html diff --git a/user_guide/objects.inv b/www/user_guide/objects.inv similarity index 100% rename from user_guide/objects.inv rename to www/user_guide/objects.inv diff --git a/user_guide/overview/appflow.html b/www/user_guide/overview/appflow.html similarity index 100% rename from user_guide/overview/appflow.html rename to www/user_guide/overview/appflow.html diff --git a/user_guide/overview/at_a_glance.html b/www/user_guide/overview/at_a_glance.html similarity index 100% rename from user_guide/overview/at_a_glance.html rename to www/user_guide/overview/at_a_glance.html diff --git a/user_guide/overview/features.html b/www/user_guide/overview/features.html similarity index 100% rename from user_guide/overview/features.html rename to www/user_guide/overview/features.html diff --git a/user_guide/overview/getting_started.html b/www/user_guide/overview/getting_started.html similarity index 100% rename from user_guide/overview/getting_started.html rename to www/user_guide/overview/getting_started.html diff --git a/user_guide/overview/goals.html b/www/user_guide/overview/goals.html similarity index 100% rename from user_guide/overview/goals.html rename to www/user_guide/overview/goals.html diff --git a/user_guide/overview/index.html b/www/user_guide/overview/index.html similarity index 100% rename from user_guide/overview/index.html rename to www/user_guide/overview/index.html diff --git a/user_guide/overview/mvc.html b/www/user_guide/overview/mvc.html similarity index 100% rename from user_guide/overview/mvc.html rename to www/user_guide/overview/mvc.html diff --git a/user_guide/search.html b/www/user_guide/search.html similarity index 100% rename from user_guide/search.html rename to www/user_guide/search.html diff --git a/user_guide/searchindex.js b/www/user_guide/searchindex.js similarity index 100% rename from user_guide/searchindex.js rename to www/user_guide/searchindex.js diff --git a/user_guide/tutorial/conclusion.html b/www/user_guide/tutorial/conclusion.html similarity index 100% rename from user_guide/tutorial/conclusion.html rename to www/user_guide/tutorial/conclusion.html diff --git a/user_guide/tutorial/create_news_items.html b/www/user_guide/tutorial/create_news_items.html similarity index 100% rename from user_guide/tutorial/create_news_items.html rename to www/user_guide/tutorial/create_news_items.html diff --git a/user_guide/tutorial/index.html b/www/user_guide/tutorial/index.html similarity index 100% rename from user_guide/tutorial/index.html rename to www/user_guide/tutorial/index.html diff --git a/user_guide/tutorial/news_section.html b/www/user_guide/tutorial/news_section.html similarity index 100% rename from user_guide/tutorial/news_section.html rename to www/user_guide/tutorial/news_section.html diff --git a/user_guide/tutorial/static_pages.html b/www/user_guide/tutorial/static_pages.html similarity index 100% rename from user_guide/tutorial/static_pages.html rename to www/user_guide/tutorial/static_pages.html