From dfee16860d15ee7e74d13e2c4c67fa0f0d1cd292 Mon Sep 17 00:00:00 2001 From: Mateus da Silva Date: Sat, 5 Dec 2015 10:14:19 -0200 Subject: [PATCH 1/6] modificando o readme --- readme.rst | 68 +----------------------------------------------------- 1 file changed, 1 insertion(+), 67 deletions(-) diff --git a/readme.rst b/readme.rst index 640dd24..1d2cc75 100644 --- a/readme.rst +++ b/readme.rst @@ -1,69 +1,3 @@ ################### -What is CodeIgniter + PORTAL ################### - -CodeIgniter is an Application Development Framework - a toolkit - for people -who build web sites using PHP. Its goal is to enable you to develop projects -much faster than you could if you were writing code from scratch, by providing -a rich set of libraries for commonly needed tasks, as well as a simple -interface and logical structure to access these libraries. CodeIgniter lets -you creatively focus on your project by minimizing the amount of code needed -for a given task. - -******************* -Release Information -******************* - -This repo contains in-development code for future releases. To download the -latest stable release please visit the `CodeIgniter Downloads -`_ page. - -************************** -Changelog and New Features -************************** - -You can find a list of all changes for each release in the `user -guide change log `_. - -******************* -Server Requirements -******************* - -PHP version 5.4 or newer is recommended. - -It should work on 5.2.4 as well, but we strongly advise you NOT to run -such old versions of PHP, because of potential security and performance -issues, as well as missing features. - -************ -Installation -************ - -Please see the `installation section `_ -of the CodeIgniter User Guide. - -******* -License -******* - -Please see the `license -agreement `_. - -********* -Resources -********* - -- `User Guide `_ -- `Language File Translations `_ -- `Community Forums `_ -- `Community Wiki `_ -- `Community IRC `_ - -Report security issues to our `Security Panel `_, thank you. - -*************** -Acknowledgement -*************** - -The CodeIgniter team would like to thank EllisLab, all the -contributors to the CodeIgniter project and you, the CodeIgniter user. \ No newline at end of file From cebff42c21e69752b7e54a7136031c6904d233dd Mon Sep 17 00:00:00 2001 From: Mateus Silva Date: Thu, 17 Dec 2015 11:09:21 -0200 Subject: [PATCH 2/6] controller com erro --- .gitattributes | 0 .gitignore | 0 .htaccess | 0 application/_htaccess | 0 application/cache/_htaccess | 0 application/cache/index.html | 0 application/config/autoload.php | 0 application/config/config.php | 4 +- application/config/constants.php | 0 application/config/database.php | 4 +- application/config/doctypes.php | 0 application/config/foreign_chars.php | 0 application/config/hooks.php | 0 application/config/index.html | 0 application/config/memcached.php | 0 application/config/migration.php | 0 application/config/mimes.php | 0 application/config/profiler.php | 0 application/config/routes.php | 0 application/config/smileys.php | 0 application/config/user_agents.php | 0 application/controllers/Extempresa.php | 11 ++++ .../{extvagas.php => Extvagas.php} | 0 application/controllers/cadvaga.php | 0 application/controllers/index.html | 0 application/controllers/principal.php | 0 application/core/index.html | 0 application/helpers/index.html | 0 application/hooks/index.html | 0 application/index.html | 0 application/language/english/index.html | 0 application/language/index.html | 0 application/libraries/index.html | 0 application/logs/index.html | 0 application/models/ExtEmpresa_model.php | 50 +++++++++++++++++ .../{extvaga_model.php => Extvaga_model.php} | 0 application/models/cadvaga_model.php | 0 application/models/index.html | 0 application/models/principal_model.php | 0 application/third_party/index.html | 0 application/views/cliente/extensaoCadAdm.php | 0 .../views/cliente/extensaoCadVagas.php | 0 application/views/cliente/extensaoEmpresa.php | 51 +++++++++++------- application/views/cliente/extensaoVagas.php | 0 .../views/cliente/extensaoVisVagas.php | 0 application/views/cliente/principal.php | 0 application/views/errors/cli/error_404.php | 0 application/views/errors/cli/error_db.php | 0 .../views/errors/cli/error_exception.php | 0 .../views/errors/cli/error_general.php | 0 application/views/errors/cli/error_php.php | 0 application/views/errors/cli/index.html | 0 application/views/errors/html/error_404.php | 0 application/views/errors/html/error_db.php | 0 .../views/errors/html/error_exception.php | 0 .../views/errors/html/error_general.php | 0 application/views/errors/html/error_php.php | 0 application/views/errors/html/index.html | 0 application/views/errors/index.html | 0 application/views/index.html | 0 application/views/layout/rodape.php | 0 application/views/layout/topo.php | 0 application/views/layout/topoADM.php | 0 application/views/welcome_message.php | 0 assets/css/bootstrap-theme.css | 0 assets/css/bootstrap-theme.css.map | 0 assets/css/bootstrap-theme.min.css | 0 assets/css/bootstrap.css | 0 assets/css/bootstrap.css.map | 0 assets/css/bootstrap.min.css | 0 assets/css/estilo.css | 0 assets/fonts/glyphicons-halflings-regular.eot | Bin assets/fonts/glyphicons-halflings-regular.svg | 0 assets/fonts/glyphicons-halflings-regular.ttf | Bin .../fonts/glyphicons-halflings-regular.woff | Bin .../fonts/glyphicons-halflings-regular.woff2 | Bin assets/img/Pedra1.jpg | Bin assets/img/Pedra2.jpg | Bin assets/img/bg-topo.jpg | Bin assets/img/fundoverde.jpg | Bin assets/img/logo.png | Bin assets/img/logoIFSP.png | Bin assets/img/pagseguro.png | Bin assets/img/skulls.png | Bin assets/js/bootstrap.js | 0 assets/js/bootstrap.min.js | 0 assets/js/jquery-2.1.4.min.js | 0 assets/js/menufixedtop.js | 0 assets/js/npm.js | 0 ...ID06c492d9c20b681420a95c8743de05f4bf6cafb1 | 0 ...ID23bad40a13bbc83026ae0a014294362cc6f23650 | 0 ...ID2e0cf146b8fa86dc5fbffc17918c38d28a01bd95 | 0 ...on0a562df39338cf45e9253eb68d76ca578a81a527 | 0 ...on34003e6ee54a9cb13aa97dc68dfb72273840f14e | 0 ...on50f0a4b1800e4a3ec6f1ea138cb47e3d2c82ef8f | 0 ...onadd5361ea0bdb89bf5ec72449be09df112c68a3c | 0 ...ond05825f3b25a35a7990938342f9884534d3a757c | 0 composer.json | 0 contributing.md | 0 index.php | 0 license.txt | 0 readme.rst | 0 system/_htaccess | 0 system/core/Benchmark.php | 0 system/core/CodeIgniter.php | 0 system/core/Common.php | 0 system/core/Config.php | 0 system/core/Controller.php | 0 system/core/Exceptions.php | 0 system/core/Hooks.php | 0 system/core/Input.php | 0 system/core/Lang.php | 0 system/core/Loader.php | 0 system/core/Log.php | 0 system/core/Model.php | 0 system/core/Output.php | 0 system/core/Router.php | 0 system/core/Security.php | 0 system/core/URI.php | 0 system/core/Utf8.php | 0 system/core/compat/hash.php | 0 system/core/compat/index.html | 0 system/core/compat/mbstring.php | 0 system/core/compat/password.php | 0 system/core/compat/standard.php | 0 system/core/index.html | 0 system/database/DB.php | 0 system/database/DB_cache.php | 0 system/database/DB_driver.php | 0 system/database/DB_forge.php | 0 system/database/DB_query_builder.php | 0 system/database/DB_result.php | 0 system/database/DB_utility.php | 0 .../database/drivers/cubrid/cubrid_driver.php | 0 .../database/drivers/cubrid/cubrid_forge.php | 0 .../database/drivers/cubrid/cubrid_result.php | 0 .../drivers/cubrid/cubrid_utility.php | 0 system/database/drivers/cubrid/index.html | 0 .../database/drivers/ibase/ibase_driver.php | 0 system/database/drivers/ibase/ibase_forge.php | 0 .../database/drivers/ibase/ibase_result.php | 0 .../database/drivers/ibase/ibase_utility.php | 0 system/database/drivers/ibase/index.html | 0 system/database/drivers/index.html | 0 system/database/drivers/mssql/index.html | 0 .../database/drivers/mssql/mssql_driver.php | 0 system/database/drivers/mssql/mssql_forge.php | 0 .../database/drivers/mssql/mssql_result.php | 0 .../database/drivers/mssql/mssql_utility.php | 0 system/database/drivers/mysql/index.html | 0 .../database/drivers/mysql/mysql_driver.php | 0 system/database/drivers/mysql/mysql_forge.php | 0 .../database/drivers/mysql/mysql_result.php | 0 .../database/drivers/mysql/mysql_utility.php | 0 system/database/drivers/mysqli/index.html | 0 .../database/drivers/mysqli/mysqli_driver.php | 0 .../database/drivers/mysqli/mysqli_forge.php | 0 .../database/drivers/mysqli/mysqli_result.php | 0 .../drivers/mysqli/mysqli_utility.php | 0 system/database/drivers/oci8/index.html | 0 system/database/drivers/oci8/oci8_driver.php | 0 system/database/drivers/oci8/oci8_forge.php | 0 system/database/drivers/oci8/oci8_result.php | 0 system/database/drivers/oci8/oci8_utility.php | 0 system/database/drivers/odbc/index.html | 0 system/database/drivers/odbc/odbc_driver.php | 0 system/database/drivers/odbc/odbc_forge.php | 0 system/database/drivers/odbc/odbc_result.php | 0 system/database/drivers/odbc/odbc_utility.php | 0 system/database/drivers/pdo/index.html | 0 system/database/drivers/pdo/pdo_driver.php | 0 system/database/drivers/pdo/pdo_forge.php | 0 system/database/drivers/pdo/pdo_result.php | 0 system/database/drivers/pdo/pdo_utility.php | 0 .../drivers/pdo/subdrivers/index.html | 0 .../drivers/pdo/subdrivers/pdo_4d_driver.php | 0 .../drivers/pdo/subdrivers/pdo_4d_forge.php | 0 .../pdo/subdrivers/pdo_cubrid_driver.php | 0 .../pdo/subdrivers/pdo_cubrid_forge.php | 0 .../pdo/subdrivers/pdo_dblib_driver.php | 0 .../pdo/subdrivers/pdo_dblib_forge.php | 0 .../pdo/subdrivers/pdo_firebird_driver.php | 0 .../pdo/subdrivers/pdo_firebird_forge.php | 0 .../drivers/pdo/subdrivers/pdo_ibm_driver.php | 0 .../drivers/pdo/subdrivers/pdo_ibm_forge.php | 0 .../pdo/subdrivers/pdo_informix_driver.php | 0 .../pdo/subdrivers/pdo_informix_forge.php | 0 .../pdo/subdrivers/pdo_mysql_driver.php | 0 .../pdo/subdrivers/pdo_mysql_forge.php | 0 .../drivers/pdo/subdrivers/pdo_oci_driver.php | 0 .../drivers/pdo/subdrivers/pdo_oci_forge.php | 0 .../pdo/subdrivers/pdo_odbc_driver.php | 0 .../drivers/pdo/subdrivers/pdo_odbc_forge.php | 0 .../pdo/subdrivers/pdo_pgsql_driver.php | 0 .../pdo/subdrivers/pdo_pgsql_forge.php | 0 .../pdo/subdrivers/pdo_sqlite_driver.php | 0 .../pdo/subdrivers/pdo_sqlite_forge.php | 0 .../pdo/subdrivers/pdo_sqlsrv_driver.php | 0 .../pdo/subdrivers/pdo_sqlsrv_forge.php | 0 system/database/drivers/postgre/index.html | 0 .../drivers/postgre/postgre_driver.php | 0 .../drivers/postgre/postgre_forge.php | 0 .../drivers/postgre/postgre_result.php | 0 .../drivers/postgre/postgre_utility.php | 0 system/database/drivers/sqlite/index.html | 0 .../database/drivers/sqlite/sqlite_driver.php | 0 .../database/drivers/sqlite/sqlite_forge.php | 0 .../database/drivers/sqlite/sqlite_result.php | 0 .../drivers/sqlite/sqlite_utility.php | 0 system/database/drivers/sqlite3/index.html | 0 .../drivers/sqlite3/sqlite3_driver.php | 0 .../drivers/sqlite3/sqlite3_forge.php | 0 .../drivers/sqlite3/sqlite3_result.php | 0 .../drivers/sqlite3/sqlite3_utility.php | 0 system/database/drivers/sqlsrv/index.html | 0 .../database/drivers/sqlsrv/sqlsrv_driver.php | 0 .../database/drivers/sqlsrv/sqlsrv_forge.php | 0 .../database/drivers/sqlsrv/sqlsrv_result.php | 0 .../drivers/sqlsrv/sqlsrv_utility.php | 0 system/database/index.html | 0 system/fonts/index.html | 0 system/fonts/texb.ttf | Bin system/helpers/array_helper.php | 0 system/helpers/captcha_helper.php | 0 system/helpers/cookie_helper.php | 0 system/helpers/date_helper.php | 0 system/helpers/directory_helper.php | 0 system/helpers/download_helper.php | 0 system/helpers/email_helper.php | 0 system/helpers/file_helper.php | 0 system/helpers/form_helper.php | 0 system/helpers/html_helper.php | 0 system/helpers/index.html | 0 system/helpers/inflector_helper.php | 0 system/helpers/language_helper.php | 0 system/helpers/number_helper.php | 0 system/helpers/path_helper.php | 0 system/helpers/security_helper.php | 0 system/helpers/smiley_helper.php | 0 system/helpers/string_helper.php | 0 system/helpers/text_helper.php | 0 system/helpers/typography_helper.php | 0 system/helpers/url_helper.php | 0 system/helpers/xml_helper.php | 0 system/index.html | 0 system/language/english/calendar_lang.php | 0 system/language/english/date_lang.php | 0 system/language/english/db_lang.php | 0 system/language/english/email_lang.php | 0 .../language/english/form_validation_lang.php | 0 system/language/english/ftp_lang.php | 0 system/language/english/imglib_lang.php | 0 system/language/english/index.html | 0 system/language/english/migration_lang.php | 0 system/language/english/number_lang.php | 0 system/language/english/pagination_lang.php | 0 system/language/english/profiler_lang.php | 0 system/language/english/unit_test_lang.php | 0 system/language/english/upload_lang.php | 0 system/language/index.html | 0 system/libraries/Cache/Cache.php | 0 system/libraries/Cache/drivers/Cache_apc.php | 0 .../libraries/Cache/drivers/Cache_dummy.php | 0 system/libraries/Cache/drivers/Cache_file.php | 0 .../Cache/drivers/Cache_memcached.php | 0 .../libraries/Cache/drivers/Cache_redis.php | 0 .../Cache/drivers/Cache_wincache.php | 0 system/libraries/Cache/drivers/index.html | 0 system/libraries/Cache/index.html | 0 system/libraries/Calendar.php | 0 system/libraries/Cart.php | 0 system/libraries/Driver.php | 0 system/libraries/Email.php | 0 system/libraries/Encrypt.php | 0 system/libraries/Encryption.php | 0 system/libraries/Form_validation.php | 0 system/libraries/Ftp.php | 0 system/libraries/Image_lib.php | 0 system/libraries/Javascript.php | 0 system/libraries/Javascript/Jquery.php | 0 system/libraries/Javascript/index.html | 0 system/libraries/Migration.php | 0 system/libraries/Pagination.php | 0 system/libraries/Parser.php | 0 system/libraries/Profiler.php | 0 system/libraries/Session/Session.php | 0 .../Session/SessionHandlerInterface.php | 0 system/libraries/Session/Session_driver.php | 0 .../drivers/Session_database_driver.php | 0 .../Session/drivers/Session_files_driver.php | 0 .../drivers/Session_memcached_driver.php | 0 .../Session/drivers/Session_redis_driver.php | 0 system/libraries/Session/drivers/index.html | 0 system/libraries/Session/index.html | 0 system/libraries/Table.php | 0 system/libraries/Trackback.php | 0 system/libraries/Typography.php | 0 system/libraries/Unit_test.php | 0 system/libraries/Upload.php | 0 system/libraries/User_agent.php | 0 system/libraries/Xmlrpc.php | 0 system/libraries/Xmlrpcs.php | 0 system/libraries/Zip.php | 0 system/libraries/index.html | 0 304 files changed, 98 insertions(+), 22 deletions(-) mode change 100644 => 100755 .gitattributes mode change 100644 => 100755 .gitignore mode change 100644 => 100755 .htaccess mode change 100644 => 100755 application/_htaccess mode change 100644 => 100755 application/cache/_htaccess mode change 100644 => 100755 application/cache/index.html mode change 100644 => 100755 application/config/autoload.php mode change 100644 => 100755 application/config/config.php mode change 100644 => 100755 application/config/constants.php mode change 100644 => 100755 application/config/database.php mode change 100644 => 100755 application/config/doctypes.php mode change 100644 => 100755 application/config/foreign_chars.php mode change 100644 => 100755 application/config/hooks.php mode change 100644 => 100755 application/config/index.html mode change 100644 => 100755 application/config/memcached.php mode change 100644 => 100755 application/config/migration.php mode change 100644 => 100755 application/config/mimes.php mode change 100644 => 100755 application/config/profiler.php mode change 100644 => 100755 application/config/routes.php mode change 100644 => 100755 application/config/smileys.php mode change 100644 => 100755 application/config/user_agents.php create mode 100755 application/controllers/Extempresa.php rename application/controllers/{extvagas.php => Extvagas.php} (100%) mode change 100644 => 100755 mode change 100644 => 100755 application/controllers/cadvaga.php mode change 100644 => 100755 application/controllers/index.html mode change 100644 => 100755 application/controllers/principal.php mode change 100644 => 100755 application/core/index.html mode change 100644 => 100755 application/helpers/index.html mode change 100644 => 100755 application/hooks/index.html mode change 100644 => 100755 application/index.html mode change 100644 => 100755 application/language/english/index.html mode change 100644 => 100755 application/language/index.html mode change 100644 => 100755 application/libraries/index.html mode change 100644 => 100755 application/logs/index.html create mode 100644 application/models/ExtEmpresa_model.php rename application/models/{extvaga_model.php => Extvaga_model.php} (100%) mode change 100644 => 100755 mode change 100644 => 100755 application/models/cadvaga_model.php mode change 100644 => 100755 application/models/index.html mode change 100644 => 100755 application/models/principal_model.php mode change 100644 => 100755 application/third_party/index.html mode change 100644 => 100755 application/views/cliente/extensaoCadAdm.php mode change 100644 => 100755 application/views/cliente/extensaoCadVagas.php mode change 100644 => 100755 application/views/cliente/extensaoEmpresa.php mode change 100644 => 100755 application/views/cliente/extensaoVagas.php mode change 100644 => 100755 application/views/cliente/extensaoVisVagas.php mode change 100644 => 100755 application/views/cliente/principal.php mode change 100644 => 100755 application/views/errors/cli/error_404.php mode change 100644 => 100755 application/views/errors/cli/error_db.php mode change 100644 => 100755 application/views/errors/cli/error_exception.php mode change 100644 => 100755 application/views/errors/cli/error_general.php mode change 100644 => 100755 application/views/errors/cli/error_php.php mode change 100644 => 100755 application/views/errors/cli/index.html mode change 100644 => 100755 application/views/errors/html/error_404.php mode change 100644 => 100755 application/views/errors/html/error_db.php mode change 100644 => 100755 application/views/errors/html/error_exception.php mode change 100644 => 100755 application/views/errors/html/error_general.php mode change 100644 => 100755 application/views/errors/html/error_php.php mode change 100644 => 100755 application/views/errors/html/index.html mode change 100644 => 100755 application/views/errors/index.html mode change 100644 => 100755 application/views/index.html mode change 100644 => 100755 application/views/layout/rodape.php mode change 100644 => 100755 application/views/layout/topo.php mode change 100644 => 100755 application/views/layout/topoADM.php mode change 100644 => 100755 application/views/welcome_message.php mode change 100644 => 100755 assets/css/bootstrap-theme.css mode change 100644 => 100755 assets/css/bootstrap-theme.css.map mode change 100644 => 100755 assets/css/bootstrap-theme.min.css mode change 100644 => 100755 assets/css/bootstrap.css mode change 100644 => 100755 assets/css/bootstrap.css.map mode change 100644 => 100755 assets/css/bootstrap.min.css mode change 100644 => 100755 assets/css/estilo.css mode change 100644 => 100755 assets/fonts/glyphicons-halflings-regular.eot mode change 100644 => 100755 assets/fonts/glyphicons-halflings-regular.svg mode change 100644 => 100755 assets/fonts/glyphicons-halflings-regular.ttf mode change 100644 => 100755 assets/fonts/glyphicons-halflings-regular.woff mode change 100644 => 100755 assets/fonts/glyphicons-halflings-regular.woff2 mode change 100644 => 100755 assets/img/Pedra1.jpg mode change 100644 => 100755 assets/img/Pedra2.jpg mode change 100644 => 100755 assets/img/bg-topo.jpg mode change 100644 => 100755 assets/img/fundoverde.jpg mode change 100644 => 100755 assets/img/logo.png mode change 100644 => 100755 assets/img/logoIFSP.png mode change 100644 => 100755 assets/img/pagseguro.png mode change 100644 => 100755 assets/img/skulls.png mode change 100644 => 100755 assets/js/bootstrap.js mode change 100644 => 100755 assets/js/bootstrap.min.js mode change 100644 => 100755 assets/js/jquery-2.1.4.min.js mode change 100644 => 100755 assets/js/menufixedtop.js mode change 100644 => 100755 assets/js/npm.js create mode 100644 ci_sessions/PHPSESSID06c492d9c20b681420a95c8743de05f4bf6cafb1 mode change 100644 => 100755 ci_sessions/PHPSESSID23bad40a13bbc83026ae0a014294362cc6f23650 create mode 100644 ci_sessions/PHPSESSID2e0cf146b8fa86dc5fbffc17918c38d28a01bd95 mode change 100644 => 100755 ci_sessions/ci_session0a562df39338cf45e9253eb68d76ca578a81a527 mode change 100644 => 100755 ci_sessions/ci_session34003e6ee54a9cb13aa97dc68dfb72273840f14e mode change 100644 => 100755 ci_sessions/ci_session50f0a4b1800e4a3ec6f1ea138cb47e3d2c82ef8f mode change 100644 => 100755 ci_sessions/ci_sessionadd5361ea0bdb89bf5ec72449be09df112c68a3c mode change 100644 => 100755 ci_sessions/ci_sessiond05825f3b25a35a7990938342f9884534d3a757c mode change 100644 => 100755 composer.json mode change 100644 => 100755 contributing.md mode change 100644 => 100755 index.php mode change 100644 => 100755 license.txt mode change 100644 => 100755 readme.rst mode change 100644 => 100755 system/_htaccess mode change 100644 => 100755 system/core/Benchmark.php mode change 100644 => 100755 system/core/CodeIgniter.php mode change 100644 => 100755 system/core/Common.php mode change 100644 => 100755 system/core/Config.php mode change 100644 => 100755 system/core/Controller.php mode change 100644 => 100755 system/core/Exceptions.php mode change 100644 => 100755 system/core/Hooks.php mode change 100644 => 100755 system/core/Input.php mode change 100644 => 100755 system/core/Lang.php mode change 100644 => 100755 system/core/Loader.php mode change 100644 => 100755 system/core/Log.php mode change 100644 => 100755 system/core/Model.php mode change 100644 => 100755 system/core/Output.php mode change 100644 => 100755 system/core/Router.php mode change 100644 => 100755 system/core/Security.php mode change 100644 => 100755 system/core/URI.php mode change 100644 => 100755 system/core/Utf8.php mode change 100644 => 100755 system/core/compat/hash.php mode change 100644 => 100755 system/core/compat/index.html mode change 100644 => 100755 system/core/compat/mbstring.php mode change 100644 => 100755 system/core/compat/password.php mode change 100644 => 100755 system/core/compat/standard.php mode change 100644 => 100755 system/core/index.html mode change 100644 => 100755 system/database/DB.php mode change 100644 => 100755 system/database/DB_cache.php mode change 100644 => 100755 system/database/DB_driver.php mode change 100644 => 100755 system/database/DB_forge.php mode change 100644 => 100755 system/database/DB_query_builder.php mode change 100644 => 100755 system/database/DB_result.php mode change 100644 => 100755 system/database/DB_utility.php mode change 100644 => 100755 system/database/drivers/cubrid/cubrid_driver.php mode change 100644 => 100755 system/database/drivers/cubrid/cubrid_forge.php mode change 100644 => 100755 system/database/drivers/cubrid/cubrid_result.php mode change 100644 => 100755 system/database/drivers/cubrid/cubrid_utility.php mode change 100644 => 100755 system/database/drivers/cubrid/index.html mode change 100644 => 100755 system/database/drivers/ibase/ibase_driver.php mode change 100644 => 100755 system/database/drivers/ibase/ibase_forge.php mode change 100644 => 100755 system/database/drivers/ibase/ibase_result.php mode change 100644 => 100755 system/database/drivers/ibase/ibase_utility.php mode change 100644 => 100755 system/database/drivers/ibase/index.html mode change 100644 => 100755 system/database/drivers/index.html mode change 100644 => 100755 system/database/drivers/mssql/index.html mode change 100644 => 100755 system/database/drivers/mssql/mssql_driver.php mode change 100644 => 100755 system/database/drivers/mssql/mssql_forge.php mode change 100644 => 100755 system/database/drivers/mssql/mssql_result.php mode change 100644 => 100755 system/database/drivers/mssql/mssql_utility.php mode change 100644 => 100755 system/database/drivers/mysql/index.html mode change 100644 => 100755 system/database/drivers/mysql/mysql_driver.php mode change 100644 => 100755 system/database/drivers/mysql/mysql_forge.php mode change 100644 => 100755 system/database/drivers/mysql/mysql_result.php mode change 100644 => 100755 system/database/drivers/mysql/mysql_utility.php mode change 100644 => 100755 system/database/drivers/mysqli/index.html mode change 100644 => 100755 system/database/drivers/mysqli/mysqli_driver.php mode change 100644 => 100755 system/database/drivers/mysqli/mysqli_forge.php mode change 100644 => 100755 system/database/drivers/mysqli/mysqli_result.php mode change 100644 => 100755 system/database/drivers/mysqli/mysqli_utility.php mode change 100644 => 100755 system/database/drivers/oci8/index.html mode change 100644 => 100755 system/database/drivers/oci8/oci8_driver.php mode change 100644 => 100755 system/database/drivers/oci8/oci8_forge.php mode change 100644 => 100755 system/database/drivers/oci8/oci8_result.php mode change 100644 => 100755 system/database/drivers/oci8/oci8_utility.php mode change 100644 => 100755 system/database/drivers/odbc/index.html mode change 100644 => 100755 system/database/drivers/odbc/odbc_driver.php mode change 100644 => 100755 system/database/drivers/odbc/odbc_forge.php mode change 100644 => 100755 system/database/drivers/odbc/odbc_result.php mode change 100644 => 100755 system/database/drivers/odbc/odbc_utility.php mode change 100644 => 100755 system/database/drivers/pdo/index.html mode change 100644 => 100755 system/database/drivers/pdo/pdo_driver.php mode change 100644 => 100755 system/database/drivers/pdo/pdo_forge.php mode change 100644 => 100755 system/database/drivers/pdo/pdo_result.php mode change 100644 => 100755 system/database/drivers/pdo/pdo_utility.php mode change 100644 => 100755 system/database/drivers/pdo/subdrivers/index.html mode change 100644 => 100755 system/database/drivers/pdo/subdrivers/pdo_4d_driver.php mode change 100644 => 100755 system/database/drivers/pdo/subdrivers/pdo_4d_forge.php mode change 100644 => 100755 system/database/drivers/pdo/subdrivers/pdo_cubrid_driver.php mode change 100644 => 100755 system/database/drivers/pdo/subdrivers/pdo_cubrid_forge.php mode change 100644 => 100755 system/database/drivers/pdo/subdrivers/pdo_dblib_driver.php mode change 100644 => 100755 system/database/drivers/pdo/subdrivers/pdo_dblib_forge.php mode change 100644 => 100755 system/database/drivers/pdo/subdrivers/pdo_firebird_driver.php mode change 100644 => 100755 system/database/drivers/pdo/subdrivers/pdo_firebird_forge.php mode change 100644 => 100755 system/database/drivers/pdo/subdrivers/pdo_ibm_driver.php mode change 100644 => 100755 system/database/drivers/pdo/subdrivers/pdo_ibm_forge.php mode change 100644 => 100755 system/database/drivers/pdo/subdrivers/pdo_informix_driver.php mode change 100644 => 100755 system/database/drivers/pdo/subdrivers/pdo_informix_forge.php mode change 100644 => 100755 system/database/drivers/pdo/subdrivers/pdo_mysql_driver.php mode change 100644 => 100755 system/database/drivers/pdo/subdrivers/pdo_mysql_forge.php mode change 100644 => 100755 system/database/drivers/pdo/subdrivers/pdo_oci_driver.php mode change 100644 => 100755 system/database/drivers/pdo/subdrivers/pdo_oci_forge.php mode change 100644 => 100755 system/database/drivers/pdo/subdrivers/pdo_odbc_driver.php mode change 100644 => 100755 system/database/drivers/pdo/subdrivers/pdo_odbc_forge.php mode change 100644 => 100755 system/database/drivers/pdo/subdrivers/pdo_pgsql_driver.php mode change 100644 => 100755 system/database/drivers/pdo/subdrivers/pdo_pgsql_forge.php mode change 100644 => 100755 system/database/drivers/pdo/subdrivers/pdo_sqlite_driver.php mode change 100644 => 100755 system/database/drivers/pdo/subdrivers/pdo_sqlite_forge.php mode change 100644 => 100755 system/database/drivers/pdo/subdrivers/pdo_sqlsrv_driver.php mode change 100644 => 100755 system/database/drivers/pdo/subdrivers/pdo_sqlsrv_forge.php mode change 100644 => 100755 system/database/drivers/postgre/index.html mode change 100644 => 100755 system/database/drivers/postgre/postgre_driver.php mode change 100644 => 100755 system/database/drivers/postgre/postgre_forge.php mode change 100644 => 100755 system/database/drivers/postgre/postgre_result.php mode change 100644 => 100755 system/database/drivers/postgre/postgre_utility.php mode change 100644 => 100755 system/database/drivers/sqlite/index.html mode change 100644 => 100755 system/database/drivers/sqlite/sqlite_driver.php mode change 100644 => 100755 system/database/drivers/sqlite/sqlite_forge.php mode change 100644 => 100755 system/database/drivers/sqlite/sqlite_result.php mode change 100644 => 100755 system/database/drivers/sqlite/sqlite_utility.php mode change 100644 => 100755 system/database/drivers/sqlite3/index.html mode change 100644 => 100755 system/database/drivers/sqlite3/sqlite3_driver.php mode change 100644 => 100755 system/database/drivers/sqlite3/sqlite3_forge.php mode change 100644 => 100755 system/database/drivers/sqlite3/sqlite3_result.php mode change 100644 => 100755 system/database/drivers/sqlite3/sqlite3_utility.php mode change 100644 => 100755 system/database/drivers/sqlsrv/index.html mode change 100644 => 100755 system/database/drivers/sqlsrv/sqlsrv_driver.php mode change 100644 => 100755 system/database/drivers/sqlsrv/sqlsrv_forge.php mode change 100644 => 100755 system/database/drivers/sqlsrv/sqlsrv_result.php mode change 100644 => 100755 system/database/drivers/sqlsrv/sqlsrv_utility.php mode change 100644 => 100755 system/database/index.html mode change 100644 => 100755 system/fonts/index.html mode change 100644 => 100755 system/fonts/texb.ttf mode change 100644 => 100755 system/helpers/array_helper.php mode change 100644 => 100755 system/helpers/captcha_helper.php mode change 100644 => 100755 system/helpers/cookie_helper.php mode change 100644 => 100755 system/helpers/date_helper.php mode change 100644 => 100755 system/helpers/directory_helper.php mode change 100644 => 100755 system/helpers/download_helper.php mode change 100644 => 100755 system/helpers/email_helper.php mode change 100644 => 100755 system/helpers/file_helper.php mode change 100644 => 100755 system/helpers/form_helper.php mode change 100644 => 100755 system/helpers/html_helper.php mode change 100644 => 100755 system/helpers/index.html mode change 100644 => 100755 system/helpers/inflector_helper.php mode change 100644 => 100755 system/helpers/language_helper.php mode change 100644 => 100755 system/helpers/number_helper.php mode change 100644 => 100755 system/helpers/path_helper.php mode change 100644 => 100755 system/helpers/security_helper.php mode change 100644 => 100755 system/helpers/smiley_helper.php mode change 100644 => 100755 system/helpers/string_helper.php mode change 100644 => 100755 system/helpers/text_helper.php mode change 100644 => 100755 system/helpers/typography_helper.php mode change 100644 => 100755 system/helpers/url_helper.php mode change 100644 => 100755 system/helpers/xml_helper.php mode change 100644 => 100755 system/index.html mode change 100644 => 100755 system/language/english/calendar_lang.php mode change 100644 => 100755 system/language/english/date_lang.php mode change 100644 => 100755 system/language/english/db_lang.php mode change 100644 => 100755 system/language/english/email_lang.php mode change 100644 => 100755 system/language/english/form_validation_lang.php mode change 100644 => 100755 system/language/english/ftp_lang.php mode change 100644 => 100755 system/language/english/imglib_lang.php mode change 100644 => 100755 system/language/english/index.html mode change 100644 => 100755 system/language/english/migration_lang.php mode change 100644 => 100755 system/language/english/number_lang.php mode change 100644 => 100755 system/language/english/pagination_lang.php mode change 100644 => 100755 system/language/english/profiler_lang.php mode change 100644 => 100755 system/language/english/unit_test_lang.php mode change 100644 => 100755 system/language/english/upload_lang.php mode change 100644 => 100755 system/language/index.html mode change 100644 => 100755 system/libraries/Cache/Cache.php mode change 100644 => 100755 system/libraries/Cache/drivers/Cache_apc.php mode change 100644 => 100755 system/libraries/Cache/drivers/Cache_dummy.php mode change 100644 => 100755 system/libraries/Cache/drivers/Cache_file.php mode change 100644 => 100755 system/libraries/Cache/drivers/Cache_memcached.php mode change 100644 => 100755 system/libraries/Cache/drivers/Cache_redis.php mode change 100644 => 100755 system/libraries/Cache/drivers/Cache_wincache.php mode change 100644 => 100755 system/libraries/Cache/drivers/index.html mode change 100644 => 100755 system/libraries/Cache/index.html mode change 100644 => 100755 system/libraries/Calendar.php mode change 100644 => 100755 system/libraries/Cart.php mode change 100644 => 100755 system/libraries/Driver.php mode change 100644 => 100755 system/libraries/Email.php mode change 100644 => 100755 system/libraries/Encrypt.php mode change 100644 => 100755 system/libraries/Encryption.php mode change 100644 => 100755 system/libraries/Form_validation.php mode change 100644 => 100755 system/libraries/Ftp.php mode change 100644 => 100755 system/libraries/Image_lib.php mode change 100644 => 100755 system/libraries/Javascript.php mode change 100644 => 100755 system/libraries/Javascript/Jquery.php mode change 100644 => 100755 system/libraries/Javascript/index.html mode change 100644 => 100755 system/libraries/Migration.php mode change 100644 => 100755 system/libraries/Pagination.php mode change 100644 => 100755 system/libraries/Parser.php mode change 100644 => 100755 system/libraries/Profiler.php mode change 100644 => 100755 system/libraries/Session/Session.php mode change 100644 => 100755 system/libraries/Session/SessionHandlerInterface.php mode change 100644 => 100755 system/libraries/Session/Session_driver.php mode change 100644 => 100755 system/libraries/Session/drivers/Session_database_driver.php mode change 100644 => 100755 system/libraries/Session/drivers/Session_files_driver.php mode change 100644 => 100755 system/libraries/Session/drivers/Session_memcached_driver.php mode change 100644 => 100755 system/libraries/Session/drivers/Session_redis_driver.php mode change 100644 => 100755 system/libraries/Session/drivers/index.html mode change 100644 => 100755 system/libraries/Session/index.html mode change 100644 => 100755 system/libraries/Table.php mode change 100644 => 100755 system/libraries/Trackback.php mode change 100644 => 100755 system/libraries/Typography.php mode change 100644 => 100755 system/libraries/Unit_test.php mode change 100644 => 100755 system/libraries/Upload.php mode change 100644 => 100755 system/libraries/User_agent.php mode change 100644 => 100755 system/libraries/Xmlrpc.php mode change 100644 => 100755 system/libraries/Xmlrpcs.php mode change 100644 => 100755 system/libraries/Zip.php mode change 100644 => 100755 system/libraries/index.html diff --git a/.gitattributes b/.gitattributes old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.htaccess b/.htaccess old mode 100644 new mode 100755 diff --git a/application/_htaccess b/application/_htaccess old mode 100644 new mode 100755 diff --git a/application/cache/_htaccess b/application/cache/_htaccess old mode 100644 new mode 100755 diff --git a/application/cache/index.html b/application/cache/index.html old mode 100644 new mode 100755 diff --git a/application/config/autoload.php b/application/config/autoload.php old mode 100644 new mode 100755 diff --git a/application/config/config.php b/application/config/config.php old mode 100644 new mode 100755 index 9160592..aef054f --- a/application/config/config.php +++ b/application/config/config.php @@ -358,7 +358,7 @@ //$config['sess_driver'] = 'database'; //$config['sess_cookie_name'] = 'ci_session'; //$config['sess_expiration'] = 60*60*24; -//$config['sess_save_path'] = 'ci_sessions'; +$config['sess_save_path'] = 'ci_sessions'; //$config['sess_match_ip'] = FALSE; //$config['sess_time_to_update'] = 300; //$config['sess_regenerate_destroy'] = FALSE; @@ -497,4 +497,4 @@ | Comma-separated: '10.0.1.200,192.168.5.0/24' | Array: array('10.0.1.200', '192.168.5.0/24') */ -$config['proxy_ips'] = ''; \ No newline at end of file +$config['proxy_ips'] = ''; diff --git a/application/config/constants.php b/application/config/constants.php old mode 100644 new mode 100755 diff --git a/application/config/database.php b/application/config/database.php old mode 100644 new mode 100755 index db2a43a..45f0e05 --- a/application/config/database.php +++ b/application/config/database.php @@ -66,7 +66,7 @@ 'dsn' => '', 'hostname' => 'localhost', 'username' => 'root', - 'password' => '', + 'password' => '385620', 'database' => 'portalestagios', 'dbdriver' => 'mysqli', 'dbprefix' => '', @@ -82,4 +82,4 @@ 'stricton' => FALSE, 'failover' => array(), 'save_queries' => TRUE - ); \ No newline at end of file + ); diff --git a/application/config/doctypes.php b/application/config/doctypes.php old mode 100644 new mode 100755 diff --git a/application/config/foreign_chars.php b/application/config/foreign_chars.php old mode 100644 new mode 100755 diff --git a/application/config/hooks.php b/application/config/hooks.php old mode 100644 new mode 100755 diff --git a/application/config/index.html b/application/config/index.html old mode 100644 new mode 100755 diff --git a/application/config/memcached.php b/application/config/memcached.php old mode 100644 new mode 100755 diff --git a/application/config/migration.php b/application/config/migration.php old mode 100644 new mode 100755 diff --git a/application/config/mimes.php b/application/config/mimes.php old mode 100644 new mode 100755 diff --git a/application/config/profiler.php b/application/config/profiler.php old mode 100644 new mode 100755 diff --git a/application/config/routes.php b/application/config/routes.php old mode 100644 new mode 100755 diff --git a/application/config/smileys.php b/application/config/smileys.php old mode 100644 new mode 100755 diff --git a/application/config/user_agents.php b/application/config/user_agents.php old mode 100644 new mode 100755 diff --git a/application/controllers/Extempresa.php b/application/controllers/Extempresa.php new file mode 100755 index 0000000..2b0e6e0 --- /dev/null +++ b/application/controllers/Extempresa.php @@ -0,0 +1,11 @@ +load->view('layout/topoADM'); + $this->load->view('cliente/extensaoEmpresa'); + $this->load->view('layout/rodape'); + } +} +?> diff --git a/application/controllers/extvagas.php b/application/controllers/Extvagas.php old mode 100644 new mode 100755 similarity index 100% rename from application/controllers/extvagas.php rename to application/controllers/Extvagas.php diff --git a/application/controllers/cadvaga.php b/application/controllers/cadvaga.php old mode 100644 new mode 100755 diff --git a/application/controllers/index.html b/application/controllers/index.html old mode 100644 new mode 100755 diff --git a/application/controllers/principal.php b/application/controllers/principal.php old mode 100644 new mode 100755 diff --git a/application/core/index.html b/application/core/index.html old mode 100644 new mode 100755 diff --git a/application/helpers/index.html b/application/helpers/index.html old mode 100644 new mode 100755 diff --git a/application/hooks/index.html b/application/hooks/index.html old mode 100644 new mode 100755 diff --git a/application/index.html b/application/index.html old mode 100644 new mode 100755 diff --git a/application/language/english/index.html b/application/language/english/index.html old mode 100644 new mode 100755 diff --git a/application/language/index.html b/application/language/index.html old mode 100644 new mode 100755 diff --git a/application/libraries/index.html b/application/libraries/index.html old mode 100644 new mode 100755 diff --git a/application/logs/index.html b/application/logs/index.html old mode 100644 new mode 100755 diff --git a/application/models/ExtEmpresa_model.php b/application/models/ExtEmpresa_model.php new file mode 100644 index 0000000..a609400 --- /dev/null +++ b/application/models/ExtEmpresa_model.php @@ -0,0 +1,50 @@ +db->select('nome_fantasia, endereco, telefone'); + $this->db->where('aprovada' => '1'); + $queyr => $this->db->get('empresas'); + return $query->result(); + } + public function buscarEmpresasNAprovadas() + { + $this->db->select('nome_fantasia, endereco, telefone'); + $this->db->where('aprovada' => '1'); + $queyr => $this->db->get('empresas'); + return $query->result(); + } + public funcion excluirEmpresa($idempresa) + { + $data = array{ + 'aprovado' => '0'; + } + $this->db->where('id', $idempresa); + $this->db->update('empresas', $data); + } + public funcion aprovarEmpresa($idempresa) + { + $data = array{ + 'aprovado' => '1'; + } + $this->db->where('id', $idempresa); + $this->db->update('empresas', $data); + } +/* + public function inserirEmpresas($nome_fantasia, $razao_social, $cnpj, $endereco, $nome_contato, $observacao, $cidadenome, $ufnome, $ufsigla) + { + $data1 = array{ + + } + $this->db->insert(); + } +*/ +} + + ?> diff --git a/application/models/extvaga_model.php b/application/models/Extvaga_model.php old mode 100644 new mode 100755 similarity index 100% rename from application/models/extvaga_model.php rename to application/models/Extvaga_model.php diff --git a/application/models/cadvaga_model.php b/application/models/cadvaga_model.php old mode 100644 new mode 100755 diff --git a/application/models/index.html b/application/models/index.html old mode 100644 new mode 100755 diff --git a/application/models/principal_model.php b/application/models/principal_model.php old mode 100644 new mode 100755 diff --git a/application/third_party/index.html b/application/third_party/index.html old mode 100644 new mode 100755 diff --git a/application/views/cliente/extensaoCadAdm.php b/application/views/cliente/extensaoCadAdm.php old mode 100644 new mode 100755 diff --git a/application/views/cliente/extensaoCadVagas.php b/application/views/cliente/extensaoCadVagas.php old mode 100644 new mode 100755 diff --git a/application/views/cliente/extensaoEmpresa.php b/application/views/cliente/extensaoEmpresa.php old mode 100644 new mode 100755 index a3b243b..5bde365 --- a/application/views/cliente/extensaoEmpresa.php +++ b/application/views/cliente/extensaoEmpresa.php @@ -1,34 +1,49 @@
-

