summaryrefslogtreecommitdiff
path: root/www/cakephp2/files/extra-patch-app__config__core.php
blob: e5f26ff9da25f6a35de5d45e509cc21ef9ea6f25 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./app/config/core.php.orig	2008-10-02 00:56:53.000000000 -0400
+++ ./app/config/core.php	2008-10-08 08:42:15.000000000 -0400
@@ -56,7 +56,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 admin routes.
  *