Browse Source

remove HELPERS constant

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

+ 0 - 5
lib/Cake/bootstrap.php

@@ -54,11 +54,6 @@ if (!defined('APP')) {
 	define('APPLIBS', APP.'Lib'.DS);
 
 /**
- * Path to the application's helpers directory.
- */
-	define('HELPERS', VIEWS.'Helper'.DS);
-
-/**
  * Path to the application's view's layouts directory.
  */
 	define('LAYOUTS', VIEWS.'Layouts'.DS);