Empresas a seram aprovadas

+

Empresas a serem aprovadas

\ No newline at end of file +
diff --git a/application/views/cliente/extensaoVagas.php b/application/views/cliente/extensaoVagas.php old mode 100644 new mode 100755 diff --git a/application/views/cliente/extensaoVisVagas.php b/application/views/cliente/extensaoVisVagas.php old mode 100644 new mode 100755 diff --git a/application/views/cliente/principal.php b/application/views/cliente/principal.php old mode 100644 new mode 100755 diff --git a/application/views/errors/cli/error_404.php b/application/views/errors/cli/error_404.php old mode 100644 new mode 100755 diff --git a/application/views/errors/cli/error_db.php b/application/views/errors/cli/error_db.php old mode 100644 new mode 100755 diff --git a/application/views/errors/cli/error_exception.php b/application/views/errors/cli/error_exception.php old mode 100644 new mode 100755 diff --git a/application/views/errors/cli/error_general.php b/application/views/errors/cli/error_general.php old mode 100644 new mode 100755 diff --git a/application/views/errors/cli/error_php.php b/application/views/errors/cli/error_php.php old mode 100644 new mode 100755 diff --git a/application/views/errors/cli/index.html b/application/views/errors/cli/index.html old mode 100644 new mode 100755 diff --git a/application/views/errors/html/error_404.php b/application/views/errors/html/error_404.php old mode 100644 new mode 100755 diff --git a/application/views/errors/html/error_db.php b/application/views/errors/html/error_db.php old mode 100644 new mode 100755 diff --git a/application/views/errors/html/error_exception.php b/application/views/errors/html/error_exception.php old mode 100644 new mode 100755 diff --git a/application/views/errors/html/error_general.php b/application/views/errors/html/error_general.php old mode 100644 new mode 100755 diff --git a/application/views/errors/html/error_php.php b/application/views/errors/html/error_php.php old mode 100644 new mode 100755 diff --git a/application/views/errors/html/index.html b/application/views/errors/html/index.html old mode 100644 new mode 100755 diff --git a/application/views/errors/index.html b/application/views/errors/index.html old mode 100644 new mode 100755 diff --git a/application/views/index.html b/application/views/index.html old mode 100644 new mode 100755 diff --git a/application/views/layout/rodape.php b/application/views/layout/rodape.php old mode 100644 new mode 100755 diff --git a/application/views/layout/topo.php b/application/views/layout/topo.php old mode 100644 new mode 100755 diff --git a/application/views/layout/topoADM.php b/application/views/layout/topoADM.php old mode 100644 new mode 100755 diff --git a/application/views/welcome_message.php b/application/views/welcome_message.php old mode 100644 new mode 100755 diff --git a/assets/css/bootstrap-theme.css b/assets/css/bootstrap-theme.css old mode 100644 new mode 100755 diff --git a/assets/css/bootstrap-theme.css.map b/assets/css/bootstrap-theme.css.map old mode 100644 new mode 100755 diff --git a/assets/css/bootstrap-theme.min.css b/assets/css/bootstrap-theme.min.css old mode 100644 new mode 100755 diff --git a/assets/css/bootstrap.css b/assets/css/bootstrap.css old mode 100644 new mode 100755 diff --git a/assets/css/bootstrap.css.map b/assets/css/bootstrap.css.map old mode 100644 new mode 100755 diff --git a/assets/css/bootstrap.min.css b/assets/css/bootstrap.min.css old mode 100644 new mode 100755 diff --git a/assets/css/estilo.css b/assets/css/estilo.css old mode 100644 new mode 100755 diff --git a/assets/fonts/glyphicons-halflings-regular.eot b/assets/fonts/glyphicons-halflings-regular.eot old mode 100644 new mode 100755 diff --git a/assets/fonts/glyphicons-halflings-regular.svg b/assets/fonts/glyphicons-halflings-regular.svg old mode 100644 new mode 100755 diff --git a/assets/fonts/glyphicons-halflings-regular.ttf b/assets/fonts/glyphicons-halflings-regular.ttf old mode 100644 new mode 100755 diff --git a/assets/fonts/glyphicons-halflings-regular.woff b/assets/fonts/glyphicons-halflings-regular.woff old mode 100644 new mode 100755 diff --git a/assets/fonts/glyphicons-halflings-regular.woff2 b/assets/fonts/glyphicons-halflings-regular.woff2 old mode 100644 new mode 100755 diff --git a/assets/img/Pedra1.jpg b/assets/img/Pedra1.jpg old mode 100644 new mode 100755 diff --git a/assets/img/Pedra2.jpg b/assets/img/Pedra2.jpg old mode 100644 new mode 100755 diff --git a/assets/img/bg-topo.jpg b/assets/img/bg-topo.jpg old mode 100644 new mode 100755 diff --git a/assets/img/fundoverde.jpg b/assets/img/fundoverde.jpg old mode 100644 new mode 100755 diff --git a/assets/img/logo.png b/assets/img/logo.png old mode 100644 new mode 100755 diff --git a/assets/img/logoIFSP.png b/assets/img/logoIFSP.png old mode 100644 new mode 100755 diff --git a/assets/img/pagseguro.png b/assets/img/pagseguro.png old mode 100644 new mode 100755 diff --git a/assets/img/skulls.png b/assets/img/skulls.png old mode 100644 new mode 100755 diff --git a/assets/js/bootstrap.js b/assets/js/bootstrap.js old mode 100644 new mode 100755 diff --git a/assets/js/bootstrap.min.js b/assets/js/bootstrap.min.js old mode 100644 new mode 100755 diff --git a/assets/js/jquery-2.1.4.min.js b/assets/js/jquery-2.1.4.min.js old mode 100644 new mode 100755 diff --git a/assets/js/menufixedtop.js b/assets/js/menufixedtop.js old mode 100644 new mode 100755 diff --git a/assets/js/npm.js b/assets/js/npm.js old mode 100644 new mode 100755 diff --git a/ci_sessions/PHPSESSID06c492d9c20b681420a95c8743de05f4bf6cafb1 b/ci_sessions/PHPSESSID06c492d9c20b681420a95c8743de05f4bf6cafb1 new file mode 100644 index 0000000..e69de29 diff --git a/ci_sessions/PHPSESSID23bad40a13bbc83026ae0a014294362cc6f23650 b/ci_sessions/PHPSESSID23bad40a13bbc83026ae0a014294362cc6f23650 old mode 100644 new mode 100755 diff --git a/ci_sessions/PHPSESSID2e0cf146b8fa86dc5fbffc17918c38d28a01bd95 b/ci_sessions/PHPSESSID2e0cf146b8fa86dc5fbffc17918c38d28a01bd95 new file mode 100644 index 0000000..e69de29 diff --git a/ci_sessions/ci_session0a562df39338cf45e9253eb68d76ca578a81a527 b/ci_sessions/ci_session0a562df39338cf45e9253eb68d76ca578a81a527 old mode 100644 new mode 100755 diff --git a/ci_sessions/ci_session34003e6ee54a9cb13aa97dc68dfb72273840f14e b/ci_sessions/ci_session34003e6ee54a9cb13aa97dc68dfb72273840f14e old mode 100644 new mode 100755 diff --git a/ci_sessions/ci_session50f0a4b1800e4a3ec6f1ea138cb47e3d2c82ef8f b/ci_sessions/ci_session50f0a4b1800e4a3ec6f1ea138cb47e3d2c82ef8f old mode 100644 new mode 100755 diff --git a/ci_sessions/ci_sessionadd5361ea0bdb89bf5ec72449be09df112c68a3c b/ci_sessions/ci_sessionadd5361ea0bdb89bf5ec72449be09df112c68a3c old mode 100644 new mode 100755 diff --git a/ci_sessions/ci_sessiond05825f3b25a35a7990938342f9884534d3a757c b/ci_sessions/ci_sessiond05825f3b25a35a7990938342f9884534d3a757c old mode 100644 new mode 100755 diff --git a/composer.json b/composer.json old mode 100644 new mode 100755 diff --git a/contributing.md b/contributing.md old mode 100644 new mode 100755 diff --git a/index.php b/index.php old mode 100644 new mode 100755 diff --git a/license.txt b/license.txt old mode 100644 new mode 100755 diff --git a/readme.rst b/readme.rst old mode 100644 new mode 100755 diff --git a/system/_htaccess b/system/_htaccess old mode 100644 new mode 100755 diff --git a/system/core/Benchmark.php b/system/core/Benchmark.php old mode 100644 new mode 100755 diff --git a/system/core/CodeIgniter.php b/system/core/CodeIgniter.php old mode 100644 new mode 100755 diff --git a/system/core/Common.php b/system/core/Common.php old mode 100644 new mode 100755 diff --git a/system/core/Config.php b/system/core/Config.php old mode 100644 new mode 100755 diff --git a/system/core/Controller.php b/system/core/Controller.php old mode 100644 new mode 100755 diff --git a/system/core/Exceptions.php b/system/core/Exceptions.php old mode 100644 new mode 100755 diff --git a/system/core/Hooks.php b/system/core/Hooks.php old mode 100644 new mode 100755 diff --git a/system/core/Input.php b/system/core/Input.php old mode 100644 new mode 100755 diff --git a/system/core/Lang.php b/system/core/Lang.php old mode 100644 new mode 100755 diff --git a/system/core/Loader.php b/system/core/Loader.php old mode 100644 new mode 100755 diff --git a/system/core/Log.php b/system/core/Log.php old mode 100644 new mode 100755 diff --git a/system/core/Model.php b/system/core/Model.php old mode 100644 new mode 100755 diff --git a/system/core/Output.php b/system/core/Output.php old mode 100644 new mode 100755 diff --git a/system/core/Router.php b/system/core/Router.php old mode 100644 new mode 100755 diff --git a/system/core/Security.php b/system/core/Security.php old mode 100644 new mode 100755 diff --git a/system/core/URI.php b/system/core/URI.php old mode 100644 new mode 100755 diff --git a/system/core/Utf8.php b/system/core/Utf8.php old mode 100644 new mode 100755 diff --git a/system/core/compat/hash.php b/system/core/compat/hash.php old mode 100644 new mode 100755 diff --git a/system/core/compat/index.html b/system/core/compat/index.html old mode 100644 new mode 100755 diff --git a/system/core/compat/mbstring.php b/system/core/compat/mbstring.php old mode 100644 new mode 100755 diff --git a/system/core/compat/password.php b/system/core/compat/password.php old mode 100644 new mode 100755 diff --git a/system/core/compat/standard.php b/system/core/compat/standard.php old mode 100644 new mode 100755 diff --git a/system/core/index.html b/system/core/index.html old mode 100644 new mode 100755 diff --git a/system/database/DB.php b/system/database/DB.php old mode 100644 new mode 100755 diff --git a/system/database/DB_cache.php b/system/database/DB_cache.php old mode 100644 new mode 100755 diff --git a/system/database/DB_driver.php b/system/database/DB_driver.php old mode 100644 new mode 100755 diff --git a/system/database/DB_forge.php b/system/database/DB_forge.php old mode 100644 new mode 100755 diff --git a/system/database/DB_query_builder.php b/system/database/DB_query_builder.php old mode 100644 new mode 100755 diff --git a/system/database/DB_result.php b/system/database/DB_result.php old mode 100644 new mode 100755 diff --git a/system/database/DB_utility.php b/system/database/DB_utility.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/cubrid/cubrid_driver.php b/system/database/drivers/cubrid/cubrid_driver.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/cubrid/cubrid_forge.php b/system/database/drivers/cubrid/cubrid_forge.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/cubrid/cubrid_result.php b/system/database/drivers/cubrid/cubrid_result.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/cubrid/cubrid_utility.php b/system/database/drivers/cubrid/cubrid_utility.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/cubrid/index.html b/system/database/drivers/cubrid/index.html old mode 100644 new mode 100755 diff --git a/system/database/drivers/ibase/ibase_driver.php b/system/database/drivers/ibase/ibase_driver.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/ibase/ibase_forge.php b/system/database/drivers/ibase/ibase_forge.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/ibase/ibase_result.php b/system/database/drivers/ibase/ibase_result.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/ibase/ibase_utility.php b/system/database/drivers/ibase/ibase_utility.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/ibase/index.html b/system/database/drivers/ibase/index.html old mode 100644 new mode 100755 diff --git a/system/database/drivers/index.html b/system/database/drivers/index.html old mode 100644 new mode 100755 diff --git a/system/database/drivers/mssql/index.html b/system/database/drivers/mssql/index.html old mode 100644 new mode 100755 diff --git a/system/database/drivers/mssql/mssql_driver.php b/system/database/drivers/mssql/mssql_driver.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/mssql/mssql_forge.php b/system/database/drivers/mssql/mssql_forge.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/mssql/mssql_result.php b/system/database/drivers/mssql/mssql_result.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/mssql/mssql_utility.php b/system/database/drivers/mssql/mssql_utility.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/mysql/index.html b/system/database/drivers/mysql/index.html old mode 100644 new mode 100755 diff --git a/system/database/drivers/mysql/mysql_driver.php b/system/database/drivers/mysql/mysql_driver.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/mysql/mysql_forge.php b/system/database/drivers/mysql/mysql_forge.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/mysql/mysql_result.php b/system/database/drivers/mysql/mysql_result.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/mysql/mysql_utility.php b/system/database/drivers/mysql/mysql_utility.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/mysqli/index.html b/system/database/drivers/mysqli/index.html old mode 100644 new mode 100755 diff --git a/system/database/drivers/mysqli/mysqli_driver.php b/system/database/drivers/mysqli/mysqli_driver.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/mysqli/mysqli_forge.php b/system/database/drivers/mysqli/mysqli_forge.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/mysqli/mysqli_result.php b/system/database/drivers/mysqli/mysqli_result.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/mysqli/mysqli_utility.php b/system/database/drivers/mysqli/mysqli_utility.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/oci8/index.html b/system/database/drivers/oci8/index.html old mode 100644 new mode 100755 diff --git a/system/database/drivers/oci8/oci8_driver.php b/system/database/drivers/oci8/oci8_driver.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/oci8/oci8_forge.php b/system/database/drivers/oci8/oci8_forge.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/oci8/oci8_result.php b/system/database/drivers/oci8/oci8_result.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/oci8/oci8_utility.php b/system/database/drivers/oci8/oci8_utility.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/odbc/index.html b/system/database/drivers/odbc/index.html old mode 100644 new mode 100755 diff --git a/system/database/drivers/odbc/odbc_driver.php b/system/database/drivers/odbc/odbc_driver.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/odbc/odbc_forge.php b/system/database/drivers/odbc/odbc_forge.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/odbc/odbc_result.php b/system/database/drivers/odbc/odbc_result.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/odbc/odbc_utility.php b/system/database/drivers/odbc/odbc_utility.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/pdo/index.html b/system/database/drivers/pdo/index.html old mode 100644 new mode 100755 diff --git a/system/database/drivers/pdo/pdo_driver.php b/system/database/drivers/pdo/pdo_driver.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/pdo/pdo_forge.php b/system/database/drivers/pdo/pdo_forge.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/pdo/pdo_result.php b/system/database/drivers/pdo/pdo_result.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/pdo/pdo_utility.php b/system/database/drivers/pdo/pdo_utility.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/pdo/subdrivers/index.html b/system/database/drivers/pdo/subdrivers/index.html old mode 100644 new mode 100755 diff --git a/system/database/drivers/pdo/subdrivers/pdo_4d_driver.php b/system/database/drivers/pdo/subdrivers/pdo_4d_driver.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/pdo/subdrivers/pdo_4d_forge.php b/system/database/drivers/pdo/subdrivers/pdo_4d_forge.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/pdo/subdrivers/pdo_cubrid_driver.php b/system/database/drivers/pdo/subdrivers/pdo_cubrid_driver.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/pdo/subdrivers/pdo_cubrid_forge.php b/system/database/drivers/pdo/subdrivers/pdo_cubrid_forge.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/pdo/subdrivers/pdo_dblib_driver.php b/system/database/drivers/pdo/subdrivers/pdo_dblib_driver.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/pdo/subdrivers/pdo_dblib_forge.php b/system/database/drivers/pdo/subdrivers/pdo_dblib_forge.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/pdo/subdrivers/pdo_firebird_driver.php b/system/database/drivers/pdo/subdrivers/pdo_firebird_driver.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/pdo/subdrivers/pdo_firebird_forge.php b/system/database/drivers/pdo/subdrivers/pdo_firebird_forge.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/pdo/subdrivers/pdo_ibm_driver.php b/system/database/drivers/pdo/subdrivers/pdo_ibm_driver.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/pdo/subdrivers/pdo_ibm_forge.php b/system/database/drivers/pdo/subdrivers/pdo_ibm_forge.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/pdo/subdrivers/pdo_informix_driver.php b/system/database/drivers/pdo/subdrivers/pdo_informix_driver.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/pdo/subdrivers/pdo_informix_forge.php b/system/database/drivers/pdo/subdrivers/pdo_informix_forge.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/pdo/subdrivers/pdo_mysql_driver.php b/system/database/drivers/pdo/subdrivers/pdo_mysql_driver.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/pdo/subdrivers/pdo_mysql_forge.php b/system/database/drivers/pdo/subdrivers/pdo_mysql_forge.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/pdo/subdrivers/pdo_oci_driver.php b/system/database/drivers/pdo/subdrivers/pdo_oci_driver.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/pdo/subdrivers/pdo_oci_forge.php b/system/database/drivers/pdo/subdrivers/pdo_oci_forge.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/pdo/subdrivers/pdo_odbc_driver.php b/system/database/drivers/pdo/subdrivers/pdo_odbc_driver.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/pdo/subdrivers/pdo_odbc_forge.php b/system/database/drivers/pdo/subdrivers/pdo_odbc_forge.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/pdo/subdrivers/pdo_pgsql_driver.php b/system/database/drivers/pdo/subdrivers/pdo_pgsql_driver.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/pdo/subdrivers/pdo_pgsql_forge.php b/system/database/drivers/pdo/subdrivers/pdo_pgsql_forge.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/pdo/subdrivers/pdo_sqlite_driver.php b/system/database/drivers/pdo/subdrivers/pdo_sqlite_driver.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/pdo/subdrivers/pdo_sqlite_forge.php b/system/database/drivers/pdo/subdrivers/pdo_sqlite_forge.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/pdo/subdrivers/pdo_sqlsrv_driver.php b/system/database/drivers/pdo/subdrivers/pdo_sqlsrv_driver.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/pdo/subdrivers/pdo_sqlsrv_forge.php b/system/database/drivers/pdo/subdrivers/pdo_sqlsrv_forge.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/postgre/index.html b/system/database/drivers/postgre/index.html old mode 100644 new mode 100755 diff --git a/system/database/drivers/postgre/postgre_driver.php b/system/database/drivers/postgre/postgre_driver.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/postgre/postgre_forge.php b/system/database/drivers/postgre/postgre_forge.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/postgre/postgre_result.php b/system/database/drivers/postgre/postgre_result.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/postgre/postgre_utility.php b/system/database/drivers/postgre/postgre_utility.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/sqlite/index.html b/system/database/drivers/sqlite/index.html old mode 100644 new mode 100755 diff --git a/system/database/drivers/sqlite/sqlite_driver.php b/system/database/drivers/sqlite/sqlite_driver.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/sqlite/sqlite_forge.php b/system/database/drivers/sqlite/sqlite_forge.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/sqlite/sqlite_result.php b/system/database/drivers/sqlite/sqlite_result.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/sqlite/sqlite_utility.php b/system/database/drivers/sqlite/sqlite_utility.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/sqlite3/index.html b/system/database/drivers/sqlite3/index.html old mode 100644 new mode 100755 diff --git a/system/database/drivers/sqlite3/sqlite3_driver.php b/system/database/drivers/sqlite3/sqlite3_driver.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/sqlite3/sqlite3_forge.php b/system/database/drivers/sqlite3/sqlite3_forge.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/sqlite3/sqlite3_result.php b/system/database/drivers/sqlite3/sqlite3_result.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/sqlite3/sqlite3_utility.php b/system/database/drivers/sqlite3/sqlite3_utility.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/sqlsrv/index.html b/system/database/drivers/sqlsrv/index.html old mode 100644 new mode 100755 diff --git a/system/database/drivers/sqlsrv/sqlsrv_driver.php b/system/database/drivers/sqlsrv/sqlsrv_driver.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/sqlsrv/sqlsrv_forge.php b/system/database/drivers/sqlsrv/sqlsrv_forge.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/sqlsrv/sqlsrv_result.php b/system/database/drivers/sqlsrv/sqlsrv_result.php old mode 100644 new mode 100755 diff --git a/system/database/drivers/sqlsrv/sqlsrv_utility.php b/system/database/drivers/sqlsrv/sqlsrv_utility.php old mode 100644 new mode 100755 diff --git a/system/database/index.html b/system/database/index.html old mode 100644 new mode 100755 diff --git a/system/fonts/index.html b/system/fonts/index.html old mode 100644 new mode 100755 diff --git a/system/fonts/texb.ttf b/system/fonts/texb.ttf old mode 100644 new mode 100755 diff --git a/system/helpers/array_helper.php b/system/helpers/array_helper.php old mode 100644 new mode 100755 diff --git a/system/helpers/captcha_helper.php b/system/helpers/captcha_helper.php old mode 100644 new mode 100755 diff --git a/system/helpers/cookie_helper.php b/system/helpers/cookie_helper.php old mode 100644 new mode 100755 diff --git a/system/helpers/date_helper.php b/system/helpers/date_helper.php old mode 100644 new mode 100755 diff --git a/system/helpers/directory_helper.php b/system/helpers/directory_helper.php old mode 100644 new mode 100755 diff --git a/system/helpers/download_helper.php b/system/helpers/download_helper.php old mode 100644 new mode 100755 diff --git a/system/helpers/email_helper.php b/system/helpers/email_helper.php old mode 100644 new mode 100755 diff --git a/system/helpers/file_helper.php b/system/helpers/file_helper.php old mode 100644 new mode 100755 diff --git a/system/helpers/form_helper.php b/system/helpers/form_helper.php old mode 100644 new mode 100755 diff --git a/system/helpers/html_helper.php b/system/helpers/html_helper.php old mode 100644 new mode 100755 diff --git a/system/helpers/index.html b/system/helpers/index.html old mode 100644 new mode 100755 diff --git a/system/helpers/inflector_helper.php b/system/helpers/inflector_helper.php old mode 100644 new mode 100755 diff --git a/system/helpers/language_helper.php b/system/helpers/language_helper.php old mode 100644 new mode 100755 diff --git a/system/helpers/number_helper.php b/system/helpers/number_helper.php old mode 100644 new mode 100755 diff --git a/system/helpers/path_helper.php b/system/helpers/path_helper.php old mode 100644 new mode 100755 diff --git a/system/helpers/security_helper.php b/system/helpers/security_helper.php old mode 100644 new mode 100755 diff --git a/system/helpers/smiley_helper.php b/system/helpers/smiley_helper.php old mode 100644 new mode 100755 diff --git a/system/helpers/string_helper.php b/system/helpers/string_helper.php old mode 100644 new mode 100755 diff --git a/system/helpers/text_helper.php b/system/helpers/text_helper.php old mode 100644 new mode 100755 diff --git a/system/helpers/typography_helper.php b/system/helpers/typography_helper.php old mode 100644 new mode 100755 diff --git a/system/helpers/url_helper.php b/system/helpers/url_helper.php old mode 100644 new mode 100755 diff --git a/system/helpers/xml_helper.php b/system/helpers/xml_helper.php old mode 100644 new mode 100755 diff --git a/system/index.html b/system/index.html old mode 100644 new mode 100755 diff --git a/system/language/english/calendar_lang.php b/system/language/english/calendar_lang.php old mode 100644 new mode 100755 diff --git a/system/language/english/date_lang.php b/system/language/english/date_lang.php old mode 100644 new mode 100755 diff --git a/system/language/english/db_lang.php b/system/language/english/db_lang.php old mode 100644 new mode 100755 diff --git a/system/language/english/email_lang.php b/system/language/english/email_lang.php old mode 100644 new mode 100755 diff --git a/system/language/english/form_validation_lang.php b/system/language/english/form_validation_lang.php old mode 100644 new mode 100755 diff --git a/system/language/english/ftp_lang.php b/system/language/english/ftp_lang.php old mode 100644 new mode 100755 diff --git a/system/language/english/imglib_lang.php b/system/language/english/imglib_lang.php old mode 100644 new mode 100755 diff --git a/system/language/english/index.html b/system/language/english/index.html old mode 100644 new mode 100755 diff --git a/system/language/english/migration_lang.php b/system/language/english/migration_lang.php old mode 100644 new mode 100755 diff --git a/system/language/english/number_lang.php b/system/language/english/number_lang.php old mode 100644 new mode 100755 diff --git a/system/language/english/pagination_lang.php b/system/language/english/pagination_lang.php old mode 100644 new mode 100755 diff --git a/system/language/english/profiler_lang.php b/system/language/english/profiler_lang.php old mode 100644 new mode 100755 diff --git a/system/language/english/unit_test_lang.php b/system/language/english/unit_test_lang.php old mode 100644 new mode 100755 diff --git a/system/language/english/upload_lang.php b/system/language/english/upload_lang.php old mode 100644 new mode 100755 diff --git a/system/language/index.html b/system/language/index.html old mode 100644 new mode 100755 diff --git a/system/libraries/Cache/Cache.php b/system/libraries/Cache/Cache.php old mode 100644 new mode 100755 diff --git a/system/libraries/Cache/drivers/Cache_apc.php b/system/libraries/Cache/drivers/Cache_apc.php old mode 100644 new mode 100755 diff --git a/system/libraries/Cache/drivers/Cache_dummy.php b/system/libraries/Cache/drivers/Cache_dummy.php old mode 100644 new mode 100755 diff --git a/system/libraries/Cache/drivers/Cache_file.php b/system/libraries/Cache/drivers/Cache_file.php old mode 100644 new mode 100755 diff --git a/system/libraries/Cache/drivers/Cache_memcached.php b/system/libraries/Cache/drivers/Cache_memcached.php old mode 100644 new mode 100755 diff --git a/system/libraries/Cache/drivers/Cache_redis.php b/system/libraries/Cache/drivers/Cache_redis.php old mode 100644 new mode 100755 diff --git a/system/libraries/Cache/drivers/Cache_wincache.php b/system/libraries/Cache/drivers/Cache_wincache.php old mode 100644 new mode 100755 diff --git a/system/libraries/Cache/drivers/index.html b/system/libraries/Cache/drivers/index.html old mode 100644 new mode 100755 diff --git a/system/libraries/Cache/index.html b/system/libraries/Cache/index.html old mode 100644 new mode 100755 diff --git a/system/libraries/Calendar.php b/system/libraries/Calendar.php old mode 100644 new mode 100755 diff --git a/system/libraries/Cart.php b/system/libraries/Cart.php old mode 100644 new mode 100755 diff --git a/system/libraries/Driver.php b/system/libraries/Driver.php old mode 100644 new mode 100755 diff --git a/system/libraries/Email.php b/system/libraries/Email.php old mode 100644 new mode 100755 diff --git a/system/libraries/Encrypt.php b/system/libraries/Encrypt.php old mode 100644 new mode 100755 diff --git a/system/libraries/Encryption.php b/system/libraries/Encryption.php old mode 100644 new mode 100755 diff --git a/system/libraries/Form_validation.php b/system/libraries/Form_validation.php old mode 100644 new mode 100755 diff --git a/system/libraries/Ftp.php b/system/libraries/Ftp.php old mode 100644 new mode 100755 diff --git a/system/libraries/Image_lib.php b/system/libraries/Image_lib.php old mode 100644 new mode 100755 diff --git a/system/libraries/Javascript.php b/system/libraries/Javascript.php old mode 100644 new mode 100755 diff --git a/system/libraries/Javascript/Jquery.php b/system/libraries/Javascript/Jquery.php old mode 100644 new mode 100755 diff --git a/system/libraries/Javascript/index.html b/system/libraries/Javascript/index.html old mode 100644 new mode 100755 diff --git a/system/libraries/Migration.php b/system/libraries/Migration.php old mode 100644 new mode 100755 diff --git a/system/libraries/Pagination.php b/system/libraries/Pagination.php old mode 100644 new mode 100755 diff --git a/system/libraries/Parser.php b/system/libraries/Parser.php old mode 100644 new mode 100755 diff --git a/system/libraries/Profiler.php b/system/libraries/Profiler.php old mode 100644 new mode 100755 diff --git a/system/libraries/Session/Session.php b/system/libraries/Session/Session.php old mode 100644 new mode 100755 diff --git a/system/libraries/Session/SessionHandlerInterface.php b/system/libraries/Session/SessionHandlerInterface.php old mode 100644 new mode 100755 diff --git a/system/libraries/Session/Session_driver.php b/system/libraries/Session/Session_driver.php old mode 100644 new mode 100755 diff --git a/system/libraries/Session/drivers/Session_database_driver.php b/system/libraries/Session/drivers/Session_database_driver.php old mode 100644 new mode 100755 diff --git a/system/libraries/Session/drivers/Session_files_driver.php b/system/libraries/Session/drivers/Session_files_driver.php old mode 100644 new mode 100755 diff --git a/system/libraries/Session/drivers/Session_memcached_driver.php b/system/libraries/Session/drivers/Session_memcached_driver.php old mode 100644 new mode 100755 diff --git a/system/libraries/Session/drivers/Session_redis_driver.php b/system/libraries/Session/drivers/Session_redis_driver.php old mode 100644 new mode 100755 diff --git a/system/libraries/Session/drivers/index.html b/system/libraries/Session/drivers/index.html old mode 100644 new mode 100755 diff --git a/system/libraries/Session/index.html b/system/libraries/Session/index.html old mode 100644 new mode 100755 diff --git a/system/libraries/Table.php b/system/libraries/Table.php old mode 100644 new mode 100755 diff --git a/system/libraries/Trackback.php b/system/libraries/Trackback.php old mode 100644 new mode 100755 diff --git a/system/libraries/Typography.php b/system/libraries/Typography.php old mode 100644 new mode 100755 diff --git a/system/libraries/Unit_test.php b/system/libraries/Unit_test.php old mode 100644 new mode 100755 diff --git a/system/libraries/Upload.php b/system/libraries/Upload.php old mode 100644 new mode 100755 diff --git a/system/libraries/User_agent.php b/system/libraries/User_agent.php old mode 100644 new mode 100755 diff --git a/system/libraries/Xmlrpc.php b/system/libraries/Xmlrpc.php old mode 100644 new mode 100755 diff --git a/system/libraries/Xmlrpcs.php b/system/libraries/Xmlrpcs.php old mode 100644 new mode 100755 diff --git a/system/libraries/Zip.php b/system/libraries/Zip.php old mode 100644 new mode 100755 diff --git a/system/libraries/index.html b/system/libraries/index.html old mode 100644 new mode 100755 From 37b875cb9f8118a57023258af73816e1c6387259 Mon Sep 17 00:00:00 2001 From: Mateus Silva Date: Thu, 17 Dec 2015 11:12:09 -0200 Subject: [PATCH 3/6] controller + view com erro --- ci_sessions/PHPSESSID06c492d9c20b681420a95c8743de05f4bf6cafb1 | 0 ci_sessions/PHPSESSID2e0cf146b8fa86dc5fbffc17918c38d28a01bd95 | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 ci_sessions/PHPSESSID06c492d9c20b681420a95c8743de05f4bf6cafb1 mode change 100644 => 100755 ci_sessions/PHPSESSID2e0cf146b8fa86dc5fbffc17918c38d28a01bd95 diff --git a/ci_sessions/PHPSESSID06c492d9c20b681420a95c8743de05f4bf6cafb1 b/ci_sessions/PHPSESSID06c492d9c20b681420a95c8743de05f4bf6cafb1 old mode 100644 new mode 100755 diff --git a/ci_sessions/PHPSESSID2e0cf146b8fa86dc5fbffc17918c38d28a01bd95 b/ci_sessions/PHPSESSID2e0cf146b8fa86dc5fbffc17918c38d28a01bd95 old mode 100644 new mode 100755 From cee1f0e21c1bcd12fe28849cf53b80189d2c7015 Mon Sep 17 00:00:00 2001 From: Mateus Silva Date: Thu, 17 Dec 2015 11:15:50 -0200 Subject: [PATCH 4/6] view dem empresa com erro de acesso ao ci_session --- application/views/cliente/extensaoEmpresa.php | 78 +------------------ 1 file changed, 1 insertion(+), 77 deletions(-) diff --git a/application/views/cliente/extensaoEmpresa.php b/application/views/cliente/extensaoEmpresa.php index 5bde365..8df4a01 100755 --- a/application/views/cliente/extensaoEmpresa.php +++ b/application/views/cliente/extensaoEmpresa.php @@ -13,7 +13,6 @@ - - - - -
-
- TADS -
-
-

