summaryrefslogtreecommitdiff
path: root/www/cakephp2/files/extra-patch-app__config__core.php
blob: d8f43a8e155fce33b44fe02dc0bf2c2f7bfc9e7a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./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.