Browse Source

remove COMPONENTS constant

AD7six 15 years ago
parent
commit
af505df885
1 changed files with 0 additions and 5 deletions
  1. 0 5
      lib/Cake/bootstrap.php

+ 0 - 5
lib/Cake/bootstrap.php

@@ -59,11 +59,6 @@ if (!defined('APP')) {
 	define('BEHAVIORS', MODELS.'Behavior'.DS);
 
 /**
- * Path to the application's components directory.
- */
-	define('COMPONENTS', CONTROLLERS.'Component'.DS);
-
-/**
  * Path to the application's libs directory.
  */
 	define('APPLIBS', APP.'Lib'.DS);