aboutsummaryrefslogtreecommitdiff
path: root/www/cakephp2/files/extra-patch-app__config__core.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/cakephp2/files/extra-patch-app__config__core.php')
-rw-r--r--www/cakephp2/files/extra-patch-app__config__core.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/cakephp2/files/extra-patch-app__config__core.php b/www/cakephp2/files/extra-patch-app__config__core.php
deleted file mode 100644
index d8f43a8e155f..000000000000
--- a/www/cakephp2/files/extra-patch-app__config__core.php
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./app/config/core.php.orig 2011-07-26 13:46:14.000000000 -0400
-+++ ./app/config/core.php 2011-09-16 14:24:26.000000000 -0400
-@@ -66,7 +66,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.