Programador Chefe

-

Campos Do Jordão - IFSP

-
- 2 -
- -
-
- -
-
- -
-
-
-
-
-
@@ -81,56 +54,7 @@ From a2c2686070028bed1560013074bb9d9906134585 Mon Sep 17 00:00:00 2001 From: Mateus Silva Date: Thu, 17 Dec 2015 11:34:24 -0200 Subject: [PATCH 5/6] corrigido bug e adicionada pesquisa de empresas --- application/views/cliente/extensaoEmpresa.php | 47 ++++++++++++++----- 1 file changed, 36 insertions(+), 11 deletions(-) diff --git a/application/views/cliente/extensaoEmpresa.php b/application/views/cliente/extensaoEmpresa.php index 8df4a01..de52e44 100755 --- a/application/views/cliente/extensaoEmpresa.php +++ b/application/views/cliente/extensaoEmpresa.php @@ -4,16 +4,11 @@

Empresas a serem aprovadas

-
- - +
- - -
@@ -21,7 +16,7 @@

titulo; ?>

-

cidade . '-' .?>

+

cidade . '-' ;?>

@@ -38,12 +33,11 @@ -

Não existem vagas a serem aprovadas

+

Não existem empresas inativas

-
@@ -53,8 +47,39 @@

Empresas Aprovadas

-
- +
+ + + + + +

Não existem empresas aprovadas

+ +
From afa2c6ee8523e7446f374751e373ec745354cebf Mon Sep 17 00:00:00 2001 From: Mateus Silva Date: Thu, 17 Dec 2015 12:00:14 -0200 Subject: [PATCH 6/6] remogendo comentarios confusos --- application/models/ExtEmpresa_model.php | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 application/models/ExtEmpresa_model.php diff --git a/application/models/ExtEmpresa_model.php b/application/models/ExtEmpresa_model.php old mode 100644 new mode 100755