898492ca0a
PR: 117636 Submitted by: Greg Larkin <glarkin@sourcehosting.net> (maintainer)
260 lines
12 KiB
Text
260 lines
12 KiB
Text
%%WWWDIR%%/app/.htaccess
|
|
%%WWWDIR%%/app/config/acl.ini.php
|
|
%%WWWDIR%%/app/config/bootstrap.php
|
|
%%WWWDIR%%/app/config/core.php
|
|
@unexec rm -f %D/%%WWWDIR%%/app/config/core.php.orig
|
|
%%WWWDIR%%/app/config/database.php.default
|
|
%%WWWDIR%%/app/config/inflections.php
|
|
%%WWWDIR%%/app/config/routes.php
|
|
%%WWWDIR%%/app/config/sql/db_acl.sql
|
|
%%WWWDIR%%/app/config/sql/sessions.sql
|
|
%%WWWDIR%%/app/controllers/components/empty
|
|
%%WWWDIR%%/app/index.php
|
|
%%WWWDIR%%/app/models/empty
|
|
%%WWWDIR%%/app/plugins/empty
|
|
%%WWWDIR%%/app/tmp/cache/empty
|
|
%%WWWDIR%%/app/tmp/cache/models/empty
|
|
%%WWWDIR%%/app/tmp/cache/persistent/empty
|
|
%%WWWDIR%%/app/tmp/cache/views/empty
|
|
%%WWWDIR%%/app/tmp/empty
|
|
%%WWWDIR%%/app/tmp/logs/empty
|
|
%%WWWDIR%%/app/tmp/sessions/empty
|
|
%%WWWDIR%%/app/tmp/tests/empty
|
|
%%WWWDIR%%/app/vendors/empty
|
|
%%WWWDIR%%/app/views/elements/empty
|
|
%%WWWDIR%%/app/views/errors/empty
|
|
%%WWWDIR%%/app/views/helpers/empty
|
|
%%WWWDIR%%/app/views/layouts/empty
|
|
%%WWWDIR%%/app/views/pages/empty
|
|
%%WWWDIR%%/app/webroot/.htaccess
|
|
%%WWWDIR%%/app/webroot/css.php
|
|
%%WWWDIR%%/app/webroot/css/cake.generic.css
|
|
%%WWWDIR%%/app/webroot/favicon.ico
|
|
%%WWWDIR%%/app/webroot/img/cake.power.png
|
|
%%WWWDIR%%/app/webroot/img/w3c_css.png
|
|
%%WWWDIR%%/app/webroot/img/w3c_xhtml10.png
|
|
%%WWWDIR%%/app/webroot/index.php
|
|
%%WWWDIR%%/app/webroot/js/vendors.php
|
|
%%WWWDIR%%/cake/LICENSE.txt
|
|
%%WWWDIR%%/cake/VERSION.txt
|
|
%%WWWDIR%%/cake/app_controller.php
|
|
%%WWWDIR%%/cake/app_model.php
|
|
%%WWWDIR%%/cake/basics.php
|
|
%%WWWDIR%%/cake/bootstrap.php
|
|
%%WWWDIR%%/cake/config/config.php
|
|
%%WWWDIR%%/cake/config/paths.php
|
|
%%WWWDIR%%/cake/dispatcher.php
|
|
%%WWWDIR%%/cake/libs/cache.php
|
|
%%WWWDIR%%/cake/libs/cake_log.php
|
|
%%WWWDIR%%/cake/libs/class_registry.php
|
|
%%WWWDIR%%/cake/libs/configure.php
|
|
%%WWWDIR%%/cake/libs/controller/component.php
|
|
%%WWWDIR%%/cake/libs/controller/components/acl.php
|
|
%%WWWDIR%%/cake/libs/controller/components/acl_base.php
|
|
%%WWWDIR%%/cake/libs/controller/components/dbacl/db_acl.php
|
|
%%WWWDIR%%/cake/libs/controller/components/dbacl/models/aclnode.php
|
|
%%WWWDIR%%/cake/libs/controller/components/dbacl/models/aco.php
|
|
%%WWWDIR%%/cake/libs/controller/components/dbacl/models/acoaction.php
|
|
%%WWWDIR%%/cake/libs/controller/components/dbacl/models/aro.php
|
|
%%WWWDIR%%/cake/libs/controller/components/dbacl/models/aros_aco.php
|
|
%%WWWDIR%%/cake/libs/controller/components/iniacl/ini_acl.php
|
|
%%WWWDIR%%/cake/libs/controller/components/request_handler.php
|
|
%%WWWDIR%%/cake/libs/controller/components/security.php
|
|
%%WWWDIR%%/cake/libs/controller/components/session.php
|
|
%%WWWDIR%%/cake/libs/controller/controller.php
|
|
%%WWWDIR%%/cake/libs/controller/pages_controller.php
|
|
%%WWWDIR%%/cake/libs/controller/scaffold.php
|
|
%%WWWDIR%%/cake/libs/error.php
|
|
%%WWWDIR%%/cake/libs/file.php
|
|
%%WWWDIR%%/cake/libs/flay.php
|
|
%%WWWDIR%%/cake/libs/folder.php
|
|
%%WWWDIR%%/cake/libs/inflector.php
|
|
%%WWWDIR%%/cake/libs/legacy.php
|
|
%%WWWDIR%%/cake/libs/model/connection_manager.php
|
|
%%WWWDIR%%/cake/libs/model/datasources/datasource.php
|
|
%%WWWDIR%%/cake/libs/model/datasources/dbo_source.php
|
|
%%WWWDIR%%/cake/libs/model/dbo/dbo_adodb.php
|
|
%%WWWDIR%%/cake/libs/model/dbo/dbo_mssql.php
|
|
%%WWWDIR%%/cake/libs/model/dbo/dbo_mysql.php
|
|
%%WWWDIR%%/cake/libs/model/dbo/dbo_mysqli.php
|
|
%%WWWDIR%%/cake/libs/model/dbo/dbo_odbc.php
|
|
%%WWWDIR%%/cake/libs/model/dbo/dbo_pear.php
|
|
%%WWWDIR%%/cake/libs/model/dbo/dbo_postgres.php
|
|
%%WWWDIR%%/cake/libs/model/dbo/dbo_sqlite.php
|
|
%%WWWDIR%%/cake/libs/model/model.php
|
|
%%WWWDIR%%/cake/libs/model/model_php4.php
|
|
%%WWWDIR%%/cake/libs/model/model_php5.php
|
|
%%WWWDIR%%/cake/libs/neat_array.php
|
|
%%WWWDIR%%/cake/libs/neat_string.php
|
|
%%WWWDIR%%/cake/libs/object.php
|
|
%%WWWDIR%%/cake/libs/router.php
|
|
%%WWWDIR%%/cake/libs/sanitize.php
|
|
%%WWWDIR%%/cake/libs/security.php
|
|
%%WWWDIR%%/cake/libs/session.php
|
|
%%WWWDIR%%/cake/libs/set.php
|
|
%%WWWDIR%%/cake/libs/validators.php
|
|
%%WWWDIR%%/cake/libs/view/helper.php
|
|
%%WWWDIR%%/cake/libs/view/helpers/ajax.php
|
|
%%WWWDIR%%/cake/libs/view/helpers/cache.php
|
|
%%WWWDIR%%/cake/libs/view/helpers/form.php
|
|
%%WWWDIR%%/cake/libs/view/helpers/html.php
|
|
%%WWWDIR%%/cake/libs/view/helpers/javascript.php
|
|
%%WWWDIR%%/cake/libs/view/helpers/number.php
|
|
%%WWWDIR%%/cake/libs/view/helpers/session.php
|
|
%%WWWDIR%%/cake/libs/view/helpers/text.php
|
|
%%WWWDIR%%/cake/libs/view/helpers/time.php
|
|
%%WWWDIR%%/cake/libs/view/templates/elements/dump.thtml
|
|
%%WWWDIR%%/cake/libs/view/templates/errors/error404.thtml
|
|
%%WWWDIR%%/cake/libs/view/templates/errors/missing_action.thtml
|
|
%%WWWDIR%%/cake/libs/view/templates/errors/missing_component_class.thtml
|
|
%%WWWDIR%%/cake/libs/view/templates/errors/missing_component_file.thtml
|
|
%%WWWDIR%%/cake/libs/view/templates/errors/missing_connection.thtml
|
|
%%WWWDIR%%/cake/libs/view/templates/errors/missing_controller.thtml
|
|
%%WWWDIR%%/cake/libs/view/templates/errors/missing_helper_class.thtml
|
|
%%WWWDIR%%/cake/libs/view/templates/errors/missing_helper_file.thtml
|
|
%%WWWDIR%%/cake/libs/view/templates/errors/missing_layout.thtml
|
|
%%WWWDIR%%/cake/libs/view/templates/errors/missing_model.thtml
|
|
%%WWWDIR%%/cake/libs/view/templates/errors/missing_scaffolddb.thtml
|
|
%%WWWDIR%%/cake/libs/view/templates/errors/missing_table.thtml
|
|
%%WWWDIR%%/cake/libs/view/templates/errors/missing_view.thtml
|
|
%%WWWDIR%%/cake/libs/view/templates/errors/private_action.thtml
|
|
%%WWWDIR%%/cake/libs/view/templates/errors/scaffold_error.thtml
|
|
%%WWWDIR%%/cake/libs/view/templates/layouts/ajax.thtml
|
|
%%WWWDIR%%/cake/libs/view/templates/layouts/default.thtml
|
|
%%WWWDIR%%/cake/libs/view/templates/layouts/flash.thtml
|
|
%%WWWDIR%%/cake/libs/view/templates/pages/home.thtml
|
|
%%WWWDIR%%/cake/libs/view/templates/scaffolds/add.thtml
|
|
%%WWWDIR%%/cake/libs/view/templates/scaffolds/edit.thtml
|
|
%%WWWDIR%%/cake/libs/view/templates/scaffolds/index.thtml
|
|
%%WWWDIR%%/cake/libs/view/templates/scaffolds/view.thtml
|
|
%%WWWDIR%%/cake/libs/view/view.php
|
|
%%WWWDIR%%/cake/scripts/acl.php
|
|
%%WWWDIR%%/cake/scripts/bake.php
|
|
%%WWWDIR%%/cake/scripts/templates/skel/.htaccess
|
|
%%WWWDIR%%/cake/scripts/templates/skel/app_controller.php
|
|
%%WWWDIR%%/cake/scripts/templates/skel/app_model.php
|
|
%%WWWDIR%%/cake/scripts/templates/skel/config/acl.ini.php
|
|
%%WWWDIR%%/cake/scripts/templates/skel/config/bootstrap.php
|
|
%%WWWDIR%%/cake/scripts/templates/skel/config/core.php
|
|
%%WWWDIR%%/cake/scripts/templates/skel/config/database.php.default
|
|
%%WWWDIR%%/cake/scripts/templates/skel/config/inflections.php
|
|
%%WWWDIR%%/cake/scripts/templates/skel/config/routes.php
|
|
%%WWWDIR%%/cake/scripts/templates/skel/config/sql/db_acl.sql
|
|
%%WWWDIR%%/cake/scripts/templates/skel/config/sql/sessions.sql
|
|
%%WWWDIR%%/cake/scripts/templates/skel/controllers/pages_controller.php
|
|
%%WWWDIR%%/cake/scripts/templates/skel/index.php
|
|
%%WWWDIR%%/cake/scripts/templates/skel/views/layouts/ajax.thtml
|
|
%%WWWDIR%%/cake/scripts/templates/skel/views/layouts/default.thtml
|
|
%%WWWDIR%%/cake/scripts/templates/skel/views/layouts/flash.thtml
|
|
%%WWWDIR%%/cake/scripts/templates/skel/webroot/.htaccess
|
|
%%WWWDIR%%/cake/scripts/templates/skel/webroot/css.php
|
|
%%WWWDIR%%/cake/scripts/templates/skel/webroot/css/cake.generic.css
|
|
%%WWWDIR%%/cake/scripts/templates/skel/webroot/favicon.ico
|
|
%%WWWDIR%%/cake/scripts/templates/skel/webroot/img/cake.power.png
|
|
%%WWWDIR%%/cake/scripts/templates/skel/webroot/index.php
|
|
%%WWWDIR%%/cake/scripts/templates/skel/webroot/js/vendors.php
|
|
%%WWWDIR%%/cake/scripts/templates/views/home.thtml
|
|
%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/COPYING.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/INSTALL.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.txt
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
%%WWWDIR%%/index.php
|
|
%%WWWDIR%%/.htaccess
|
|
%%CONFDIR%%/cakephp.conf
|
|
@exec mkdir -p %D/%%WWWDIR%%/vendors
|
|
@exec mkdir -p %D/%%WWWDIR%%/cake/scripts/templates/skel/controllers/components
|
|
@exec mkdir -p %D/%%WWWDIR%%/cake/scripts/templates/skel/vendors
|
|
@exec mkdir -p %D/%%WWWDIR%%/cake/scripts/templates/skel/plugins
|
|
@exec mkdir -p %D/%%WWWDIR%%/cake/scripts/templates/skel/webroot/files
|
|
@exec mkdir -p %D/%%WWWDIR%%/cake/scripts/templates/skel/models/behaviors
|
|
@exec mkdir -p %D/%%WWWDIR%%/cake/scripts/templates/skel/tmp/tests
|
|
@exec mkdir -p %D/%%WWWDIR%%/cake/scripts/templates/skel/tmp/cache/persistent
|
|
@exec mkdir -p %D/%%WWWDIR%%/cake/scripts/templates/skel/tmp/cache/models
|
|
@exec mkdir -p %D/%%WWWDIR%%/cake/scripts/templates/skel/tmp/cache/views
|
|
@exec mkdir -p %D/%%WWWDIR%%/cake/scripts/templates/skel/tmp/logs
|
|
@exec mkdir -p %D/%%WWWDIR%%/cake/scripts/templates/skel/tmp/sessions
|
|
@exec mkdir -p %D/%%WWWDIR%%/cake/scripts/templates/skel/views/pages
|
|
@exec mkdir -p %D/%%WWWDIR%%/cake/scripts/templates/skel/views/helpers
|
|
@exec mkdir -p %D/%%WWWDIR%%/cake/scripts/templates/skel/views/elements
|
|
@exec mkdir -p %D/%%WWWDIR%%/cake/scripts/templates/skel/views/errors
|
|
@exec mkdir -p %D/%%WWWDIR%%/app/webroot/files
|
|
@dirrm %%WWWDIR%%/vendors
|
|
@dirrm %%WWWDIR%%/cake/scripts/templates/views
|
|
@dirrm %%WWWDIR%%/cake/scripts/templates/skel/webroot/js
|
|
@dirrm %%WWWDIR%%/cake/scripts/templates/skel/webroot/img
|
|
@dirrm %%WWWDIR%%/cake/scripts/templates/skel/webroot/files
|
|
@dirrm %%WWWDIR%%/cake/scripts/templates/skel/webroot/css
|
|
@dirrm %%WWWDIR%%/cake/scripts/templates/skel/webroot
|
|
@dirrm %%WWWDIR%%/cake/scripts/templates/skel/views/pages
|
|
@dirrm %%WWWDIR%%/cake/scripts/templates/skel/views/layouts
|
|
@dirrm %%WWWDIR%%/cake/scripts/templates/skel/views/helpers
|
|
@dirrm %%WWWDIR%%/cake/scripts/templates/skel/views/errors
|
|
@dirrm %%WWWDIR%%/cake/scripts/templates/skel/views/elements
|
|
@dirrm %%WWWDIR%%/cake/scripts/templates/skel/views
|
|
@dirrm %%WWWDIR%%/cake/scripts/templates/skel/vendors
|
|
@dirrm %%WWWDIR%%/cake/scripts/templates/skel/tmp/tests
|
|
@dirrm %%WWWDIR%%/cake/scripts/templates/skel/tmp/sessions
|
|
@dirrm %%WWWDIR%%/cake/scripts/templates/skel/tmp/logs
|
|
@dirrm %%WWWDIR%%/cake/scripts/templates/skel/tmp/cache/views
|
|
@dirrm %%WWWDIR%%/cake/scripts/templates/skel/tmp/cache/persistent
|
|
@dirrm %%WWWDIR%%/cake/scripts/templates/skel/tmp/cache/models
|
|
@dirrm %%WWWDIR%%/cake/scripts/templates/skel/tmp/cache
|
|
@dirrm %%WWWDIR%%/cake/scripts/templates/skel/tmp
|
|
@dirrm %%WWWDIR%%/cake/scripts/templates/skel/plugins
|
|
@dirrm %%WWWDIR%%/cake/scripts/templates/skel/models/behaviors
|
|
@dirrm %%WWWDIR%%/cake/scripts/templates/skel/models
|
|
@dirrm %%WWWDIR%%/cake/scripts/templates/skel/controllers/components
|
|
@dirrm %%WWWDIR%%/cake/scripts/templates/skel/controllers
|
|
@dirrm %%WWWDIR%%/cake/scripts/templates/skel/config/sql
|
|
@dirrm %%WWWDIR%%/cake/scripts/templates/skel/config
|
|
@dirrm %%WWWDIR%%/cake/scripts/templates/skel
|
|
@dirrm %%WWWDIR%%/cake/scripts/templates
|
|
@dirrm %%WWWDIR%%/cake/scripts
|
|
@dirrm %%WWWDIR%%/cake/libs/view/templates/scaffolds
|
|
@dirrm %%WWWDIR%%/cake/libs/view/templates/pages
|
|
@dirrm %%WWWDIR%%/cake/libs/view/templates/layouts
|
|
@dirrm %%WWWDIR%%/cake/libs/view/templates/errors
|
|
@dirrm %%WWWDIR%%/cake/libs/view/templates/elements
|
|
@dirrm %%WWWDIR%%/cake/libs/view/templates
|
|
@dirrm %%WWWDIR%%/cake/libs/view/helpers
|
|
@dirrm %%WWWDIR%%/cake/libs/view
|
|
@dirrm %%WWWDIR%%/cake/libs/model/dbo
|
|
@dirrm %%WWWDIR%%/cake/libs/model/datasources
|
|
@dirrm %%WWWDIR%%/cake/libs/model
|
|
@dirrm %%WWWDIR%%/cake/libs/controller/components/iniacl
|
|
@dirrm %%WWWDIR%%/cake/libs/controller/components/dbacl/models
|
|
@dirrm %%WWWDIR%%/cake/libs/controller/components/dbacl
|
|
@dirrm %%WWWDIR%%/cake/libs/controller/components
|
|
@dirrm %%WWWDIR%%/cake/libs/controller
|
|
@dirrm %%WWWDIR%%/cake/libs
|
|
@dirrm %%WWWDIR%%/cake/config
|
|
@dirrm %%WWWDIR%%/cake
|
|
@dirrm %%WWWDIR%%/app/webroot/js
|
|
@dirrm %%WWWDIR%%/app/webroot/img
|
|
@dirrm %%WWWDIR%%/app/webroot/files
|
|
@dirrm %%WWWDIR%%/app/webroot/css
|
|
@dirrm %%WWWDIR%%/app/webroot
|
|
@dirrm %%WWWDIR%%/app/views/pages
|
|
@dirrm %%WWWDIR%%/app/views/layouts
|
|
@dirrm %%WWWDIR%%/app/views/helpers
|
|
@dirrm %%WWWDIR%%/app/views/errors
|
|
@dirrm %%WWWDIR%%/app/views/elements
|
|
@dirrm %%WWWDIR%%/app/views
|
|
@dirrm %%WWWDIR%%/app/vendors
|
|
@dirrm %%WWWDIR%%/app/tmp/tests
|
|
@dirrm %%WWWDIR%%/app/tmp/sessions
|
|
@dirrm %%WWWDIR%%/app/tmp/logs
|
|
@dirrm %%WWWDIR%%/app/tmp/cache/views
|
|
@dirrm %%WWWDIR%%/app/tmp/cache/persistent
|
|
@dirrm %%WWWDIR%%/app/tmp/cache/models
|
|
@dirrm %%WWWDIR%%/app/tmp/cache
|
|
@dirrm %%WWWDIR%%/app/tmp
|
|
@dirrm %%WWWDIR%%/app/plugins
|
|
@dirrm %%WWWDIR%%/app/models
|
|
@dirrm %%WWWDIR%%/app/controllers/components
|
|
@dirrm %%WWWDIR%%/app/controllers
|
|
@dirrm %%WWWDIR%%/app/config/sql
|
|
@dirrm %%WWWDIR%%/app/config
|
|
@dirrm %%WWWDIR%%/app
|
|
@dirrm %%WWWDIR%%
|