├── public
└── assets
│ ├── img
│ ├── logo.png
│ ├── favicon.png
│ ├── frontend.png
│ └── apple-touch-icon.png
│ ├── fonts
│ ├── glyphicons-halflings-regular.eot
│ ├── glyphicons-halflings-regular.ttf
│ ├── glyphicons-halflings-regular.woff
│ └── glyphicons-halflings-regular.woff2
│ ├── css
│ └── codestrap.css
│ └── js
│ └── npm.js
├── private
├── system
│ ├── fonts
│ │ ├── texb.ttf
│ │ └── index.html
│ ├── .htaccess
│ ├── language
│ │ ├── filipino
│ │ │ ├── index.html
│ │ │ ├── number_lang.php
│ │ │ ├── pagination_lang.php
│ │ │ ├── migration_lang.php
│ │ │ └── unit_test_lang.php
│ │ ├── khmer
│ │ │ ├── index.html
│ │ │ ├── number_lang.php
│ │ │ ├── pagination_lang.php
│ │ │ ├── migration_lang.php
│ │ │ └── unit_test_lang.php
│ │ ├── bengali
│ │ │ ├── index.html
│ │ │ ├── number_lang.php
│ │ │ ├── pagination_lang.php
│ │ │ ├── migration_lang.php
│ │ │ └── unit_test_lang.php
│ │ ├── hindi
│ │ │ ├── index.html
│ │ │ ├── number_lang.php
│ │ │ ├── pagination_lang.php
│ │ │ ├── migration_lang.php
│ │ │ └── unit_test_lang.php
│ │ ├── tamil
│ │ │ ├── index.html
│ │ │ ├── number_lang.php
│ │ │ ├── pagination_lang.php
│ │ │ ├── migration_lang.php
│ │ │ └── unit_test_lang.php
│ │ ├── greek
│ │ │ ├── index.html
│ │ │ ├── number_lang.php
│ │ │ ├── pagination_lang.php
│ │ │ ├── migration_lang.php
│ │ │ └── unit_test_lang.php
│ │ ├── catalan
│ │ │ ├── index.html
│ │ │ ├── number_lang.php
│ │ │ ├── pagination_lang.php
│ │ │ ├── migration_lang.php
│ │ │ └── unit_test_lang.php
│ │ ├── index.html
│ │ ├── arabic
│ │ │ ├── index.html
│ │ │ ├── number_lang.php
│ │ │ ├── pagination_lang.php
│ │ │ ├── migration_lang.php
│ │ │ └── unit_test_lang.php
│ │ ├── czech
│ │ │ ├── index.html
│ │ │ ├── number_lang.php
│ │ │ ├── pagination_lang.php
│ │ │ ├── migration_lang.php
│ │ │ └── unit_test_lang.php
│ │ ├── dutch
│ │ │ ├── index.html
│ │ │ ├── number_lang.php
│ │ │ ├── pagination_lang.php
│ │ │ ├── migration_lang.php
│ │ │ └── unit_test_lang.php
│ │ ├── french
│ │ │ ├── index.html
│ │ │ ├── number_lang.php
│ │ │ ├── pagination_lang.php
│ │ │ ├── migration_lang.php
│ │ │ └── unit_test_lang.php
│ │ ├── german
│ │ │ ├── index.html
│ │ │ ├── number_lang.php
│ │ │ ├── pagination_lang.php
│ │ │ ├── migration_lang.php
│ │ │ └── unit_test_lang.php
│ │ ├── hungarian
│ │ │ ├── index.html
│ │ │ ├── number_lang.php
│ │ │ ├── pagination_lang.php
│ │ │ ├── migration_lang.php
│ │ │ └── unit_test_lang.php
│ │ ├── korean
│ │ │ ├── index.html
│ │ │ ├── number_lang.php
│ │ │ ├── pagination_lang.php
│ │ │ ├── migration_lang.php
│ │ │ ├── ftp_lang.php
│ │ │ ├── unit_test_lang.php
│ │ │ └── upload_lang.php
│ │ ├── polish
│ │ │ ├── index.html
│ │ │ ├── number_lang.php
│ │ │ ├── pagination_lang.php
│ │ │ ├── migration_lang.php
│ │ │ └── unit_test_lang.php
│ │ ├── slovak
│ │ │ ├── index.html
│ │ │ ├── number_lang.php
│ │ │ ├── pagination_lang.php
│ │ │ ├── migration_lang.php
│ │ │ └── unit_test_lang.php
│ │ ├── thai
│ │ │ ├── index.html
│ │ │ ├── number_lang.php
│ │ │ ├── pagination_lang.php
│ │ │ ├── migration_lang.php
│ │ │ └── unit_test_lang.php
│ │ ├── urdu
│ │ │ ├── index.html
│ │ │ ├── number_lang.php
│ │ │ ├── pagination_lang.php
│ │ │ ├── migration_lang.php
│ │ │ └── unit_test_lang.php
│ │ ├── armenian
│ │ │ ├── index.html
│ │ │ ├── number_lang.php
│ │ │ ├── pagination_lang.php
│ │ │ ├── migration_lang.php
│ │ │ └── unit_test_lang.php
│ │ ├── azerbaijani
│ │ │ ├── index.html
│ │ │ ├── number_lang.php
│ │ │ ├── pagination_lang.php
│ │ │ ├── migration_lang.php
│ │ │ └── unit_test_lang.php
│ │ ├── bulgarian
│ │ │ ├── index.html
│ │ │ ├── number_lang.php
│ │ │ ├── pagination_lang.php
│ │ │ ├── migration_lang.php
│ │ │ └── unit_test_lang.php
│ │ ├── english
│ │ │ └── index.html
│ │ ├── gujarati
│ │ │ ├── index.html
│ │ │ ├── number_lang.php
│ │ │ ├── pagination_lang.php
│ │ │ ├── migration_lang.php
│ │ │ └── unit_test_lang.php
│ │ ├── indonesian
│ │ │ ├── index.html
│ │ │ ├── number_lang.php
│ │ │ ├── pagination_lang.php
│ │ │ ├── migration_lang.php
│ │ │ └── unit_test_lang.php
│ │ ├── italian
│ │ │ ├── index.html
│ │ │ ├── number_lang.php
│ │ │ ├── pagination_lang.php
│ │ │ ├── unit_test_lang.php
│ │ │ └── migration_lang.php
│ │ ├── japanese
│ │ │ ├── index.html
│ │ │ ├── number_lang.php
│ │ │ ├── pagination_lang.php
│ │ │ ├── migration_lang.php
│ │ │ ├── unit_test_lang.php
│ │ │ ├── ftp_lang.php
│ │ │ └── profiler_lang.php
│ │ ├── latvian
│ │ │ ├── index.html
│ │ │ ├── number_lang.php
│ │ │ ├── pagination_lang.php
│ │ │ ├── migration_lang.php
│ │ │ └── unit_test_lang.php
│ │ ├── norwegian
│ │ │ ├── index.html
│ │ │ ├── number_lang.php
│ │ │ ├── pagination_lang.php
│ │ │ ├── migration_lang.php
│ │ │ └── unit_test_lang.php
│ │ ├── persian
│ │ │ ├── index.html
│ │ │ ├── number_lang.php
│ │ │ ├── pagination_lang.php
│ │ │ ├── migration_lang.php
│ │ │ └── unit_test_lang.php
│ │ ├── portuguese
│ │ │ ├── index.html
│ │ │ ├── number_lang.php
│ │ │ ├── pagination_lang.php
│ │ │ ├── migration_lang.php
│ │ │ └── unit_test_lang.php
│ │ ├── romanian
│ │ │ ├── index.html
│ │ │ ├── number_lang.php
│ │ │ ├── pagination_lang.php
│ │ │ ├── migration_lang.php
│ │ │ └── unit_test_lang.php
│ │ ├── russian
│ │ │ ├── index.html
│ │ │ ├── number_lang.php
│ │ │ ├── pagination_lang.php
│ │ │ ├── migration_lang.php
│ │ │ └── unit_test_lang.php
│ │ ├── slovenian
│ │ │ └── index.html
│ │ ├── spanish
│ │ │ ├── index.html
│ │ │ ├── number_lang.php
│ │ │ ├── pagination_lang.php
│ │ │ ├── migration_lang.php
│ │ │ └── unit_test_lang.php
│ │ ├── swedish
│ │ │ ├── index.html
│ │ │ ├── number_lang.php
│ │ │ ├── pagination_lang.php
│ │ │ ├── migration_lang.php
│ │ │ └── unit_test_lang.php
│ │ ├── turkish
│ │ │ ├── index.html
│ │ │ ├── number_lang.php
│ │ │ ├── pagination_lang.php
│ │ │ ├── migration_lang.php
│ │ │ └── unit_test_lang.php
│ │ ├── ukrainian
│ │ │ ├── index.html
│ │ │ ├── number_lang.php
│ │ │ ├── pagination_lang.php
│ │ │ ├── migration_lang.php
│ │ │ └── unit_test_lang.php
│ │ ├── vietnamese
│ │ │ ├── index.html
│ │ │ ├── number_lang.php
│ │ │ ├── pagination_lang.php
│ │ │ ├── migration_lang.php
│ │ │ └── unit_test_lang.php
│ │ ├── portuguese-brazilian
│ │ │ ├── index.html
│ │ │ ├── number_lang.php
│ │ │ ├── pagination_lang.php
│ │ │ ├── migration_lang.php
│ │ │ └── unit_test_lang.php
│ │ ├── simplified-chinese
│ │ │ ├── index.html
│ │ │ ├── number_lang.php
│ │ │ ├── pagination_lang.php
│ │ │ ├── migration_lang.php
│ │ │ ├── unit_test_lang.php
│ │ │ ├── ftp_lang.php
│ │ │ ├── upload_lang.php
│ │ │ └── profiler_lang.php
│ │ └── traditional-chinese
│ │ │ ├── index.html
│ │ │ ├── number_lang.php
│ │ │ ├── pagination_lang.php
│ │ │ ├── migration_lang.php
│ │ │ ├── unit_test_lang.php
│ │ │ ├── ftp_lang.php
│ │ │ ├── upload_lang.php
│ │ │ └── profiler_lang.php
│ ├── index.html
│ ├── core
│ │ ├── index.html
│ │ └── compat
│ │ │ └── index.html
│ ├── database
│ │ ├── index.html
│ │ └── drivers
│ │ │ ├── index.html
│ │ │ ├── pdo
│ │ │ ├── index.html
│ │ │ └── subdrivers
│ │ │ │ └── index.html
│ │ │ ├── cubrid
│ │ │ └── index.html
│ │ │ ├── ibase
│ │ │ └── index.html
│ │ │ ├── mssql
│ │ │ └── index.html
│ │ │ ├── mysql
│ │ │ └── index.html
│ │ │ ├── mysqli
│ │ │ └── index.html
│ │ │ ├── oci8
│ │ │ └── index.html
│ │ │ ├── odbc
│ │ │ └── index.html
│ │ │ ├── postgre
│ │ │ └── index.html
│ │ │ ├── sqlite
│ │ │ └── index.html
│ │ │ ├── sqlite3
│ │ │ └── index.html
│ │ │ └── sqlsrv
│ │ │ └── index.html
│ ├── helpers
│ │ └── index.html
│ └── libraries
│ │ ├── index.html
│ │ ├── Cache
│ │ ├── index.html
│ │ └── drivers
│ │ │ └── index.html
│ │ ├── Javascript
│ │ └── index.html
│ │ └── Session
│ │ ├── index.html
│ │ └── drivers
│ │ └── index.html
└── application
│ ├── .htaccess
│ ├── cache
│ ├── .htaccess
│ └── index.html
│ ├── views
│ ├── errors
│ │ ├── cli
│ │ │ ├── error_404.php
│ │ │ ├── error_general.php
│ │ │ ├── error_db.php
│ │ │ ├── index.html
│ │ │ ├── error_php.php
│ │ │ └── error_exception.php
│ │ ├── index.html
│ │ └── html
│ │ │ ├── index.html
│ │ │ ├── error_php.php
│ │ │ └── error_exception.php
│ ├── index.html
│ ├── templates
│ │ ├── footer.php
│ │ ├── head.php
│ │ └── header.php
│ ├── pages
│ │ ├── ftp
│ │ │ └── list.php
│ │ └── home.php
│ └── view.php
│ ├── index.html
│ ├── core
│ └── index.html
│ ├── hooks
│ └── index.html
│ ├── logs
│ └── index.html
│ ├── tmp
│ └── index.html
│ ├── config
│ ├── index.html
│ ├── hooks.php
│ ├── profiler.php
│ └── memcached.php
│ ├── helpers
│ └── index.html
│ ├── language
│ ├── index.html
│ └── english
│ │ └── index.html
│ ├── libraries
│ └── index.html
│ ├── models
│ └── index.html
│ ├── session
│ └── index.html
│ ├── controllers
│ ├── index.html
│ └── Home.php
│ └── third_party
│ └── index.html
├── README.md
└── .gitignore
/public/assets/img/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/natanfelles/codestrap/master/public/assets/img/logo.png
--------------------------------------------------------------------------------
/private/system/fonts/texb.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/natanfelles/codestrap/master/private/system/fonts/texb.ttf
--------------------------------------------------------------------------------
/public/assets/img/favicon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/natanfelles/codestrap/master/public/assets/img/favicon.png
--------------------------------------------------------------------------------
/public/assets/img/frontend.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/natanfelles/codestrap/master/public/assets/img/frontend.png
--------------------------------------------------------------------------------
/public/assets/img/apple-touch-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/natanfelles/codestrap/master/public/assets/img/apple-touch-icon.png
--------------------------------------------------------------------------------
/private/system/.htaccess:
--------------------------------------------------------------------------------
1 |
Directory access is forbidden.
8 | 9 | 10 | -------------------------------------------------------------------------------- /private/system/language/khmer/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |Directory access is forbidden.
8 | 9 | 10 | -------------------------------------------------------------------------------- /private/application/views/errors/cli/error_404.php: -------------------------------------------------------------------------------- 1 | 2 | 3 |Directory access is forbidden.
8 | 9 | 10 |