Skip to content

Instantly share code, notes, and snippets.

@sakilimran
Created September 22, 2014 12:47
Show Gist options
  • Save sakilimran/5752f9f5ac4c327bc195 to your computer and use it in GitHub Desktop.
Save sakilimran/5752f9f5ac4c327bc195 to your computer and use it in GitHub Desktop.
Changing CAKE_CORE_INCLUDE_PATH
if (!defined('CAKE_CORE_INCLUDE_PATH')) {
//define('CAKE_CORE_INCLUDE_PATH', "/old/linux/path/cake" );
define('CAKE_CORE_INCLUDE_PATH', "C:\new\windows\path\cake" );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment