summaryrefslogtreecommitdiff
path: root/www/cakephp12/files/development-app-config-core.php.patch
blob: f0986680c9463f1e4200870cb49d2c6c2987c35d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- app/config/core.php.orig	Thu Jan  3 17:07:25 2008
+++ app/config/core.php	Thu Jan  3 17:09:11 2008
@@ -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.
  *
@@ -226,4 +226,4 @@
  * 					);
  */
 	Cache::config('default', array('engine' => 'File'));
-?>
\ No newline at end of file
+?>