Ver Fonte

The `require_once` is not needed; the autoloader is already loaded

Gerard Roche há 11 anos atrás
pai
commit
c7b040aa3f
1 ficheiros alterados com 0 adições e 3 exclusões
  1. 0 3
      php-zend-framework1/public/index.php

+ 0 - 3
php-zend-framework1/public/index.php

@@ -10,9 +10,6 @@ defined('APPLICATION_ENV')
 
 set_include_path(realpath(dirname(__FILE__) . '/../vendor/zendframework/zendframework1/library'));
 
-/** Zend_Application */
-require_once 'Zend/Application.php';
-
 // Create application, bootstrap, and run
 $application = new Zend_Application(
     APPLICATION_ENV,