summaryrefslogtreecommitdiff
path: root/www/cakephp13/files/development-app-config-core.php.patch
diff options
context:
space:
mode:
Diffstat (limited to 'www/cakephp13/files/development-app-config-core.php.patch')
-rw-r--r--www/cakephp13/files/development-app-config-core.php.patch24
1 files changed, 12 insertions, 12 deletions
diff --git a/www/cakephp13/files/development-app-config-core.php.patch b/www/cakephp13/files/development-app-config-core.php.patch
index c32ab7e013be..f0986680c946 100644
--- a/www/cakephp13/files/development-app-config-core.php.patch
+++ b/www/cakephp13/files/development-app-config-core.php.patch
@@ -1,18 +1,18 @@
---- app/config/core.php Mon Feb 19 13:45:27 2007
-+++ app/config/core.php Mon Feb 19 13:39:40 2007
-@@ -37,7 +37,7 @@
- * release/app/.htaccess
- * release/app/webroot/.htaccess
+--- 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:
*/
--// define ('BASE_URL', env('SCRIPT_NAME'));
-+ define ('BASE_URL', env('SCRIPT_NAME'));
+- //Configure::write('App.baseUrl', env('SCRIPT_NAME'));
++ Configure::write('App.baseUrl', env('SCRIPT_NAME'));
/**
- * Set debug level here:
- * - 0: production
-@@ -143,4 +143,4 @@
+ * Uncomment the define below to use CakePHP admin routes.
+ *
+@@ -226,4 +226,4 @@
+ * );
*/
- define('ACL_CLASSNAME', 'DB_ACL');
- define('ACL_FILENAME', 'dbacl' . DS . 'db_acl');
+ Cache::config('default', array('engine' => 'File'));
-?>
\ No newline at end of file
+?>