diff options
Diffstat (limited to 'www/cakephp22/files')
-rw-r--r-- | www/cakephp22/files/cakephp-development-cgi.conf.in | 13 | ||||
-rw-r--r-- | www/cakephp22/files/cakephp-development.conf.in | 10 | ||||
-rw-r--r-- | www/cakephp22/files/cakephp-production-cgi.conf.in | 13 | ||||
-rw-r--r-- | www/cakephp22/files/cakephp-production.conf.in | 10 | ||||
-rw-r--r-- | www/cakephp22/files/extra-patch-app__Config__core.php | 11 | ||||
-rw-r--r-- | www/cakephp22/files/patch-cake__console__cake | 13 | ||||
-rw-r--r-- | www/cakephp22/files/pkg-message-no-apache.in | 7 | ||||
-rw-r--r-- | www/cakephp22/files/pkg-message.in | 10 |
8 files changed, 0 insertions, 87 deletions
diff --git a/www/cakephp22/files/cakephp-development-cgi.conf.in b/www/cakephp22/files/cakephp-development-cgi.conf.in deleted file mode 100644 index 48c1e373a372..000000000000 --- a/www/cakephp22/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/cakephp22/files/cakephp-development.conf.in b/www/cakephp22/files/cakephp-development.conf.in deleted file mode 100644 index 86a7a676d57b..000000000000 --- a/www/cakephp22/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/cakephp22/files/cakephp-production-cgi.conf.in b/www/cakephp22/files/cakephp-production-cgi.conf.in deleted file mode 100644 index 7215c731486a..000000000000 --- a/www/cakephp22/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/cakephp22/files/cakephp-production.conf.in b/www/cakephp22/files/cakephp-production.conf.in deleted file mode 100644 index 8679a15b8958..000000000000 --- a/www/cakephp22/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/cakephp22/files/extra-patch-app__Config__core.php b/www/cakephp22/files/extra-patch-app__Config__core.php deleted file mode 100644 index c490214715a0..000000000000 --- a/www/cakephp22/files/extra-patch-app__Config__core.php +++ /dev/null @@ -1,11 +0,0 @@ ---- app/Config/core.php.orig 2012-02-20 18:12:19.000000000 +0100 -+++ app/Config/core.php 2012-02-20 18:12:37.000000000 +0100 -@@ -92,7 +92,7 @@ - * - * And uncomment the App.baseUrl below: - */ -- //Configure::write('App.baseUrl', env('SCRIPT_NAME')); -+ Configure::write('App.baseUrl', env('SCRIPT_NAME')); - - /** - * Uncomment the define below to use CakePHP prefix routes. diff --git a/www/cakephp22/files/patch-cake__console__cake b/www/cakephp22/files/patch-cake__console__cake deleted file mode 100644 index 72584f7c7cb7..000000000000 --- a/www/cakephp22/files/patch-cake__console__cake +++ /dev/null @@ -1,13 +0,0 @@ ---- lib/Cake/Console/cake.orig 2012-02-20 19:44:50.000000000 +0100 -+++ lib/Cake/Console/cake 2012-02-20 19:45:27.000000000 +0100 -@@ -1,4 +1,4 @@ --#!/usr/bin/env bash -+#!/bin/sh - ################################################################################ - # - # Bake is a shell script for running CakePHP bake script -@@ -31,3 +31,4 @@ - exec php -q "$LIB"cake.php -working "$APP" "$@" - - exit; -+ diff --git a/www/cakephp22/files/pkg-message-no-apache.in b/www/cakephp22/files/pkg-message-no-apache.in deleted file mode 100644 index 50618118d205..000000000000 --- a/www/cakephp22/files/pkg-message-no-apache.in +++ /dev/null @@ -1,7 +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. - -Be sure to check the files in %%WWWDIR%%/app/config for -additional framework configuration options. diff --git a/www/cakephp22/files/pkg-message.in b/www/cakephp22/files/pkg-message.in deleted file mode 100644 index 3fe1c140599c..000000000000 --- a/www/cakephp22/files/pkg-message.in +++ /dev/null @@ -1,10 +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 the files in %%WWWDIR%%/app/config for -additional framework configuration options. |