aboutsummaryrefslogtreecommitdiff
path: root/www/cakephp13/files
diff options
context:
space:
mode:
Diffstat (limited to 'www/cakephp13/files')
-rw-r--r--www/cakephp13/files/cakephp-development-cgi.conf.in13
-rw-r--r--www/cakephp13/files/cakephp-development.conf.in10
-rw-r--r--www/cakephp13/files/cakephp-production-cgi.conf.in13
-rw-r--r--www/cakephp13/files/cakephp-production.conf.in10
-rw-r--r--www/cakephp13/files/development-app-config-core.php.patch18
-rw-r--r--www/cakephp13/files/pkg-message.in11
6 files changed, 0 insertions, 75 deletions
diff --git a/www/cakephp13/files/cakephp-development-cgi.conf.in b/www/cakephp13/files/cakephp-development-cgi.conf.in
deleted file mode 100644
index 48c1e373a372..000000000000
--- a/www/cakephp13/files/cakephp-development-cgi.conf.in
+++ /dev/null
@@ -1,13 +0,0 @@
-AddType application/x-httpd-php .php
-AddType application/x-httpd-php-source .phps
-
-Action php-script %%PHPCGI%%
-AddHandler php-script .php
-
-Alias /cakephp %%WWWDIR%%
-
-<Location /cakephp>
- DirectoryIndex index.php
- Order deny,allow
- Allow from all
-</Location>
diff --git a/www/cakephp13/files/cakephp-development.conf.in b/www/cakephp13/files/cakephp-development.conf.in
deleted file mode 100644
index 86a7a676d57b..000000000000
--- a/www/cakephp13/files/cakephp-development.conf.in
+++ /dev/null
@@ -1,10 +0,0 @@
-AddType application/x-httpd-php .php
-AddType application/x-httpd-php-source .phps
-
-Alias /cakephp %%WWWDIR%%
-
-<Location /cakephp>
- DirectoryIndex index.php
- Order deny,allow
- Allow from all
-</Location>
diff --git a/www/cakephp13/files/cakephp-production-cgi.conf.in b/www/cakephp13/files/cakephp-production-cgi.conf.in
deleted file mode 100644
index 7215c731486a..000000000000
--- a/www/cakephp13/files/cakephp-production-cgi.conf.in
+++ /dev/null
@@ -1,13 +0,0 @@
-AddType application/x-httpd-php .php
-AddType application/x-httpd-php-source .phps
-
-Action php-script %%PHPCGI%%
-AddHandler php-script .php
-
-DocumentRoot %%WWWDIR%%/app/webroot
-
-<Location />
- DirectoryIndex index.php
- Order deny,allow
- Allow from all
-</Location>
diff --git a/www/cakephp13/files/cakephp-production.conf.in b/www/cakephp13/files/cakephp-production.conf.in
deleted file mode 100644
index 8679a15b8958..000000000000
--- a/www/cakephp13/files/cakephp-production.conf.in
+++ /dev/null
@@ -1,10 +0,0 @@
-AddType application/x-httpd-php .php
-AddType application/x-httpd-php-source .phps
-
-DocumentRoot %%WWWDIR%%/app/webroot
-
-<Location />
- DirectoryIndex index.php
- Order deny,allow
- Allow from all
-</Location>
diff --git a/www/cakephp13/files/development-app-config-core.php.patch b/www/cakephp13/files/development-app-config-core.php.patch
deleted file mode 100644
index c32ab7e013be..000000000000
--- a/www/cakephp13/files/development-app-config-core.php.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- app/config/core.php Mon Feb 19 13:45:27 2007
-+++ app/config/core.php Mon Feb 19 13:39:40 2007
-@@ -37,7 +37,7 @@
- * release/app/.htaccess
- * release/app/webroot/.htaccess
- */
--// define ('BASE_URL', env('SCRIPT_NAME'));
-+ define ('BASE_URL', env('SCRIPT_NAME'));
- /**
- * Set debug level here:
- * - 0: production
-@@ -143,4 +143,4 @@
- */
- define('ACL_CLASSNAME', 'DB_ACL');
- define('ACL_FILENAME', 'dbacl' . DS . 'db_acl');
--?>
-\ No newline at end of file
-+?>
diff --git a/www/cakephp13/files/pkg-message.in b/www/cakephp13/files/pkg-message.in
deleted file mode 100644
index 303baf685232..000000000000
--- a/www/cakephp13/files/pkg-message.in
+++ /dev/null
@@ -1,11 +0,0 @@
-
-*********************************************************************
-You have just installed the CakePHP web application framework. Please
-consider supporting the project by visiting http://www.cakephp.org/
-and making a donation to the development effort.
-
-Note that you should restart your Apache web server to ensure that
-the CakePHP configuration file is loaded.
-
-Be sure to check %%WWWDIR%%/app/config/core.php for
-additional framework configuration options.