diff --git a/cake/bootstrap.php b/cake/bootstrap.php index d9d1c127a..e3fb562ff 100644 --- a/cake/bootstrap.php +++ b/cake/bootstrap.php @@ -41,7 +41,6 @@ if (!defined('PHP5')) { require LIBS . 'object.php'; require LIBS . 'session.php'; require LIBS . 'security.php'; - //require LIBS . 'neat_array.php'; require LIBS . 'inflector.php'; require LIBS . 'configure.php'; $paths = Configure::getInstance(); @@ -105,13 +104,7 @@ if (!defined('PHP5')) { } require CAKE . 'dispatcher.php'; - //require LIBS . 'model' . DS . 'connection_manager.php'; - //config('database'); - //if (!class_exists('AppModel')) { - // require LIBS . 'model' . DS . 'model.php'; - // loadModels(); - //} if (defined('CACHE_CHECK') && CACHE_CHECK === true) { if (empty($uri)) { $uri = setUri(); diff --git a/cake/config/tags.php b/cake/config/tags.php deleted file mode 100644 index febf632d7..000000000 --- a/cake/config/tags.php +++ /dev/null @@ -1,146 +0,0 @@ - - * Copyright (c) 2006, Cake Software Foundation, Inc. - * 1785 E. Sahara Avenue, Suite 490-204 - * Las Vegas, Nevada 89104 - * - * Licensed under The MIT License - * Redistributions of files must retain the above copyright notice. - * - * @filesource - * @copyright Copyright (c) 2006, Cake Software Foundation, Inc. - * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project - * @package cake - * @subpackage cake.cake.app.config - * @since CakePHP v 0.2.9 - * @version $Revision$ - * @modifiedby $LastChangedBy$ - * @lastmodified $Date$ - * @license http://www.opensource.org/licenses/mit-license.php The MIT License - */ - -$tags = array( - -// Tag template for a link tag. -'metalink' => '', - -// Tag template for a link. -'link' => '%s', - -// Tag template for a mailto: link. -'mailto' => '%s', - -// Tag template for opening form tag. -'form' => '